summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* fix a syntax errorDarren Embry2012-04-061-1/+1
* Add a dhcpleases monitor to the DHCPv6 server which will trigger automatic cr...smos2012-04-061-0/+2
* Fixed Bug #2348bcyrill2012-04-061-146/+144
* Replace is_function with function_existsbcyrill2012-04-061-1/+1
* Make sure that we use the right interface for 6rdsmos2012-04-061-1/+1
* Unbreak rc.filter_synchronize, add )smos2012-04-061-1/+1
* work around a redeclaration error.Darren Embry2012-04-051-1/+5
* Unbreak interface.inc after manual mergeErmal2012-04-051-0/+2
* Remove slipped lineErmal2012-04-051-1/+0
* use existing filter_expand_alias (well, via a wrapper) instead ofDarren Embry2012-04-053-13/+9
* Unbreak openvpnErmal2012-04-051-1/+1
* Make vips vhid be unique per parent interface!Ermal2012-04-056-54/+63
* Correct the fieldname we need to look into so we actually configure the tunne...smos2012-04-051-1/+1
* Add a fix so that proper rules for 6to4 and 6rd are created which would other...smos2012-04-051-1/+13
* Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754)Darren Embry2012-04-052-28/+69
* Update etc/rc.php_ini_setupIrving Popovetsky2012-04-051-1/+1
* load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual Ser...Darren Embry2012-04-052-35/+94
* minor changesDarren Embry2012-04-051-25/+14
* normalize indentation.Darren Embry2012-04-051-109/+109
* fix typoWarren Baker2012-04-051-1/+1
* Add unbound userWarren Baker2012-04-052-0/+2
* Setup chroot environment for unboundWarren Baker2012-04-051-0/+11
* Remove Extra braceWarren Baker2012-04-051-1/+1
* Use global variableWarren Baker2012-04-051-1/+1
* Use isset() for DNSSEC statusWarren Baker2012-04-051-2/+2
* Specify path to unbound config fileWarren Baker2012-04-051-1/+1
* Add ACL id functionsWarren Baker2012-04-051-0/+18
* Good catch jim :)Ermal2012-04-041-1/+1
* Just php does not like this variable name and just prepends the 1 in output!Ermal2012-04-041-6/+6
* Expand these checks to include 'dynamic' or they'll never match dynamic gatew...jim-p2012-04-041-2/+2
* Make sure that we reconfigure the tunneled interfaces when we get a new ipv4 ...smos2012-04-041-7/+4
* Change the firewall rules to prevent firewall rule errorssmos2012-04-041-4/+4
* Set the table limit before loading tables. This may help in cases where a rul...jim-p2012-04-041-4/+4
* Bail out without a valid IPv6 address so we don't generate a invalid dhcpv6 s...smos2012-04-042-8/+9
* Add realif overrides for tunneled interface, we want to override get_real_int...smos2012-04-041-0/+7
* Add better hardening to the dynamic gateway code, handle IPv6 networks bettersmos2012-04-041-19/+93
* dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load this...Warren Baker2012-04-041-0/+2
* Merge pull request #71 from ebrandi/r53dyndnsErmal Luçi2012-04-033-5/+838
|\
| * This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.Edson Brandi2012-04-013-5/+838
* | If the end of the prefix6 range does not align with a multiple of the delegat...smos2012-04-031-9/+10
* | Add filter code that will automatically add pass rules for delegated IPv6 pre...smos2012-04-031-0/+30
* | Adjust the delegated prefix length for 6to4 to 16 bitssmos2012-04-031-1/+1
* | Fix the comment text for 6to4 proto 41 rules.smos2012-04-031-4/+5
* | Remove debugging print_r();smos2012-04-031-3/+0
* | Make sure that we can create a /64 delegation for very short prefixes.smos2012-04-031-6/+6
* | Improve the prefix delegation math somewhat.smos2012-04-031-3/+5
* | Automatically configure DHCPv6 servers for interfaces set to track6 another WAN.smos2012-04-032-8/+75
* | Add quick to the DHCP6 client and server rulessmos2012-04-021-9/+9
* | We want to actually compress the IPv6 address, not uncompress.smos2012-04-021-4/+4
* | Correct variable names and foreach assignmentsmos2012-04-021-4/+4
OpenPOWER on IntegriCloud