summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Note that disabling does not survive a rebootScott Ullrich2011-03-241-1/+1
|
* fix textChris Buechler2011-03-221-1/+1
|
* Unbreak adding subqueues to limiters. Correct some text in the way.Ermal2011-03-221-1/+1
|
* Add all to the reserved keywordsScott Ullrich2011-03-221-1/+1
|
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2011-03-222-1/+24
|\
| * Select the device mode to tun if variable device_mode not exist in the ↵lgcosta2011-03-211-3/+8
| | | | | | | | configuration
| * Added option to select the type of device for use in the tunnel openvpnlgcosta2011-03-211-0/+18
| |
| * fix textChris Buechler2011-03-201-1/+1
| |
* | Update GUI to enable L2TP client configuration.gnhb2011-03-221-5/+34
| |
* | Add missing "Connect/Disconnect" button to GUI for L2TP client connections.gnhb2011-03-221-0/+15
|/
* Add Total number of CP users graphWarren Baker2011-03-171-0/+22
|
* Hopefully improve the useless ipsec logs with highlightingsmos2011-03-161-2/+16
|
* Fix ticket #1354smos2011-03-161-1/+1
|
* ipfw is not referenced here.Ermal2011-03-151-1/+0
|
* Do more strict checking if an ppp type interface is assigned before starting ↵Ermal2011-03-151-13/+8
| | | | the mpd process behind it. Trigered-by: http://forum.pfsense.org/index.php/topic,34377.0.html
* Prevent the command wol for being called without propper ip information. ↵Ermal2011-03-121-13/+15
| | | | Reported-by: http://forum.pfsense.org/index.php/topic,34314.0.html
* Fix typojim-p2011-03-101-2/+2
|
* Clarify text on outbound NAT page.jim-p2011-03-101-8/+12
|
* Add the 95th percentile line to the traffic graphssmos2011-03-097-1/+18
|
* Add missing image. Fixes #1339jim-p2011-03-081-0/+0
|
* Fix typojim-p2011-03-071-1/+1
|
* Enforce session establishment.Ermal2011-03-041-1/+3
|
* Enforce session establishment.Ermal2011-03-041-0/+2
|
* Enforce session establishment.Ermal2011-03-042-1/+4
|
* Add missing pages to the authentication system.Ermal2011-03-042-1/+15
|
* * Prevent concurrent logins on CP to not be recorded on the DB.Ermal2011-03-043-7/+9
| | | | | | | * Make the locking more complex to avoid locking exclusively during pruning task which would hurt a lot CP performance. * Retire the disconnect_client and make all the disconnect functions use the sessionid as identifier. All this was triggered by: http://forum.pfsense.org/index.php/topic,33879.0.html
* Make sure we tell the code that the interface exists otherwise multiple ↵Ermal2011-03-031-0/+2
| | | | laggs might get created.
* Ensure the protocol on the firewall rule from the OpenVPN wizard ends up ↵jim-p2011-03-031-1/+1
| | | | lower case, or it causes some GUI irregularities. Seen http://forum.pfsense.org/index.php/topic,33865.0.html and elsewhere.
* Show friendly names of interface for root queues of ALTQ.Ermal2011-03-021-2/+8
|
* Add GUI option to CARP settings for syncing certs. It was in the backend ↵jim-p2011-03-021-1/+7
| | | | code but not the GUI. Fixes #1316
* Add the toggle to disable successful login messages, show actual help text ↵smos2011-03-021-1/+18
| | | | for redirect item
* Fix page title text. Replace "Firewall" with "Interfaces" in title.gnhb2011-03-026-6/+6
|
* Remove custom code for checking ip_addr and use the pfsense provided one.Ermal2011-03-021-5/+3
|
* Do not be so drastic on normal failure.Ermal2011-03-021-1/+1
|
* More fixes to comments and code for upnpd. Also bring up to speed the ↵Ermal2011-03-021-18/+11
| | | | stop/start logic.
* Improve logging and some tests during miniupnpd config generation.Ermal2011-03-021-16/+11
|
* This is not true anymore as piece of code.Ermal2011-03-011-9/+0
|
* Correctly get only the interface mac address rather than any other found mac ↵Ermal2011-03-011-1/+1
| | | | on this interface.
* Use the call to basename to remove the extension rather than trim, since ↵Erik Fonnesbeck2011-03-011-1/+1
| | | | trim takes a list of characters, not the exact string to remove. Suggested by http://forum.pfsense.org/index.php/topic,32967.0.html
* This is not NAT, so put it under the Firewall Advanced heading instead.Erik Fonnesbeck2011-03-011-11/+11
|
* Fix page title.jim-p2011-02-281-1/+1
|
* Only make gateway changes if we have been given a new gateway IP.jim-p2011-02-281-18/+20
|
* Setup gateway monitoring since we just altered a gateway.jim-p2011-02-281-0/+1
|
* Fix gateway handling in setup wizard.jim-p2011-02-281-2/+29
|
* Only display gitsync settings on supported platforms.Erik Fonnesbeck2011-02-281-1/+1
|
* Only show the you can monitor the filter reload process for filter related ↵Scott Ullrich2011-02-271-2/+9
| | | | changes
* Flush the bufferScott Ullrich2011-02-271-0/+2
|
* Do a more strict check on the return value of the download function. Fixes #1309jim-p2011-02-262-2/+2
|
* Correct the test which displays an error if someone chose to save+test but ↵jim-p2011-02-241-4/+5
| | | | doesn't have an ldap backend. Also, fix a typo.
* Make sure to resolve the gateway name before passing it off to the IPsec ↵smos2011-02-241-1/+2
| | | | reload function
OpenPOWER on IntegriCloud