summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_vouchers.php
Commit message (Collapse)AuthorAgeFilesLines
* Use a random exponent for the RSA generation of keys. Its is questionable if ↵Ermal2012-11-061-1/+17
| | | | its needed to be saved as a value? Ticket #2657
* Unset previously set voucher sync informationErmal2012-02-061-0/+4
|
* Don't let the browser auto-fill username and password on voucher config, as ↵jim-p2011-12-211-2/+2
| | | | it can interfere with the settings being properly saved if sync isn't fully configured, which this can make happen accidentally.
* Revert "Add zone. Fixes #1945"Scott Ullrich2011-10-101-1/+1
| | | | This reverts commit 8a880cb97227c3cd41ed236d06e3188f97cea2ee.
* Add zone. Fixes #1945Scott Ullrich2011-10-101-1/+1
|
* Revert "fix text"Chris Buechler2011-07-231-1/+1
| | | | This reverts commit c27ca36eb3fb3a5c5c1ca7feb9567bd6d23a16dc.
* fix textChris Buechler2011-07-231-1/+1
|
* Fixes #1327. Trigger synching of vouchers to config through ↵Ermal2011-06-101-21/+2
| | | | check_reload_status. Retire the saveinterval option since it is not useful anymore. Use the prune process of captiveportal to sync vouchers as well to fix issues as reported-by: http://forum.pfsense.org/index.php/topic,37636.0.html
* Add note about voucher sync (only enable on slave nodes).Scott Ullrich2011-05-271-1/+2
|
* * Add is_ipaddr_configured() so that people do not need to reinvent the ↵Scott Ullrich2011-05-251-0/+2
| | | | | | wheel for this task * Check to make sure the administrator is not entering the IP address of the same host preventing a issue where the firewall will sync the voucher database to itself and cause the webConfigurator to crash.
* Disable csrf checks when posting from scripts.Ermal2011-05-251-0/+2
|
* Provide a voucher_expire function so that voucher can be expired through a POST.Ermal2011-05-251-0/+6
|
* Update some code to be more readble and more compliant to php5Ermal2011-05-251-2/+1
|
* Properly set/unset voucher enable/disable bit.jim-p2011-04-151-3/+6
|
* Correctly synchronize the db of vouchers from master. Also correctly write ↵Ermal2011-03-251-49/+51
| | | | it to the files since before it is only allowed during bootup and not from xmlrpc.
* Actually remember that the vouchers are enabledErmal2011-03-251-1/+1
|
* Allow to enable vouchers with the only things specified the voucher database ↵Ermal2011-03-251-24/+33
| | | | synchronization since the other values will be fetched from it.
* Misc fixupsScott Ullrich2011-01-251-1/+1
|
* Prevent drop down menu creationScott Ullrich2011-01-251-1/+1
|
* Adding tab for allowed hostnamesScott Ullrich2011-01-251-0/+1
|
* Set default interval of syncing voucher db to config to 5 minutes instead of ↵Ermal2010-12-141-1/+1
| | | | 300. Ticket #1087.
* Add a note about pressing cancel if user does not want to recreate the vouchersScott Ullrich2010-08-301-1/+1
|
* Add Captive Portal voucher database sync to secondary nodes. How this ↵Scott Ullrich2010-08-301-262/+450
| | | | | | works is you designate one of your access points with a voucher database as the master and then on the slave nodes you setup the 4 fields on the voucher edit screen. This will then sync the voucher database and anytime someone attempts to authenticate the slave nodes will use XMLRPC over to the master node to ensure that the voucher has not been used, etc. Add generate certificate option on the voucher edit screen
* gettext fixesRenato Botelho2010-08-121-12/+12
|
* Implement gettext() calls on services_captiveportal_vouchers.phpCarlos Eduardo Ramos2010-07-141-61/+62
|
* Remove auth logs tab, since it is handled by the log link above.jim-p2010-06-021-1/+0
|
* Add status/log links to Captive Portal pagesjim-p2010-06-021-0/+3
|
* Revert "add a status tab to the CP screens as well", this is just a tad too longChris Buechler2010-05-281-1/+0
| | | | This reverts commit 881eb09217613337da4dd5376a038446a0e18b1c.
* add a status tab to the CP screens as wellChris Buechler2010-05-281-0/+1
|
* add auth logs tab to CP screensChris Buechler2010-05-281-0/+1
|
* fix roll imagesChris Buechler2009-12-261-3/+3
|
* display + image, clean up white spaceChris Buechler2009-12-261-7/+9
|
* fix typo and text alignmentChris Buechler2009-12-261-2/+2
|
* Include commonly used .inc files such as filter.inc, shaper.inc, etcScott Ullrich2009-11-241-1/+4
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-131-0/+395
Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
OpenPOWER on IntegriCloud