Project

General

Profile

Download (24.8 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b0c76f18 01/20/2012 06:03 PM Ermal LUÇI

Ticket #2114. Remove define_syslog_variables since its deprecated and probably not needed

cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

abf421ce 11/06/2011 11:58 AM Ermal LUÇI

Issue proper start and error messages during voucher loading

52bb3619 10/10/2011 07:46 PM Cyrill B

fix typo (Bug 1944)

573ae2d1 10/09/2011 08:56 AM Chris Buechler

fix typo. redmine #1941

5b4f3f1b 09/07/2011 06:07 PM Ermal LUÇI

Remove duplicated occurence during merging

b4792bf8 09/07/2011 01:04 PM Ermal LUÇI

Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces.

460082ce 08/15/2011 07:21 PM Ermal LUÇI

Another roll at fixing the voucher sync problems.

bbcc16cb 07/20/2011 09:16 PM Ermal LUÇI

Fix php behaviour on xmlrpc sync and vouchers starting with a number. Apparently php uses that to deduce the type of var and gets confused.

b1e4005f 07/18/2011 06:33 PM Vinicius Coque

removes variables concatenation on gettext strings

1623ed97 07/06/2011 12:41 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/priv.defs.inc

1a863be2 07/04/2011 07:56 PM Ermal LUÇI

If vouchers are disabled do not allow users to authenticate thorugh existing(active/in use) vouchers. Reported-by: http://forum.pfsense.org/index.php/topic,38342.0.html

f0b17f3f 06/20/2011 11:50 AM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

5ebe85e9 06/10/2011 08:02 PM Ermal LUÇI

Fixes #1327. Trigger synching of vouchers to config through 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

2c85b316 06/07/2011 05:25 PM Ermal LUÇI

Disconnect any voucher forced to expire if there are active sessions with it.

d8012adb 06/07/2011 01:47 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/voucher.inc
usr/local/www/fbegin.inc

05771a24 05/25/2011 08:28 PM Ermal LUÇI

Provide a voucher_expire function so that voucher can be expired through a POST.

669113f9 05/25/2011 05:35 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

f6f1c847 05/25/2011 11:02 AM Ermal LUÇI

Update some code to be more readble and more compliant to php5

45d4b71e 05/23/2011 06:57 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

60c5d29b 05/13/2011 01:45 PM Jim Pingle

Test for array before using variable as one.

bca0472d 03/29/2011 04:36 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/voucher.inc

3b68081f 03/25/2011 10:44 PM Ermal LUÇI

Make the return values on error consistent with the normal return value.

2fe347eb 03/25/2011 10:33 PM Ermal LUÇI

Actually correctly report the timeleft in log messages. This is mostly cosmetic.

351b6990 03/25/2011 09:56 PM Ermal LUÇI

Correctly synchronize the db of vouchers from master. Also correctly write it to the files since before it is only allowed during bootup and not from xmlrpc.

509e1202 03/25/2011 08:32 PM Ermal LUÇI

Correct log messages to not display port twice.

152ab4d0 03/25/2011 11:59 AM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/interfaces.inc
etc/inc/priv.defs.inc
etc/inc/shaper.inc
etc/inc/system.inc

54bdff75 03/25/2011 11:49 AM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/auth.inc
etc/inc/config.lib.inc
etc/inc/filter.inc
etc/inc/pfsense-utils.inc
etc/inc/pkg-utils.inc
etc/inc/priv.defs.inc
etc/inc/services.inc...

d322e3b3 03/23/2011 11:14 PM Scott Ullrich

Fix voucher disconnect sync issue

13927322 03/08/2011 03:23 PM Ermal LUÇI

Do a proper test otherwise a override of the total_minutes var might happen.

c4ea3691 03/08/2011 03:16 PM Ermal LUÇI

Properly do testing of voucher existing or not rather than relying on an obscure feature of php. Also do exclusive locking rather than shared one when writing dbs.

9d3d8d00 01/28/2011 07:32 PM Vinicius Coque

Merge branch 'master' into inc

Conflicts:
etc/inc/captiveportal.inc
etc/inc/config.console.inc
etc/inc/config.lib.inc
etc/inc/easyrule.inc
etc/inc/filter.inc
etc/inc/ipsec.inc
etc/inc/pkg-utils.inc
etc/inc/shaper.inc...

4e8d55dd 12/22/2010 04:42 PM Scott Ullrich

Include captiveportal.inc if captiveportal_syslog() is not defined.

34507786 12/22/2010 04:41 PM Scott Ullrich

Use captiveportal_syslog()

4d5bbdfb 12/22/2010 03:32 PM Scott Ullrich

White space fixes and (C) for both Ermal and myself

4ac251b8 12/22/2010 03:29 PM Scott Ullrich

Log voucher errors. Fix whitespace. Remove trailing c/r

7afb7ea9 12/17/2010 11:28 PM Ermal LUÇI

Safe belts to avoid errors.

451e4a05 12/16/2010 12:19 AM Erik Fonnesbeck

Fix condition that needed to be negated after a recent layout change here and prevent a PHP warning if there are no voucher rolls. Fixes #1106

f5c05fcc 12/14/2010 10:48 PM Ermal LUÇI

Make voucher xmlrpc error checking the same as others.

666bc4d1 12/14/2010 10:39 PM Ermal LUÇI

Ticket #1087. Cleanup whitespace and also do not rely on having the db dirty flag set for backing up the dbs but always do this!

eaca40df 12/14/2010 10:27 PM Ermal LUÇI

Cleanup of whitespace and use exclusive lock during reconfiguration of vouchers.

26f131b8 10/15/2010 12:14 PM Renato Botelho

Fix typo

addc0439 10/01/2010 01:17 PM Renato Botelho

Fix quotes to use %N$X on gettext calls

8c04b1ae 09/08/2010 01:20 PM Renato Botelho

Merge remote branch 'mainline/master' into inc

Conflicts:
etc/inc/filter.inc
etc/inc/pkg-utils.inc
etc/inc/service-utils.inc
etc/inc/system.inc
etc/inc/vpn.inc

2f384448 08/31/2010 02:20 AM Scott Ullrich

Check for less time available on remote node

6c9ca678 08/31/2010 02:01 AM Scott Ullrich

Only make one XMLRPC call

fa3ab36a 08/31/2010 12:34 AM Scott Ullrich

Sync rolls if needed. This might be required if the operator removed/added or changed the rolls on the master node

47f12397 08/30/2010 11:36 PM Renato Botelho

Fix gettext calls with printf to permit change strings order

5e56c56d 08/30/2010 10:36 PM Renato Botelho

Merge remote branch 'mainline/master' into inc

Conflicts:
etc/inc/captiveportal.inc

830c33be 08/30/2010 04:57 PM Scott Ullrich

Add Captive Portal voucher database sync to secondary nodes. How this 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....

487caee6 08/30/2010 11:26 AM Renato Botelho

Merge remote branch 'mainline/master' into inc

Conflicts:
etc/inc/interfaces.inc

c14d9967 08/24/2010 02:45 PM Scott Ullrich

Resolve issue where used variable might be an array (multiple voucher rolls)

25a2bf77 08/23/2010 03:43 PM Scott Ullrich

nuke trailing c/r

ed462aae 08/19/2010 07:06 PM Carlos Eduardo Ramos

Fix gettext on voucher.inc

6ac0439b 08/18/2010 07:08 PM Renato Botelho

Implement gettext() calls on voucher.inc

451ec561 02/11/2010 03:00 PM Ermal Luçi

Ticket #351. Prevent wrong config.xml creation.

7ec341cb 02/10/2010 07:27 PM Ermal Luçi

Ticket #350. Correct calculation to be the same as in the voucher_auth.

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

2ee5fe9b 11/15/2009 05:12 PM Ermal Luçi

Fix Bug #147.

e593f555 11/15/2009 06:26 AM Chris Buechler

yes, I'll even fix typos in comments

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

a8ced10b 06/30/2009 05:18 PM Ermal Luçi

Convert even voucher to the new subsystem_dirty functions. This reduces another global.

619fe0c4 06/30/2009 01:26 PM Ermal Luçi
  • Garbage collect a variable used for lockfile in the CP before but is unuseful now.
  • Rename the dirtyfile variable to voucher_dirtyfile to reduce namespace problems or clashes with other variables.
156487ed 06/30/2009 10:37 AM Ermal Luçi

Fix various issues reported on http://forum.pfsense.org/index.php/topic,8672.0.html.

336e3c1c 06/13/2009 05:24 PM Charlie

Port voucher login ability on CaptivePortal from M0n0Wall.

Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.