summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Provide an error message to the call.Ermal2010-05-281-1/+1
|
* Some configurations want to be able to ask users about replacing their ↵Ermal2010-05-281-5/+24
| | | | existing mac during auto mac passthrough logins if they change equipment. Allow this in the backend by requiring the user to need posting a replacemacpassthru field with the post. Also add the possibility to send back with a portal_reply_page generated page the username and password posted.
* Don't let someone add a custom PSK that conflicts with an existing username. ↵jim-p2010-05-281-2/+9
| | | | While here, style formfields appropriately.
* Show user keys on PSK list, edit link reroutes to user edit page.jim-p2010-05-281-0/+25
|
* Add IPsec PSK field to User Manager. No backend code to use this value yet.jim-p2010-05-281-0/+8
|
* Add the username to the auto added mac passthrough entry. Add an option to ↵Ermal2010-05-282-2/+23
| | | | services->captiveportal page to activate/deactivate the auto-saving of username with the auto added mac passthrough.
* Add a function to find the mac address on a passthrough mac entry by ↵Ermal2010-05-281-2/+9
| | | | username(if present) in the <username> tag of the entry.
* Do comparions as meant not assignment. Pointy-hat: MyselfErmal2010-05-281-1/+1
|
* Compress RRD backup data. Results are dramatic.jim-p2010-05-261-2/+11
|
* Default to NOT backup RRD data. It can get quite large, and should be chosen ↵jim-p2010-05-261-1/+1
| | | | deliberately by the user.
* Few cosmetic adjustments on classes to fix table bordersRenato Botelho2010-05-261-3/+8
|
* Add nanobsd size to system info widget after platform.jim-p2010-05-261-1/+6
|
* Actually send the wan ip address as calledstationid as advertised on ↵Ermal2010-05-251-4/+4
| | | | captiveportal configuration page. The same fix was previously done to radius authentication code.
* Show friendly interface name.Ermal2010-05-252-2/+2
|
* Add a default setting to location type of wireless that leaves the setting ↵Erik Fonnesbeck2010-05-251-0/+1
| | | | at its default for the interface.
* Use url_redirection even on successful login case if present. Add a redir ↵Ermal2010-05-241-9/+13
| | | | functionality to portal_reply_page to keep the code centralized.
* Actually use the previous configured mac/ip, if present, for finding rules ↵Ermal2010-05-242-6/+12
| | | | to be deleted.
* 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
OpenPOWER on IntegriCloud