summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Remove the gateway check here and always show the prefix delegation ID. ↵smos2011-08-181-4/+0
| | | | Alternative we should consider a dhcp-pd type for the interface v6 address. Using a FE80::1 as the interface address for now.
* fix textChris Buechler2011-08-171-3/+3
|
* Include the rate output in the privilege for the traffic graph.jim-p2011-08-171-0/+1
|
* Comment out code that seems to not be anymore useful. Remove later on if no ↵Ermal2011-08-171-1/+2
| | | | complaints in sight.
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-4/+6
| | | | | | 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.
* Allow custom dnsmasq options so ppl can set SRV records and such for ↵Andrew Thompson2011-08-171-8/+41
| | | | xmpp/kerberos
* Unbreak interfaces.phpsmos2011-08-151-1/+1
|
* Fix a typo that caused stripping of the v4 configSeth Mos2011-08-151-3/+3
|
* Split the IPv4 and IPv6 configuration out into 2 seperate drop downs.Seth Mos2011-08-151-105/+135
|
* Allow disabling having localhost in resolv.conf. There are some special ↵Ermal2011-08-121-0/+22
| | | | setups that might need this.
* Populate pconfig in all cases with user info, or else when you delete a ↵jim-p2011-08-111-14/+13
| | | | privilege, the list disappears until you go back and edit the user again. (Certs too)
* Sort user privileges so dashboard/index.php come first, so if a user has ↵jim-p2011-08-111-0/+1
| | | | those permissions, they get redirected there first and not to another page.
* Make this box much bigger, it's hard to find things in the tiny window with ↵jim-p2011-08-101-1/+1
| | | | a long list.
* Make the checks during step4 and step5 actually work.Ermal2011-08-094-8/+8
|
* Show the CP User count in the page title, as on 1.2.3.jim-p2011-08-081-13/+13
|
* Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits ↵jim-p2011-08-062-6/+0
| | | | these days.
* Remove GUI code to enable fast routing. The backend code was removed back in ↵jim-p2011-08-051-25/+0
| | | | December in 4f76b144b0885b9a407db026723bb61f568effc3
* Work around the fact that get_configured_interface_list re-parses the config ↵jim-p2011-08-031-11/+14
| | | | and kills the reference made before it, which was making it impossible to delete a pppoe instance.
* Correctly check the values for VoIP on multi_lan traffic shaper wizard. ↵Ermal2011-08-021-38/+36
| | | | Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728
* Correct the link to index.php so it always works correctly.Ermal2011-08-021-1/+1
|
* If no pppoe service name is configured, send a null service name. Seems to ↵jim-p2011-08-021-1/+1
| | | | help clients especially when reconnecting.
* Declare the arrays as global since that is what they are. Correct the name ↵Ermal2011-08-024-4/+4
| | | | of asterisk in the global defniition.
* Correct battlenet data to not be overriden. Reported-by: ↵Ermal2011-08-021-1/+1
| | | | http://forum.pfsense.org/index.php/topic,39176.0.html
* fix textChris Buechler2011-07-291-3/+3
|
* Merge branch 'master' of github.com:bsdperimeter/pfsenseChris Buechler2011-07-2919-209/+350
|\
| * Add an override for default interval to send icmpErmal2011-07-281-2/+12
| |
| * Clarify notes for pptp "Server address"jim-p2011-07-281-3/+7
| |
| * Fix status page of gateways to show gateways with monitoring disabled as up.Ermal2011-07-281-0/+3
| |
| * Add a new option to allow disabling of gateway monitoring. This gateways ↵Ermal2011-07-281-2/+16
| | | | | | | | will always be reported as up.
| * Just break states based on the remote host ip and not with localip. The ↵Ermal2011-07-281-1/+5
| | | | | | | | later might be the same as address used by other services and might interrupt them
| * Move the textarea displaying packet capture outside of the form tag, or else ↵jim-p2011-07-281-1/+3
| | | | | | | | 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.
| * Fix whitespace formattingjim-p2011-07-281-165/+161
| |
| * Fix display of ssh port on anti-lockout rule display in GUI.jim-p2011-07-281-4/+2
| |
| * Correct priority number to not have clashes with PRIQ which do not allow ↵Ermal2011-07-284-8/+8
| | | | | | | | same priority numbers for two different queues.
| * Adding hookScott Ullrich2011-07-271-0/+2
| |
| * Add hooksScott Ullrich2011-07-271-0/+4
| |
| * Correct whitespace and some problems in the just merged ldap auth sorce for ↵Ermal2011-07-271-6/+6
| | | | | | | | racoon
| * Merge pull request #8 from ninja76/masterErmal Luçi2011-07-271-1/+13
| |\ | | | | | | IPSec xAuth allowing LDAP to be used as a backend
| | * Check for null Array and move option system to topBryan Haase2011-07-271-9/+12
| | |
| | * Improved ipsec ldap xauthBryan Haase2011-07-271-2/+4
| | |
| | * More sanity checkingBryan Haase2011-07-221-1/+7
| | |
| | * Ipsec xAuth patchBryan Haase2011-07-221-0/+1
| | |
| * | Relax PPTP password restrictions, just prevent starting with a !, and limit ↵jim-p2011-07-271-3/+3
| | | | | | | | | | | | to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720
| * | Shift OpenVPN require, it was causing CRLs to not save changes properly.jim-p2011-07-271-2/+1
| | |
| * | Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs ↵jim-p2011-07-271-1/+1
| | | | | | | | | | | | when deleted from the GUI.
| * | Rework OpenVPN status, show status for shared key servers.jim-p2011-07-272-11/+106
| | |
| * | Use the new change to be less distuptiveErmal2011-07-251-4/+2
| | |
| * | Resolves #1703. Correct array key value.Ermal2011-07-251-2/+2
| | |
* | | Merge branch 'master' of github.com:bsdperimeter/pfsenseChris Buechler2011-07-2541-1983/+6392
|\ \ \ | |/ /
| * | Adding hook for first trScott Ullrich2011-07-231-0/+3
| | |
OpenPOWER on IntegriCloud