summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Update services.incFlorian Asche2014-04-251-7/+6
* Moved my changes from Pull Request #1025 , #1019 , #1018 , #1012 (master) to ...Florian Asche2014-04-181-9/+12
* Get real interface when dhcrelay uses default GWPhil Davis2014-04-121-1/+1
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-141-1/+1
* Wrap this in an is_array() test, or else if you have no manually configured D...jim-p2014-03-011-3/+5
* Fix #3483 only use IPv4 DNS servers in DHCP v4 confPhil Davis2014-02-241-3/+11
* Fixes #2627. When an interface goes down try to shut the RAs and dhcpd6 servi...Ermal2014-02-211-5/+14
* Rather than having issues with not started radvd try to start radvd to discov...Ermal2014-02-201-5/+7
* Use correct parameter (bootfile-url) to configure netboot on DHCPdv6, it fixe...Renato Botelho2014-02-171-8/+5
* Fix typo on variable name and really add custom options for dhcpdv6Renato Botelho2014-02-171-1/+1
* Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it...Renato Botelho2013-12-231-3/+0
* Give clients the IPV6 address of the DNS serverJean Cyr2013-11-061-0/+4
* Fix an attempt to read unset variable $rtentRenato Botelho2013-10-281-4/+2
* 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
OpenPOWER on IntegriCloud