summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove this check, the value can be 0 here if the target is the first item in...jim-p2013-10-091-1/+1
* Switch to rw mode before file operations on RFC2136 cache. Fixes #3201jim-p2013-09-171-0/+3
* This broke correct detection of primary/secondary -- the person in that threa...jim-p2013-09-101-3/+4
* Fix didn't help -- backing this out and the change that made it necessary. Re...jim-p2013-09-101-13/+7
* Correctly check the secondary/primary parameter setting on dhcp failover conf...Ermal2013-09-101-7/+13
* Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover...jim-p2013-09-061-3/+0
* Correct check to match the right vip based on configured ip. Reported-by: htt...Ermal2013-09-051-4/+3
* Reduce diff with masterErmal2013-08-161-3/+3
* Handle link local addresses with embedded interface scope on is_ipaddrv6 and ...Ermal2013-08-161-3/+22
* Reorder reverse lookup overrides so user-specified ones are effective 2.1Phil Davis2013-07-311-10/+12
* services_dhcrelay6_configure developerspew debug text fixPhil Davis2013-07-141-1/+1
* Consistent dhcrelay6 pid file locationPhil Davis2013-07-131-1/+1
* Add support for custom IPv6 DDNS.Daniel Becker2013-07-101-2/+2
* Add backend support for HE.net AAAA record updates.Daniel Becker2013-07-101-2/+2
* Update services.incplinss2013-07-051-2/+1
* Add option to RFC2136 to find/use the public IP if the interface IP is privat...jim-p2013-07-021-0/+3
* Add cached IP support to RFC2136, add GUI button to force update for single h...jim-p2013-07-021-19/+59
* Add AAAA support to RFC2136 updates. Based on http://forum.pfsense.org/index....jim-p2013-06-241-3/+12
* Use the name of the interface (lan, opt1, etc) rather than a loop-derived num...jim-p2013-06-181-7/+2
* * Use when needed the family for get_real_interfaceErmal2013-06-171-5/+5
* Remove unreferenced binaries. correct some formatting and also to make functi...Ermal2013-06-171-16/+14
* Do better checks and do not include an interface that will be skipped to the ...Ermal2013-06-101-45/+42
* Don't use invalid or IPv6 DNS servers when crafting DHCP DDNS Zones. Fixes #3015jim-p2013-05-311-0/+9
* Don't add zones multiple times if it can be avoided.jim-p2013-05-231-10/+18
* Unbreak Dynamic DNS updates from DHCP, ISC changed the config layout to requi...jim-p2013-05-221-2/+46
* Make sure there's a space here to prevent accidentally breaking the syntax.jim-p2013-05-161-1/+1
* dnsmasq conf won't allow some custom argsstilez2013-05-151-4/+16
* Add the ability for dnsmasq to selectively respond to queries only on certain...jim-p2013-04-261-1/+28
* Add the ability to change the port on which dnsmasq listens.jim-p2013-04-261-0/+4
* Make sure we do not pass an IP address to ip_in_subnet as a subnet, it does n...jim-p2013-04-091-3/+11
* Fixes #1477. Use the new parameter to reduce igmpproxy logging levelErmal2013-03-271-1/+2
* Use configured dns servers on radvd.conf, fixes #2905Renato Botelho2013-03-251-4/+7
* Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-3/+5
* Respect the product name here.jim-p2013-03-211-0/+2
* use a custom sysDescr for snmp similar to m0n0wall's format. Fixes #2893jim-p2013-03-211-0/+6
* Use propper variable for is_ipaddrv6 testErmal2013-03-191-1/+1
* Correct typo that prevents dhcpv6 to generate proper subnet info. Also use al...Ermal2013-03-191-3/+2
* Do not do useless work before neededErmal2013-03-191-5/+5
* Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config ...Ermal2013-03-181-1/+3
* Add the ability for full installs to optionally use RAM disks for /tmp and /v...jim-p2013-03-111-10/+12
* Add DNS Forwarder option to not forward private reverse lookupsPhil Davis2013-03-061-0/+13
* DNS Forwarder allow null forwarding addressPhil Davis2013-03-051-1/+3
* Merge pull request #436 from phil-davis/masterChris Buechler2013-03-041-2/+2
|\
| * Add DynDNS No-IP Free account supportPhil Davis2013-02-241-2/+2
* | Avoid DynDNS timeout delay when gateway is downphildd2013-02-261-0/+6
|/
* Remove leading spaces from DYNDNS_PROVIDER_DESCRIPTIONSPhil Davis2013-02-241-1/+1
* Add common DynDNS constants and codePhil Davis2013-02-241-0/+21
* Backout Unbound for now bring back in 2.2. Fixes #2817Warren Baker2013-02-141-47/+1
* Update etc/inc/services.incbcyrill2013-02-121-1/+1
* Use full path to commandsErmal2013-02-111-17/+17
OpenPOWER on IntegriCloud