Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found ↵ | Warren Baker | 2014-11-21 | 1 | -0/+4 |
| | | | | message. Add missing reload feature | ||||
* | Make sure system_hosts_generate() is called by services_unbound_configure(). ↵ | Renato Botelho | 2014-11-19 | 1 | -0/+4 |
| | | | | It should fix #4027 | ||||
* | Merge pull request #1339 from dembeck/master | Renato Botelho | 2014-11-17 | 1 | -2/+2 |
|\ | |||||
| * | Sorted the provider names alphabetically | Dustin Dembeck | 2014-11-16 | 1 | -2/+2 |
| | | |||||
* | | Properly handle CARP IP binding in dnsmasq post-changes for FreeBSD 10.x ↵ | Chris Buechler | 2014-11-16 | 1 | -0/+4 |
|/ | | | | CARP. Ticket #4012 | ||||
* | if unbound is enabled, assign interface IP as DNS, same behavior as dnsmasq | Chris Buechler | 2014-11-15 | 1 | -0/+2 |
| | |||||
* | Set proxy env vars on interactive shell and also on crontab to make all ↵ | Renato Botelho | 2014-11-11 | 1 | -0/+7 |
| | | | | scripts be able to use it. Ticket #3789 | ||||
* | Fix updating of hosts file on host override updates by bringing back the ↵ | Chris Buechler | 2014-11-04 | 1 | -0/+4 |
| | | | | same behavior from previous releases. | ||||
* | Merge pull request #1306 from phil-davis/patch-3 | Renato Botelho | 2014-10-20 | 1 | -0/+4 |
|\ | |||||
| * | Support up to 4 DNS Servers in DHCP | Phil Davis | 2014-10-07 | 1 | -0/+4 |
| | | |||||
* | | Be more strict when checking if olsrd is enabled, otherwise when package is ↵ | Renato Botelho | 2014-10-07 | 1 | -3/+7 |
|/ | | | | deinstalled and configuration is kept dhcpd will consider it's always as enabled | ||||
* | igmpproxy param -d doesn't like the space before optarg. Fixes #3852 | Renato Botelho | 2014-09-08 | 1 | -2/+2 |
| | |||||
* | delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare ↵ | Chris Buechler | 2014-08-22 | 1 | -0/+8 |
| | | | | occasions a stale PID file could prevent dhcpd from starting until it's manually deleted. | ||||
* | Per the dhcpd.conf man page and other documentation from ISC, mclt must not ↵ | Chris Buechler | 2014-08-06 | 1 | -3/+2 |
| | | | | be defined on the secondary. | ||||
* | Escape the individual dnsmasq advanced/custom options | jim-p | 2014-08-06 | 1 | -1/+1 |
| | |||||
* | Use cron.pid to get pid number and avoid kill minicron processes. It fixes #3757 | Renato Botelho | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | Get real interface when dhcrelay uses default GW | Phil Davis | 2014-04-14 | 1 | -1/+1 |
| | | | | | | | If the DHCP Relay server is not on any local subnet, and not on any subnet that has an internal static route, but is somewhere that no specific route is known, then this code finds the default gateway and uses that in the DHCP relay "-i" parameter. The current code gets just the interface name (like "wan", "opt1"). But DHCP Relay command needs to be fed the actual device name "vr0", "vr1" etc. To break this I simply enabled DHCP Relay, select "LAN" interface, and put Destination Server 1.2.3.4 Making this changed fixed it. Forum: https://forum.pfsense.org/index.php?topic=75010.0 | ||||
* | Reflect the service name when starting it | Warren Baker | 2014-03-29 | 1 | -1/+1 |
| | |||||
* | replaced uppercase html tags with lowercase | ayvis | 2014-03-19 | 1 | -1/+1 |
| | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript" | ||||
* | standardize on https://www.pfsense.org | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1018 from florian-asche/patch-3 | Renato Botelho | 2014-03-11 | 1 | -3/+5 |
|\ | | | | | Update services.inc | ||||
| * | Update services.inc | Florian Asche | 2014-03-10 | 1 | -0/+2 |
| | | | | | | Added CURL setops from dyndns.class | ||||
| * | Update services.inc | Florian Asche | 2014-03-10 | 1 | -0/+1 |
| | | | | | | IPv4 ONLY | ||||
| * | Update services.inc | Florian Asche | 2014-03-10 | 1 | -3/+2 |
| | | | | | | Prepared to make $hosttocheck configureable | ||||
* | | Update services.inc | Florian Asche | 2014-03-10 | 1 | -5/+0 |
| | | |||||
* | | Update services.inc | Florian Asche | 2014-03-10 | 1 | -1/+7 |
|/ | | | Added missing usepublicip with dyndnsCheckIP | ||||
* | Put added option in dhcp config instead of dhcpv6 config. | Donald A. Cupp Jr | 2014-03-03 | 1 | -11/+11 |
| | | | | | Use empty function instead of <> "" for null test in dhcp network booting config section. modified: etc/inc/services.inc | ||||
* | Add missing option code for uefi booting | Donald A. Cupp Jr | 2014-03-02 | 1 | -0/+1 |
| | | | | modified: etc/inc/services.inc | ||||
* | Merge branch 'master' of https://github.com/Doncuppjr/pfsense | Donald A. Cupp Jr | 2014-03-02 | 1 | -3/+5 |
|\ | |||||
| * | Wrap this in an is_array() test, or else if you have no manually configured ↵ | jim-p | 2014-03-01 | 1 | -3/+5 |
| | | | | | | | | DNS servers, saving the DHCP settings produces a PHP error. | ||||
* | | Added support for UEFI booting to Network Booting configuration. | Charlie Root | 2014-03-02 | 1 | -1/+9 |
|/ | | | | | | modified: conf.default/config.xml modified: etc/inc/services.inc modified: usr/local/www/services_dhcp.php | ||||
* | Merge pull request #986 from andrespetralli/master | Renato Botelho | 2014-02-28 | 1 | -0/+1 |
|\ | | | | | Re-enabling static lease updates | ||||
| * | Re-enabling static lease updates | Andres Petralli | 2014-02-28 | 1 | -0/+1 |
| | | |||||
* | | Fix #3483 only use IPv4 DNS servers in DHCP v4 conf | Phil Davis | 2014-02-24 | 1 | -3/+11 |
| | | |||||
* | | Fixes #2627. When an interface goes down try to shut the RAs and dhcpd6 ↵ | Ermal | 2014-02-21 | 1 | -5/+14 |
| | | | | | | | | service on that interface | ||||
* | | Rather than having issues with not started radvd try to start radvd to ↵ | Ermal | 2014-02-20 | 1 | -5/+7 |
| | | | | | | | | discover by itself the prefix on the interface by using the special directive :: on the prefix declaration. Related to many tickets and forum posts | ||||
* | | Use correct parameter (bootfile-url) to configure netboot on DHCPdv6, it ↵ | Renato Botelho | 2014-02-17 | 1 | -8/+5 |
| | | | | | | | | fixes #3421 | ||||
* | | Fix typo on variable name and really add custom options for dhcpdv6 | Renato Botelho | 2014-02-17 | 1 | -1/+1 |
| | | |||||
* | | Add Unbound service configuration | Warren Baker | 2014-01-29 | 1 | -4/+33 |
| | | |||||
* | | Fix nsupdate path | Renato Botelho | 2014-01-25 | 1 | -1/+1 |
|/ | |||||
* | Enabling advanced RFC 2136 configuration for DHCPd service | Andres Petralli | 2013-12-23 | 1 | -40/+103 |
| | | | | | This change adds the ability to configure RFC 2136 domain name updates using a hmac-md5 keyname/key. | ||||
* | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, ↵ | Renato Botelho | 2013-12-23 | 1 | -3/+0 |
| | | | | it fixes #3364 | ||||
* | Add DHCP without gateway capability | timdufrane | 2013-11-21 | 1 | -2/+4 |
| | |||||
* | Added support for City Network to Dynamic DNS. | Mathias Andersson | 2013-11-14 | 1 | -2/+2 |
| | | | | | | City Network is a Swedish web hosting company. They provide a dynamic DNS service for their customers. This service uses the dyndns2 protocol. | ||||
* | Give clients the IPV6 address of the DNS server | Jean Cyr | 2013-11-06 | 1 | -0/+4 |
| | | | | | For IPV6 WAN tracking interfaces, dhcpdv6 does not provide an IPV6 address for the DNS server... fix that. | ||||
* | Fix an attempt to read unset variable $rtent | Renato Botelho | 2013-10-28 | 1 | -4/+2 |
| | |||||
* | Added OVH DynHOST in dynamic DNS services | Stéphane | 2013-10-09 | 1 | -2/+2 |
| | |||||
* | Remove this check, the value can be 0 here if the target is the first item ↵ | jim-p | 2013-10-09 | 1 | -1/+1 |
| | | | | in the array. | ||||
* | Update to include GratisDNS dynDNS service | Scavy | 2013-09-27 | 1 | -2/+2 |
| | |||||
* | Switch to rw mode before file operations on RFC2136 cache. Fixes #3201 | jim-p | 2013-09-17 | 1 | -0/+3 |
| |