summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)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 ↵jim-p2010-05-171-3/+4
| | | | at least inconsistently). Partial fix for #449.
* Ticket #493. Set a value for checkboxes since the parsers marks empty ↵Ermal2010-05-171-1/+1
| | | | tags(<tag/>) as arrays.
* Use client-side values in the function call rather than PHP-generated values ↵Erik Fonnesbeck2010-05-141-1/+2
| | | | for further calls to this client-side function.
* Ticket #493. Ticket #302. Actually correct code flow to be correct and ↵Ermal2010-05-141-1/+1
| | | | consistent to what it should do.
* Allow the use of ">" in filter rule descriptions. Even whilst stripping the ↵smos2010-05-141-1/+2
| | | | | | > before the comparison htmlentities will still trigger on the <. It is safe to assume here that creating any sort of html tag is unlikely. Ticket #465
* 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. ↵jim-p2010-05-131-0/+20
| | | | | | Resolves #588 NOTE: Actual tables, not states.
* Use full path to rate and pass -b option to show the speeds in bits/s rather ↵Ermal2010-05-131-1/+1
| | | | than byte/s in conformance with the traffic graph metric which is bits/s.
* Test correctly for previous existing entries of linked rules otherwise some ↵Ermal2010-05-131-1/+1
| | | | bad deletions might happen. Reported-by: http://forum.pfsense.org/index.php/topic,25091.0.html
* Ticket #548. Change message displayed when modifying an interface to ↵Ermal2010-05-131-1/+1
| | | | actually tell people to modify dhcp server setting after applying settings since the interface configuration/ip will only change after applying settings and pfSense does not read the interface address from the config but from the interface itself and the complications for this and possibly other cases are not worth the effort.
* Fix source input validation, saving, and the "View the NAT rule" link on ↵Erik Fonnesbeck2010-05-112-12/+18
| | | | linked filter rules. Ticket #586
* It wasn't clear enough why source port should usually be any. Make it more ↵Erik Fonnesbeck2010-05-112-2/+2
| | | | clear.
* remove duplicate cancel buttonChris Buechler2010-05-111-1/+0
|
* Hard code mode to redirect and comment out the mode option. Suggested-by: ↵Scott Ullrich2010-05-111-0/+3
| | | | BillM
* 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
| | | | This reverts commit 207148139ec648b8955c81ae908d0bdb7c472cda.
* 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 ↵Erik Fonnesbeck2010-05-081-2/+19
| | | | elsewhere, and fix possible missing description on LAN upon creation.
* check more closely for match here, to fix multiple items being marked as ↵Chris Buechler2010-05-081-1/+1
| | | | "selected", leading to the wrong interface being selected.
* 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
| |\ | | | | | | | | | | | | Resolved conflicts: usr/local/www/system_advanced_firewall.php
| | * Slightly change wording of NAT reflection description.Erik Fonnesbeck2010-05-041-2/+2
| | |
| | * Add configuration option in System: Advanced: Firewall/NAT for NAT ↵Erik Fonnesbeck2010-05-041-3/+19
| | | | | | | | | | | | reflection on 1:1 NAT.
| | * 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 ↵jim-p2010-05-081-1/+9
| | | | | | | | | | | | server, because you can't push routes with shared key.
* | | Fix the same problem with sharing an OpenVPN instance w/existing shared key ↵jim-p2010-05-081-4/+6
| | | | | | | | | | | | on the client page this time.
* | | Fix OpenVPN server validation logic. It was failing if you tried to save a ↵jim-p2010-05-081-4/+6
| | | | | | | | | | | | shared key server instance with an existing shared key.
* | | Add 0x10 diffserv option. ↵Scott Ullrich2010-05-071-0/+1
| | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,24954.0.html
* | | Move the settings of down/latency/loss to per gateway. This allows more fine ↵Ermal2010-05-075-202/+117
| | | | | | | | | | | | grained control on gateways.
* | | Use common function to return gateway array so consinstency is preserved ↵Ermal2010-05-071-34/+6
| | | | | | | | | | | | around code.
* | | 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 ↵Ermal2010-05-072-0/+18
| | | | | | | | | | | | values for used in varius areas of pfSense. TODO is find out how to get DNS info form openvpn.
* | | Prevent gateway groups of having the same name as a gateway because this is ↵Ermal2010-05-071-0/+3
| | | | | | | | | | | | not valid.
* | | Catch up with latest apinger changes to make easier to extract the status of ↵Ermal2010-05-061-1/+1
| | | | | | | | | | | | gateways.
* | | Only enforce peer ID and psk on p1 screen if we are NOT dealing with a ↵jim-p2010-05-061-21/+38
| | | | | | | | | | | | pure-psk mobile tunnel (which is the behavior in 1.2.3). Hide irrelevant options. Part of ticket #108.
* | | Reorder Auth. Method and PSK field to a more logical sequence. Part of ↵jim-p2010-05-061-32/+33
| | | | | | | | | | | | ticket #108.
* | | 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
| | | | | | | | | | | | to use the resulting keys.
* | | Previous commit also fixed traffic graph state changing, so re-enable that ↵jim-p2010-05-061-2/+7
| | | | | | | | | | | | as well.
* | | Fix widget settings in general. Initialize widget list before use. Fixes #285.jim-p2010-05-061-35/+36
| | |
OpenPOWER on IntegriCloud