summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* Fix copypasta error. Part of ticket #449.jim-p2010-05-171-1/+1
* Fix OpenVPN client disable variable. It is being set/tested improperly (or at...jim-p2010-05-171-3/+4
* Ticket #493. Set a value for checkboxes since the parsers marks empty tags(<t...Ermal2010-05-171-1/+1
* Use client-side values in the function call rather than PHP-generated values ...Erik Fonnesbeck2010-05-141-1/+2
* Ticket #493. Ticket #302. Actually correct code flow to be correct and consis...Ermal2010-05-141-1/+1
* Allow the use of ">" in filter rule descriptions. Even whilst stripping the >...smos2010-05-141-1/+2
* fix seperation between href and classthompsa2010-05-141-1/+1
* Its bits/sec now.Ermal2010-05-131-2/+2
* Add PSK tab to all IPsec pages, it was missing from some.jim-p2010-05-132-2/+4
* Add a GUI field to let the user configure the maxium table entries size. Reso...jim-p2010-05-131-0/+20
* Use full path to rate and pass -b option to show the speeds in bits/s rather ...Ermal2010-05-131-1/+1
* Test correctly for previous existing entries of linked rules otherwise some b...Ermal2010-05-131-1/+1
* Ticket #548. Change message displayed when modifying an interface to actually...Ermal2010-05-131-1/+1
* Fix source input validation, saving, and the "View the NAT rule" link on link...Erik Fonnesbeck2010-05-112-12/+18
* It wasn't clear enough why source port should usually be any. Make it more c...Erik Fonnesbeck2010-05-112-2/+2
* remove duplicate cancel buttonChris Buechler2010-05-111-1/+0
* Hard code mode to redirect and comment out the mode option. Suggested-by: B...Scott Ullrich2010-05-111-0/+3
* Nuke Relay Protocols and Relay actions tabs. Suggested-by: BillMScott Ullrich2010-05-114-8/+0
* Revert "Nuke XXX TODO option. Suggested-by: BillM"Scott Ullrich2010-05-111-0/+20
* Nuke XXX TODO option. Suggested-by: BillMScott Ullrich2010-05-111-20/+0
* Fix package URLs that use $myurl. Resolves #584jim-p2010-05-101-1/+1
* When doubleclicking a tunable, bring up the edit screensmos2010-05-101-3/+3
* Make interface sort order on creation consistent with the order displayed els...Erik Fonnesbeck2010-05-081-2/+19
* check more closely for match here, to fix multiple items being marked as "sel...Chris Buechler2010-05-081-1/+1
* Add note that reflection timeout only applies for port forwards.Erik Fonnesbeck2010-05-081-1/+1
* Revert changes to reflection for port forwards until finished and approved.Erik Fonnesbeck2010-05-081-2/+15
* Merge http://gitweb.pfsense.org/pfsense/efonne-new_nat_reflection into masterErik Fonnesbeck2010-05-081-11/+14
|\
| * Merge remote branch 'mainline/master' into patchesErik Fonnesbeck2010-05-051-11/+14
| |\
| | * Slightly change wording of NAT reflection description.Erik Fonnesbeck2010-05-041-2/+2
| | * Add configuration option in System: Advanced: Firewall/NAT for NAT reflection...Erik Fonnesbeck2010-05-041-3/+19
| | * Remove note about reflection being skipped on large port ranges.Erik Fonnesbeck2010-05-041-1/+1
| | * Removed unused NAT reflection timeout setting.Erik Fonnesbeck2010-05-041-13/+0
* | | Remove remote network from wizard, it is not used for a Remote Access VPN.jim-p2010-05-082-13/+0
* | | Hide "Local Network" field when creating/editing an OpenVPN shared key server...jim-p2010-05-081-1/+9
* | | Fix the same problem with sharing an OpenVPN instance w/existing shared key o...jim-p2010-05-081-4/+6
* | | Fix OpenVPN server validation logic. It was failing if you tried to save a sh...jim-p2010-05-081-4/+6
* | | Add 0x10 diffserv option. http://forum.pfsense.org/index.php/topic,24954.0....Scott Ullrich2010-05-071-0/+1
* | | Move the settings of down/latency/loss to per gateway. This allows more fine ...Ermal2010-05-075-202/+117
* | | Use common function to return gateway array so consinstency is preserved arou...Ermal2010-05-071-34/+6
* | | Use require_once() to overcome problems with includes.Ermal2010-05-075-6/+6
* | | Add scpecific scripts for when ovpn goes up and down so we get neccessary val...Ermal2010-05-072-0/+18
* | | Prevent gateway groups of having the same name as a gateway because this is n...Ermal2010-05-071-0/+3
* | | Catch up with latest apinger changes to make easier to extract the status of ...Ermal2010-05-061-1/+1
* | | Only enforce peer ID and psk on p1 screen if we are NOT dealing with a pure-p...jim-p2010-05-061-21/+38
* | | Reorder Auth. Method and PSK field to a more logical sequence. Part of ticket...jim-p2010-05-061-32/+33
* | | More tab fixes.jim-p2010-05-061-1/+2
* | | A couple small fixes to the tabs/titles on these pages.jim-p2010-05-062-2/+1
* | | Bring back IPsec PSK Tab/Edit. Part of ticket #108. Still needs backend code ...jim-p2010-05-062-0/+275
* | | Previous commit also fixed traffic graph state changing, so re-enable that as...jim-p2010-05-061-2/+7
* | | Fix widget settings in general. Initialize widget list before use. Fixes #285.jim-p2010-05-061-35/+36
OpenPOWER on IntegriCloud