summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When WANTIME is empty, there is nothing to do hereRenato Botelho2013-12-241-1/+1
* test only does integer comparison, use bc to compare floatRenato Botelho2013-12-241-2/+2
* Save status even if no script is executedRenato Botelho2013-12-241-2/+2
* On first run REVIOUSSTATUS doesn't exist, so it cannot be UP or DOWN, invert ...Renato Botelho2013-12-241-5/+7
* While here unset some variables even on vouchers sideErmal2013-12-241-4/+10
* Merge manually 4fd85b115e2550969ddeadd43a2bc6dafff21779 3f2ae9d58f5ea3d9de175...Ermal2013-12-241-35/+56
* Remove not relevant comment now. Also make the operation clear to avoid prior...Ermal2013-12-241-7/+2
* Merge pull request #863 from dhiltonp/masterChris Buechler2013-12-231-0/+3
|\
| * /usr/local/www/system.php: strip excess whitespace from ntp field before proc...David P Hilton2013-12-121-0/+3
* | Fix DHCP lease time display, strftime already convert it to local timezone, s...Renato Botelho2013-12-231-11/+5
* | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it...Renato Botelho2013-12-232-13/+0
* | Make sure to give the zone a name during the upgrade, or else it comes throug...jim-p2013-12-231-0/+1
* | Correct displaying states status and avoid divison by zero due to wrong data ...Ermal2013-12-232-3/+10
* | Merge pull request #865 from phildd/masterChris Buechler2013-12-221-3/+12
|\ \
| * | Avoid dashboard divide by zero errorsphildd2013-12-221-3/+12
|/ /
* | Use return rather than exit to be friendly on CGIErmal2013-12-201-3/+3
* | Addapt rc.newwanipv6 to FCGI callingErmal2013-12-202-9/+18
* | Call rc.newwanipv6 efficently through FCGIErmal2013-12-201-1/+3
* | Do not register the _ENV superglobal since its not required and probably not ...Ermal2013-12-204-8/+10
* | Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_...Ermal2013-12-208-19/+30
* | Provide a setting to disable the auto added LAN SPDs in the DBErmal2013-12-192-1/+21
* | Make even ipsec script ready for GET arguments but later on it will be used a...Ermal2013-12-191-8/+40
* | Use closelog to explicitly close open resource.Ermal2013-12-191-4/+17
* | Move also tls-verify to fcgicli to avoid forking php process. Maybe even this...Ermal2013-12-193-15/+33
* | Migrate openvpn authentication to use fcgicli rather than forking a php proce...Ermal2013-12-193-23/+54
* | Correct issues not only with vlans but all other clonable interfaces(related ...Ermal2013-12-181-49/+89
* | Use does_interface_exist rather than calling ifconfig directlyErmal2013-12-181-1/+1
* | Set latest config versionErmal2013-12-181-1/+1
* | Convert ipaliases over carp to new world orderErmal2013-12-181-0/+27
* | Reduce the total minutes by the remote minutes used, do not use the value dir...jim-p2013-12-171-1/+1
* | Fix saving of voucher sync settings.jim-p2013-12-161-11/+12
* | Register a function to unset certain globals after requests finish processing...Ermal2013-12-161-0/+24
* | Rely on memory rather than LOWMEM booleanErmal2013-12-161-1/+1
* | Use same value consistently for configuration and tolerate a bit moreErmal2013-12-151-5/+5
* | Use events to start sshd rather than relying on forkingErmal2013-12-153-5/+5
* | Support if called from fastcgiErmal2013-12-152-2/+8
* | Send events to check_reload_status for carp master/backupErmal2013-12-151-2/+2
* | Call all php scripts in bootup with fcgicli. For rc.bootup only the part need...Ermal2013-12-151-6/+6
* | Mute the output of the command since its not really usefulErmal2013-12-141-2/+2
* | Remove deprecated sysctls. vfs.forcesync needs to be seen if the patch needs ...Ermal2013-12-142-12/+0
* | Use system ident rather than php-fpm for system logsErmal2013-12-141-1/+1
* | Switch to php-fpm for lighty and check_reload_status will use it. Step by ste...Ermal2013-12-148-14/+94
* | Remove a probably bad copy/paste lineRenato Botelho2013-12-141-1/+0
* | Make scripts able to react when called from FCGI with GET methodErmal2013-12-135-4/+21
* | Properly detect if an ip is already configured for VIP. Remove useless checks...Ermal2013-12-131-10/+2
* | Add an option to restore default logout/error/portal custom pages on Captive ...Renato Botelho2013-12-131-0/+27
* | Fix parsing of the rule number in the pf log on FreeBSD 10.x, part of Bug #2122jim-p2013-12-121-1/+3
|/
* Use current racoon.conf syntax to avoid issues when deprecated one is removed...Renato Botelho2013-12-101-1/+2
* Merge pull request #862 from phil-davis/masterRenato Botelho2013-12-091-26/+32
|\
| * Use correct vars for IPv6 when checking subnet start and endPhil Davis2013-12-091-3/+3
OpenPOWER on IntegriCloud