summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated sysctls. vfs.forcesync needs to be seen if the patch needs ...Ermal2013-12-141-2/+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-145-9/+91
* Make scripts able to react when called from FCGI with GET methodErmal2013-12-135-4/+21
* 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
* Use correct vars for IPv6 when checking subnet start and endPhil Davis2013-12-091-3/+3
* Check that DHCP end IP is >= DHCP start IPPhil Davis2013-12-091-23/+29
* Fix checking DHCP end IP is in rangePhil Davis2013-12-081-1/+1
* 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-068-50/+72
* Load only the options and nothing elseErmal2013-12-061-1/+1
* Add a knob to prefer IPv4 over IPv6, it fixes #2833Renato Botelho2013-12-062-0/+13
* Unbreak etc/sshd, add a missing quoteRenato Botelho2013-12-061-1/+1
* Check if dhcp start and end addresses are inside interface subnet, helps #3196Renato Botelho2013-12-061-3/+11
* Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordinglyRenato Botelho2013-12-061-0/+5
* When user attempt to set network or broadcast address, ask again for the IP a...Renato Botelho2013-12-061-64/+69
* 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
* Create even elyptic curve keysErmal2013-12-051-1/+3
* 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
* Prevent network or broadcast address to be set on interface (console, GUI and...Renato Botelho2013-12-041-1/+12
* Use proper interface hereErmal2013-12-041-1/+1
* Correct only carp value changesErmal2013-12-041-5/+5
* Correct CARP events on devd and the argument processing on called scriptsErmal2013-12-023-16/+32
* When reset webConfigurator password, if authentication server is not Local Da...Renato Botelho2013-12-021-0/+8
* 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-288-99/+19
* 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-213-23/+28
|/
* Fix #3331. Set interface subnet as destination when VIP is in the same subnet...Renato Botelho2013-11-211-1/+4
* FreeBSD 10 pf does not have a limit for table entriesErmal2013-11-211-3/+0
* Merge pull request #857 from Wraul/add_city_network_dyndnsErmal Luçi2013-11-212-2/+38
|\
| * Added support for City Network to Dynamic DNS.Mathias Andersson2013-11-142-2/+38
* | Fix an issue that changes wrong gateway entry when items are hiddenRenato Botelho2013-11-211-2/+4
* | Don't flush interface cache on each call of the function when looping through...jim-p2013-11-202-6/+8
* | Add gettext() to recently added stringsRenato Botelho2013-11-181-9/+9
* | Add an option to return outbound NAT automatic to nat hosts with description,...Renato Botelho2013-11-181-11/+41
OpenPOWER on IntegriCloud