summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Add the option to use a custom Dynamic DNS Provider via an Update URL and Res...Matt Corallo2012-05-221-2/+5
* Back out duplicated fix from 107e8acc - Ticket #1917 was already fixed before...jim-p2012-05-081-9/+2
* fix text. ticket #2399Chris Buechler2012-04-261-1/+1
* Make sure to stop the dhcpleases6 processsmos2012-04-241-0/+1
* Add support for SLAAC on the WAN interface, this is required for Stateless au...smos2012-04-181-1/+0
* Handle multiple IPv6 DNS servers in rc.newwanipv6, remove chunk of broken cod...smos2012-04-181-8/+1
* Only add the IPv4 gateway in the DHCPv4 config if we have a IPv4 gateway defi...smos2012-04-161-3/+20
* Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-111-7/+5
* Also use the prefix calculation function here.smos2012-04-081-13/+1
* Change the command to reflect the new, just added dhcpleases6 binary for trig...smos2012-04-071-1/+2
* it needs to point to a existing file otherwise it will not launch.smos2012-04-071-1/+1
* Add the -h parameter which is required for dhcpleases, might need to be remov...smos2012-04-071-1/+1
* 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
* 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
* Specify path to unbound config fileWarren Baker2012-04-051-1/+1
* Bail out without a valid IPv6 address so we don't generate a invalid dhcpv6 s...smos2012-04-041-1/+2
* Merge pull request #71 from ebrandi/r53dyndnsErmal Luçi2012-04-031-1/+3
|\
| * This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.Edson Brandi2012-04-011-1/+3
* | If the end of the prefix6 range does not align with a multiple of the delegat...smos2012-04-031-9/+10
* | Adjust the delegated prefix length for 6to4 to 16 bitssmos2012-04-031-1/+1
* | 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-031-7/+52
|/
* Add interface tracking support. With this it is now possible for dynamic IPv6...smos2012-03-311-35/+10
* Do not process for disabled interfacessmos2012-03-311-1/+7
* Make sure we only generate entries for radvd when we actually have a IPv6 prefixsmos2012-03-311-3/+10
* Make sure to add a semicolon to indicate end of line syntaxsmos2012-03-301-3/+3
* Correct the field name, otherwise we have invalid syntaxsmos2012-03-301-2/+2
* Commit the config backend code for the switch to radvdsmos2012-03-291-153/+124
* Make domain search list work for MacOS X clients, by addingOvidiu Predescu2012-03-281-44/+51
* Enable the NTP server fields for our DHCP6 server.smos2012-03-131-11/+9
* Remove the DHCP6 service enable check, it's not valid for configuring router ...smos2012-03-081-3/+0
* Ticket #1917: fix typos, fix domain-search for dhcpv6Pierre POMES2012-02-251-2/+2
* Ticket #1917 - DHCP server support for multiple domains in search listPierre POMES2012-02-231-1/+1
* Fixing existing DynDNS force-update feature. Redmine bug #2228Yehuda Katz2012-02-221-2/+6
* Add builder binaryWarren Baker2012-02-031-1/+1
* Support for configuring the configuring Unbound serviceWarren Baker2012-02-031-0/+35
* If the old bindlan option is there, assume the lan interface for binding.jim-p2012-02-011-0/+4
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-011-4/+9
* Add backend 6RD support. We don't have the required patch yet for our stf dri...smos2012-01-251-0/+74
* Check to see if the pid file exists before trying to kill anyprocessErmal2012-01-241-1/+2
* Fix multiple keys in a file for RFC2136 dyndns updates. Fixes #2068jim-p2012-01-061-1/+1
* Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-p...Anthony Wrather2011-12-011-8/+19
* Unbreak the tree, pointy hat to me.smos2011-11-221-1/+1
* Enclose the hostname in quotes so that numerical values work too.smos2011-11-221-1/+1
* Correct logic mismatch, skip on RA mode disabled and dhcp is not enabled.smos2011-11-221-1/+4
OpenPOWER on IntegriCloud