summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Simplify cron array comparisonPhil Davis2014-12-291-7/+1
* Minimise config updates when checking cron jobsPhil Davis2014-12-291-3/+17
* Check if interface is disabled when configuring DHCP server. It fixes #4119Renato Botelho2014-12-171-2/+5
* fix syntax on prefix6 for DHCPv6 PDChris Buechler2014-11-281-1/+1
* check if Unbound is enabled in addition to dnsmasq for v6 DNS assignment. Fix...Chris Buechler2014-11-281-3/+3
* Rather than set the g['booting'] on globals provide a function to test for th...Ermal LUÇI2014-11-261-20/+20
* d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found me...Warren Baker2014-11-211-0/+4
* Make sure system_hosts_generate() is called by services_unbound_configure(). ...Renato Botelho2014-11-191-0/+4
* Merge pull request #1339 from dembeck/masterRenato Botelho2014-11-171-2/+2
|\
| * Sorted the provider names alphabeticallyDustin Dembeck2014-11-161-2/+2
* | Properly handle CARP IP binding in dnsmasq post-changes for FreeBSD 10.x CARP...Chris Buechler2014-11-161-0/+4
|/
* if unbound is enabled, assign interface IP as DNS, same behavior as dnsmasqChris Buechler2014-11-151-0/+2
* Set proxy env vars on interactive shell and also on crontab to make all scrip...Renato Botelho2014-11-111-0/+7
* Fix updating of hosts file on host override updates by bringing back the same...Chris Buechler2014-11-041-0/+4
* Merge pull request #1306 from phil-davis/patch-3Renato Botelho2014-10-201-0/+4
|\
| * Support up to 4 DNS Servers in DHCPPhil Davis2014-10-071-0/+4
* | Be more strict when checking if olsrd is enabled, otherwise when package is d...Renato Botelho2014-10-071-3/+7
|/
* igmpproxy param -d doesn't like the space before optarg. Fixes #3852Renato Botelho2014-09-081-2/+2
* delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare occa...Chris Buechler2014-08-221-0/+8
* Per the dhcpd.conf man page and other documentation from ISC, mclt must not b...Chris Buechler2014-08-061-3/+2
* Escape the individual dnsmasq advanced/custom optionsjim-p2014-08-061-1/+1
* Use cron.pid to get pid number and avoid kill minicron processes. It fixes #3757Renato Botelho2014-07-151-1/+1
* Get real interface when dhcrelay uses default GWPhil Davis2014-04-141-1/+1
* Reflect the service name when starting itWarren Baker2014-03-291-1/+1
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
* standardize on https://www.pfsense.orgChris Buechler2014-03-141-1/+1
* Merge pull request #1018 from florian-asche/patch-3Renato Botelho2014-03-111-3/+5
|\
| * Update services.incFlorian Asche2014-03-101-0/+2
| * Update services.incFlorian Asche2014-03-101-0/+1
| * Update services.incFlorian Asche2014-03-101-3/+2
* | Update services.incFlorian Asche2014-03-101-5/+0
* | Update services.incFlorian Asche2014-03-101-1/+7
|/
* Put added option in dhcp config instead of dhcpv6 config.Donald A. Cupp Jr2014-03-031-11/+11
* Add missing option code for uefi bootingDonald A. Cupp Jr2014-03-021-0/+1
* Merge branch 'master' of https://github.com/Doncuppjr/pfsenseDonald A. Cupp Jr2014-03-021-3/+5
|\
| * Wrap this in an is_array() test, or else if you have no manually configured D...jim-p2014-03-011-3/+5
* | Added support for UEFI booting to Network Booting configuration.Charlie Root2014-03-021-1/+9
|/
* Merge pull request #986 from andrespetralli/masterRenato Botelho2014-02-281-0/+1
|\
| * Re-enabling static lease updatesAndres Petralli2014-02-281-0/+1
* | 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
* | Add Unbound service configurationWarren Baker2014-01-291-4/+33
* | Fix nsupdate pathRenato Botelho2014-01-251-1/+1
|/
* Enabling advanced RFC 2136 configuration for DHCPd serviceAndres Petralli2013-12-231-40/+103
* Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it...Renato Botelho2013-12-231-3/+0
* Add DHCP without gateway capabilitytimdufrane2013-11-211-2/+4
* Added support for City Network to Dynamic DNS.Mathias Andersson2013-11-141-2/+2
OpenPOWER on IntegriCloud