summaryrefslogtreecommitdiffstats
path: root/etc/inc/voucher.inc
Commit message (Expand)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-785/+0
* Properly declare an error when a too-short voucher is submitted.jim-p2015-08-181-0/+3
* Code spacingPhil Davis2015-06-151-6/+6
* Code style bits and pieces from etcPhil Davis2015-05-311-8/+9
* Remove artifacts from latin1 to utf8 conversionsJose Luis Duran2015-05-161-1/+1
* Update voucher.incGertjan2015-04-171-1/+2
* Fixes #4625 correct disconnection of users especially when called from xmlrpc...Ermal LUÇI2015-04-161-1/+3
* Code style etc inc vwx3Phil Davis2015-03-091-203/+239
* Random text typosPhil Davis2015-02-111-8/+8
* Fix lineup of copyright linesPhil Davis2015-01-011-0/+1
* Rather than set the g['booting'] on globals provide a function to test for th...Ermal LUÇI2014-11-261-3/+3
* Make the voucher auth through xmlrpc work.Ermal2014-03-071-1/+4
* Properly detect when there are issues with communicating with syncip and to u...Ermal2014-02-241-5/+10
* Be friendly to memoryErmal2014-02-211-0/+1
* Fix problem with the voucher synching that was introduced during conversion t...Ermal2014-02-211-1/+1
* While here unset some variables even on vouchers sideErmal2013-12-241-4/+10
* Reduce the total minutes by the remote minutes used, do not use the value dir...jim-p2013-12-171-1/+1
* Fixes #3001, Check the protocol of the webgui to determine if https is being ...Ermal2013-05-281-3/+18
* Revert "Merge pull request #417 from miken32/cp-database-fix"Renato Botelho2013-02-171-2/+2
* use associative array for captive portal to prevent confusion, messiness, and...Michael Newton2013-02-141-2/+2
* Actually let xmlrpc construct the url internally from the passed info it is d...Ermal2013-02-061-9/+3
* Avoid possible deadlock during voucher xmlrpc sync and correct url generation...Ermal2013-02-061-10/+19
* Update /etc/inc/voucher.incbcyrill2013-01-191-3/+3
* Update /etc/inc/voucher.incbcyrill2013-01-191-9/+10
* Update etc/inc/voucher.incbcyrill2013-01-101-1/+1
* rename for clarificationbcyrill2012-12-291-2/+2
* serialize dbent arraybcyrill2012-12-291-1/+3
* Fix: Voucher Syncbcyrill2012-12-291-2/+2
* If there is no roll do not try to save anythingErmal2012-12-181-0/+3
* Convert the CP db to sqlite rather than a text file. Some more optimizations ...Ermal2012-12-181-6/+3
* Update copyrightErmal2012-11-231-1/+1
* Fix wich roll to writeErmal2012-03-111-1/+1
* Ticket #2114. Remove define_syslog_variables since its deprecated and probabl...Ermal2012-01-201-1/+0
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-2/+2
* Issue proper start and error messages during voucher loadingErmal2011-11-061-5/+9
* fix typo (Bug 1944)Cyrill Bannwart2011-10-101-1/+1
* fix typo. redmine #1941Chris Buechler2011-10-091-1/+1
* Remove duplicated occurence during mergingErmal2011-09-071-1/+0
* Add the multi instance CP to master branch. This allows to define CP with dif...Ermal2011-09-071-62/+88
* Another roll at fixing the voucher sync problems.Ermal2011-08-151-2/+2
* Fix php behaviour on xmlrpc sync and vouchers starting with a number. Apparen...Ermal2011-07-201-1/+1
* removes variables concatenation on gettext stringsVinicius Coque2011-07-181-1/+1
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-061-0/+3
|\
| * If vouchers are disabled do not allow users to authenticate thorugh existing(...Ermal2011-07-041-0/+3
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-201-17/+31
|\ \ | |/
| * Fixes #1327. Trigger synching of vouchers to config through check_reload_stat...Ermal2011-06-101-17/+15
| * Disconnect any voucher forced to expire if there are active sessions with it.Ermal2011-06-071-0/+16
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-071-113/+244
|\ \ | |/
| * Provide a voucher_expire function so that voucher can be expired through a POST.Ermal2011-05-251-112/+243
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-251-6/+4
|\ \ | |/
OpenPOWER on IntegriCloud