summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Remove even negating nat rulesErmal2013-12-301-1/+1
* Correct matching for single rule. Somehow the egrep did not work there!Ermal2013-12-301-1/+1
* Speed up a bit rule number identification by avoiding going into kernel but u...Ermal2013-12-301-14/+39
* Merge pull request #866 from andrespetralli/masterRenato Botelho2013-12-301-40/+103
|\
| * Enabling advanced RFC 2136 configuration for DHCPd serviceAndres Petralli2013-12-231-40/+103
* | Modernize a bit the sshd sart fileErmal2013-12-271-28/+19
* | Use the check properly!Ermal2013-12-271-6/+2
* | Correct the check to what was intendedErmal2013-12-271-1/+1
* | Make sense of interface mtu handling code. No need to do unneeded operations....Ermal2013-12-271-103/+47
* | Add sshd service to list (if enabled)jim-p2013-12-271-0/+13
* | Fix a bug introduced in commit 06b8d43c that breaks return_gateways_array() c...Renato Botelho2013-12-271-1/+1
* | No reason to set the same value to ipprotocolRenato Botelho2013-12-271-2/+0
* | Add support for local (push route) and remote (iroute) network definitions in...jim-p2013-12-261-7/+25
* | Add a "status" subcommand to the svc php shell script.jim-p2013-12-261-2/+17
* | Add a setting to allow the user to specify the clog file size so more (or les...jim-p2013-12-262-4/+10
* | Correct the php-fpm configuration generationErmal2013-12-261-1/+1
* | Fix #3354, savecore -C only expects dumpdevRenato Botelho2013-12-261-1/+1
* | Add an option for users to be able to adjust how many configuration revisions...jim-p2013-12-261-7/+16
* | Show backup file size in config history.jim-p2013-12-261-7/+8
* | Fix syntaxRenato Botelho2013-12-241-2/+2
* | Sprinkle some more unsetsErmal2013-12-241-0/+2
* | Remove /var/run/booting early to be consistent with $g['booting']Renato Botelho2013-12-241-1/+4
* | Revert "Make sure functions called by rc.start_packages can see $g['booting']...Renato Botelho2013-12-241-7/+0
* | Revert "Only unset $g['booting'] when it was set here"Renato Botelho2013-12-241-5/+2
* | Only unset $g['booting'] when it was set hereRenato Botelho2013-12-241-2/+5
* | Make sure functions called by rc.start_packages can see $g['booting'] when we...Renato Botelho2013-12-241-0/+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
|/
* Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it...Renato Botelho2013-12-231-3/+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-231-2/+7
* 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-203-7/+9
* Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_...Ermal2013-12-204-13/+18
* Provide a setting to disable the auto added LAN SPDs in the DBErmal2013-12-191-1/+1
* 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-192-13/+26
* Migrate openvpn authentication to use fcgicli rather than forking a php proce...Ermal2013-12-192-23/+45
* 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
* 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
OpenPOWER on IntegriCloud