Commit Graph

9222 Commits

Author SHA1 Message Date
jim-p
b4eec6e60a Fix field name label. 2011-08-22 08:37:08 -04:00
Chris Buechler
dba5f621c2 un-break services_dhcpv6.php 2011-08-21 23:56:10 -04:00
smos
fd1e6c05c0 Clarify advertising options, add router only type. 2011-08-21 17:11:40 +02:00
smos
ac0057675a Fix the redirect URL for IPv6 addresses Ticket #1583 2011-08-21 13:36:07 +02:00
smos
385ed7d0a7 Make sure to set the $pconfig prefix delegation setting from the config. 2011-08-21 10:50:09 +02:00
jim-p
6f75aab23a Fix mismatched curly brace 2011-08-20 09:28:53 -04:00
Chris Buechler
1caa6adc42 remove dead link, no equivalent exists, will add info on that page's help 2011-08-20 01:37:17 -04:00
smos
6d063da352 Calculate the possible subnet ids from the delegated prefix length for the dropdown 2011-08-18 13:47:58 +02:00
smos
12de53a8fa Remove the gateway check here and always show the prefix delegation ID. Alternative we should consider a dhcp-pd type for the interface v6 address. Using a FE80::1 as the interface address for now. 2011-08-18 09:19:56 +02:00
Chris Buechler
2a5d416d8f fix text 2011-08-17 22:28:11 -04:00
jim-p
8e95a671fa Include the rate output in the privilege for the traffic graph. 2011-08-17 13:14:17 -04:00
Ermal
4bd491a3e3 Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight. 2011-08-17 09:02:18 +00:00
Andrew Thompson
7734aea648 Make initial changes to allow pfSense to work in a jail.
This mostly avoids starting things that will not work and gets the
initial config. Most of the pfSense functionality will not work
(pf rules, routing, etc) but it can be used for testing.
2011-08-17 14:15:18 +12:00
Andrew Thompson
8f9bffbc98 Allow custom dnsmasq options so ppl can set SRV records and such for xmpp/kerberos 2011-08-17 10:02:11 +12:00
smos
1e37f324ad Unbreak interfaces.php 2011-08-15 20:22:37 +02:00
Seth Mos
20b49b1711 Fix a typo that caused stripping of the v4 config 2011-08-15 15:54:14 +02:00
Seth Mos
e029943a10 Split the IPv4 and IPv6 configuration out into 2 seperate drop downs. 2011-08-15 14:15:25 +02:00
Ermal
6c86a39f8e Allow disabling having localhost in resolv.conf. There are some special setups that might need this. 2011-08-12 11:47:12 +00:00
jim-p
adacdf5f45 Populate pconfig in all cases with user info, or else when you delete a privilege, the list disappears until you go back and edit the user again. (Certs too) 2011-08-11 14:03:12 -04:00
jim-p
3f1097004e Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page. 2011-08-11 14:02:21 -04:00
jim-p
675b5fa637 Make this box much bigger, it's hard to find things in the tiny window with a long list. 2011-08-10 11:04:52 -04:00
Ermal
d78df7b98c Make the checks during step4 and step5 actually work. 2011-08-09 21:00:50 +00:00
jim-p
b48b79c2e5 Show the CP User count in the page title, as on 1.2.3. 2011-08-08 09:37:13 -04:00
jim-p
8a85ab907d Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits these days. 2011-08-06 21:20:58 -04:00
jim-p
5b0f2653ba Remove GUI code to enable fast routing. The backend code was removed back in December in 4f76b144b0 2011-08-05 10:20:27 -04:00
jim-p
c5ce839829 Work around the fact that get_configured_interface_list re-parses the config and kills the reference made before it, which was making it impossible to delete a pppoe instance. 2011-08-03 12:38:47 -04:00
Ermal
b0d088eb6f Correctly check the values for VoIP on multi_lan traffic shaper wizard. Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728 2011-08-02 21:17:30 +00:00
Ermal
ea858be08a Correct the link to index.php so it always works correctly. 2011-08-02 20:31:51 +00:00
jim-p
233e2af1f4 If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting. 2011-08-02 15:59:11 -04:00
Ermal
eea89a5c1b Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition. 2011-08-02 08:00:13 +00:00
Ermal
b3795cb988 Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html 2011-08-02 07:47:33 +00:00
Chris Buechler
738000134b fix text 2011-07-29 03:17:36 -04:00
Chris Buechler
32363c2efd Merge branch 'master' of github.com:bsdperimeter/pfsense 2011-07-29 03:14:58 -04:00
Ermal
f720398561 Add an override for default interval to send icmp 2011-07-28 20:56:38 +00:00
jim-p
6d1ae23c9e Clarify notes for pptp "Server address" 2011-07-28 16:45:13 -04:00
Ermal
db07cc25af Fix status page of gateways to show gateways with monitoring disabled as up. 2011-07-28 20:35:16 +00:00
Ermal
33c06ef791 Add a new option to allow disabling of gateway monitoring. This gateways will always be reported as up. 2011-07-28 20:31:57 +00:00
Ermal
e151744e90 Just break states based on the remote host ip and not with localip. The later might be the same as address used by other services and might interrupt them 2011-07-28 19:35:13 +00:00
jim-p
778772383b Move the textarea displaying packet capture outside of the form tag, or else a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose. 2011-07-28 14:33:13 -04:00
jim-p
89fae3e74c Fix whitespace formatting 2011-07-28 14:33:05 -04:00
jim-p
d3347fdf2b Fix display of ssh port on anti-lockout rule display in GUI. 2011-07-28 14:24:46 -04:00
Ermal
1f33a7128b Correct priority number to not have clashes with PRIQ which do not allow same priority numbers for two different queues. 2011-07-28 08:17:01 +00:00
Scott Ullrich
b22bf161fd Adding hook 2011-07-27 19:24:01 -04:00
Scott Ullrich
439cc13f26 Add hooks 2011-07-27 19:03:48 -04:00
Ermal
9626710723 Correct whitespace and some problems in the just merged ldap auth sorce for racoon 2011-07-27 20:31:30 +00:00
Ermal Luçi
5d6bade495 Merge pull request #8 from ninja76/master
IPSec xAuth allowing LDAP to be used as a backend
2011-07-27 13:19:14 -07:00
Bryan Haase
f9199cd3ac Check for null Array and move option system to top 2011-07-27 14:41:55 -05:00
jim-p
4cf82d5294 Relax PPTP password restrictions, just prevent starting with a !, and limit to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720 2011-07-27 12:54:12 -04:00
jim-p
94efbf8b2a Shift OpenVPN require, it was causing CRLs to not save changes properly. 2011-07-27 12:05:48 -04:00
jim-p
e6af6518c1 Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs when deleted from the GUI. 2011-07-27 11:50:16 -04:00