| Commit message (Expand) | Author | Age | Files | Lines |
* | Add alias support to static routes (needs some testing) Ticket #2239 | jim-p | 2012-04-11 | 4 | -26/+63 |
* | Restore this piece of logic, otherwise the firewall rules break. | smos | 2012-04-09 | 1 | -1/+11 |
* | Also use the prefix calculation function here. | smos | 2012-04-08 | 1 | -13/+1 |
* | Prevent duplicate 6rd or 6to4 interfaces, these conflict and both use the stf... | smos | 2012-04-08 | 2 | -29/+36 |
* | Move some constants in gitsync closer to the top of the source code and add s... | Erik Fonnesbeck | 2012-04-07 | 1 | -18/+20 |
* | Correct typo in the filter rule | smos | 2012-04-07 | 1 | -1/+1 |
* | Add automatic firewall rules that allow traffic destined for a downstream del... | smos | 2012-04-07 | 1 | -0/+6 |
* | Change the command to reflect the new, just added dhcpleases6 binary for trig... | smos | 2012-04-07 | 1 | -1/+2 |
* | it needs to point to a existing file otherwise it will not launch. | smos | 2012-04-07 | 1 | -1/+1 |
* | Add the -h parameter which is required for dhcpleases, might need to be remov... | smos | 2012-04-07 | 1 | -1/+1 |
* | fix a syntax error | Darren Embry | 2012-04-06 | 1 | -1/+1 |
* | Add a dhcpleases monitor to the DHCPv6 server which will trigger automatic cr... | smos | 2012-04-06 | 1 | -0/+2 |
* | Fixed Bug #2348 | bcyrill | 2012-04-06 | 1 | -146/+144 |
* | Replace is_function with function_exists | bcyrill | 2012-04-06 | 1 | -1/+1 |
* | Make sure that we use the right interface for 6rd | smos | 2012-04-06 | 1 | -1/+1 |
* | Unbreak rc.filter_synchronize, add ) | smos | 2012-04-06 | 1 | -1/+1 |
* | work around a redeclaration error. | Darren Embry | 2012-04-05 | 1 | -1/+5 |
* | Unbreak interface.inc after manual merge | Ermal | 2012-04-05 | 1 | -0/+2 |
* | Remove slipped line | Ermal | 2012-04-05 | 1 | -1/+0 |
* | use existing filter_expand_alias (well, via a wrapper) instead of | Darren Embry | 2012-04-05 | 3 | -13/+9 |
* | Unbreak openvpn | Ermal | 2012-04-05 | 1 | -1/+1 |
* | Make vips vhid be unique per parent interface! | Ermal | 2012-04-05 | 6 | -54/+63 |
* | Correct the fieldname we need to look into so we actually configure the tunne... | smos | 2012-04-05 | 1 | -1/+1 |
* | Add a fix so that proper rules for 6to4 and 6rd are created which would other... | smos | 2012-04-05 | 1 | -1/+13 |
* | Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754) | Darren Embry | 2012-04-05 | 2 | -28/+69 |
* | Update etc/rc.php_ini_setup | Irving Popovetsky | 2012-04-05 | 1 | -1/+1 |
* | load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual Ser... | Darren Embry | 2012-04-05 | 2 | -35/+94 |
* | minor changes | Darren Embry | 2012-04-05 | 1 | -25/+14 |
* | normalize indentation. | Darren Embry | 2012-04-05 | 1 | -109/+109 |
* | fix typo | Warren Baker | 2012-04-05 | 1 | -1/+1 |
* | Add unbound user | Warren Baker | 2012-04-05 | 2 | -0/+2 |
* | Setup chroot environment for unbound | Warren Baker | 2012-04-05 | 1 | -0/+11 |
* | Remove Extra brace | Warren Baker | 2012-04-05 | 1 | -1/+1 |
* | Use global variable | Warren Baker | 2012-04-05 | 1 | -1/+1 |
* | Use isset() for DNSSEC status | Warren Baker | 2012-04-05 | 1 | -2/+2 |
* | Specify path to unbound config file | Warren Baker | 2012-04-05 | 1 | -1/+1 |
* | Add ACL id functions | Warren Baker | 2012-04-05 | 1 | -0/+18 |
* | Good catch jim :) | Ermal | 2012-04-04 | 1 | -1/+1 |
* | Just php does not like this variable name and just prepends the 1 in output! | Ermal | 2012-04-04 | 1 | -6/+6 |
* | Expand these checks to include 'dynamic' or they'll never match dynamic gatew... | jim-p | 2012-04-04 | 1 | -2/+2 |
* | Make sure that we reconfigure the tunneled interfaces when we get a new ipv4 ... | smos | 2012-04-04 | 1 | -7/+4 |
* | Change the firewall rules to prevent firewall rule errors | smos | 2012-04-04 | 1 | -4/+4 |
* | Set the table limit before loading tables. This may help in cases where a rul... | jim-p | 2012-04-04 | 1 | -4/+4 |
* | Bail out without a valid IPv6 address so we don't generate a invalid dhcpv6 s... | smos | 2012-04-04 | 2 | -8/+9 |
* | Add realif overrides for tunneled interface, we want to override get_real_int... | smos | 2012-04-04 | 1 | -0/+7 |
* | Add better hardening to the dynamic gateway code, handle IPv6 networks better | smos | 2012-04-04 | 1 | -19/+93 |
* | dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load this... | Warren Baker | 2012-04-04 | 1 | -0/+2 |
* | Merge pull request #71 from ebrandi/r53dyndns | Ermal Luçi | 2012-04-03 | 3 | -5/+838 |
|\ |
|
| * | This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure. | Edson Brandi | 2012-04-01 | 3 | -5/+838 |
* | | If the end of the prefix6 range does not align with a multiple of the delegat... | smos | 2012-04-03 | 1 | -9/+10 |