summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* When editing a mac/ip passthru entry readd the rules again since values ↵Ermal2010-05-242-4/+18
| | | | might have changed.
* Actually use the radius WISPr(4) attribute 'url_redirection' when present.Ermal2010-05-241-1/+7
|
* Actually match the description and send the wan interface ip as ↵Ermal2010-05-241-8/+6
| | | | Called-Station-Id on default settings.
* Actually use the radius WISPr(4) attribute 'url_redirection' if present.Ermal2010-05-241-4/+4
|
* Fix VIP list generation here also.jim-p2010-05-241-8/+6
|
* Properly generate a list of proxy arp VIPs for address drop-down list.jim-p2010-05-241-5/+5
|
* Ticket #612. Correctly show the number of users as 0 on a group with no ↵Ermal2010-05-241-1/+3
| | | | users. Also handle the case of empty arrays on the xmlparser.
* Add to the System->Advanced an option to disable the redirect from port 80 ↵Ermal2010-05-241-0/+21
| | | | when on https.
* Adding initial version of pc-sysinstaller GUI frontend which so far supports ↵Scott Ullrich2010-05-231-0/+280
| | | | Quick/Easy install
* Do not allow nonstop redirects to selfScott Ullrich2010-05-211-1/+1
|
* We accept PHP pages now, note thisScott Ullrich2010-05-211-2/+2
|
* Move get_include_contents function to pfsense-utils.incScott Ullrich2010-05-211-10/+0
|
* Allow php code to be included in the primary captive portal page. Add new ↵Scott Ullrich2010-05-211-7/+32
| | | | ORIGINAL_PORTAL_IP post item which will be experimenting with a master mutli voucher setup.
* Fix whitespace while I'm here.jim-p2010-05-211-340/+326
|
* Preserve DHCP numbered options when there is an input error. Fixes #494jim-p2010-05-211-11/+14
|
* Make Firewall Optimization Options text readableScott Ullrich2010-05-211-1/+1
|
* Add space between the and forumScott Ullrich2010-05-212-2/+2
|
* Do not allow duplicate Roll #'sScott Ullrich2010-05-201-0/+8
|
* Add captive portal voucher configuration backup area option Ticket #609Scott Ullrich2010-05-201-0/+1
|
* Add note about required enabled WPA option for 802.1xScott Ullrich2010-05-201-0/+1
|
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-209-36/+36
| | | | affecting 64-bit. Ticket #459
* Add a global declaration.Ermal2010-05-191-2/+2
|
* Use the PHP call here instead of a shell exec.jim-p2010-05-191-1/+1
|
* Fix post-restore reboot on NanoBSD. Fixes #602jim-p2010-05-191-1/+1
|
* Fixes #536. More fixes and optimizations on the various functions and status ↵Ermal2010-05-181-8/+8
| | | | pages used for gateways [groups].
* Unbreak automatic updates.jim-p2010-05-181-9/+8
|
* Fix deletion of authentication servers. Fixes #600.jim-p2010-05-181-2/+10
|
* 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.
OpenPOWER on IntegriCloud