summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Addapt rc.newwanipv6 to FCGI callingErmal2013-12-201-2/+2
* | 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-201-3/+2
* | Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_...Ermal2013-12-203-13/+17
* | 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
* | 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-141-2/+0
* | Switch to php-fpm for lighty and check_reload_status will use it. Step by ste...Ermal2013-12-141-6/+20
* | 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
* | Nice race on FreeBSD 10 for carp seems you cannot do on the same command line...Ermal2013-12-071-8/+6
* | This needs to have alias added to not remove the interface ipErmal2013-12-071-1/+1
* | Correct curlies yet againErmal2013-12-071-1/+2
* | Use _vip as identified for CARP vip IPs to allow easier upgrade code. This wa...Ermal2013-12-066-43/+63
* | Load only the options and nothing elseErmal2013-12-061-1/+1
* | Add a knob to prefer IPv4 over IPv6, it fixes #2833Renato Botelho2013-12-061-0/+10
* | Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordinglyRenato Botelho2013-12-061-0/+5
* | Identify vips where needed by @ symbol that will be usedErmal2013-12-051-0/+32
* | Make more strict checksErmal2013-12-051-1/+1
* | Remove not true commentErmal2013-12-051-4/+1
* | Correct syntaxErmal2013-12-051-1/+1
* | Handle more carp enahancements for FreeBSD 10. the interface vips will be nam...Ermal2013-12-052-2/+5
* | Optimize a bitErmal2013-12-051-6/+4
* | Use proper interface hereErmal2013-12-041-1/+1
* | Remove 0.0.0.0 from automatic outbound nat rulesRenato Botelho2013-11-281-1/+1
* | Remove references to _vip interface and provide proper configuration for carp...Ermal2013-11-286-94/+18
* | fix 0.0.0.0 subnet for automatic outbound NAT rules, fixes #2416Renato Botelho2013-11-261-1/+1
* | Add a new param to return_gateways_array and make it return gateways when int...Renato Botelho2013-11-261-4/+8
* | No need for a second rule forwarding httpErmal2013-11-251-1/+0
* | Correct generation of lighty configuration with zoneid changing to lower that...Ermal2013-11-251-6/+17
* | Since zoneid need to be less then 4096 provide some upgrade code to handle th...Ermal2013-11-252-1/+18
* | Merge pull request #858 from timdufrane/masterErmal Luçi2013-11-251-2/+4
|\ \
| * | Add DHCP without gateway capabilitytimdufrane2013-11-211-2/+4
* | | Catch up with mac needed for all operations in the table nowdays.Ermal2013-11-231-9/+9
* | | Properly create zones for the CP with the new command arguments and properly ...Ermal2013-11-212-23/+21
|/ /
* | Fix #3331. Set interface subnet as destination when VIP is in the same subnet...Renato Botelho2013-11-211-1/+4
OpenPOWER on IntegriCloud