summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't elide code needed for --bind-dynamic if compiled without IPv6.Simon Kelley2012-11-291-3/+3
* No lease-time in DHCPINFORM replies.Simon Kelley2012-11-051-10/+1
* trivial indent fix.Simon Kelley2012-10-241-9/+9
* Set tag "dhcpv6" rather than "DHCPv6", hardwired tags in lower-case is consis...v2.64test7Simon Kelley2012-10-231-2/+2
* Use dhcp-range tags when replying to DHCPv6 information-request.Simon Kelley2012-10-231-0/+7
* Wildcard IPv6 dhcp-range.Simon Kelley2012-10-212-8/+19
* Fix DHCPv6 to do access control correctly when it's configured with --listen-...Simon Kelley2012-10-161-8/+27
* SO_REUSEADDR and SO_V6ONLY options on DHCPv6 socket.Simon Kelley2012-10-151-1/+17
* Fix compilation warnings.Simon Kelley2012-10-123-3/+3
* Fix breakage of --host-record parsing.v2.64test6Simon Kelley2012-09-271-3/+3
* Tweak dhcp-config sanity checking.v2.64test5Simon Kelley2012-09-241-3/+5
* Set tag "DHCPv6" for v6 transactions.Simon Kelley2012-09-201-1/+6
* Log ignored DHCPv6 information-requests.Simon Kelley2012-09-201-1/+1
* Add --max-cache-ttl option.Simon Kelley2012-09-203-1/+9
* Fix build with later Lua libraries.Simon Kelley2012-09-201-0/+5
* Add SetServersEX method in DBus interface.Simon Kelley2012-09-203-165/+326
* Flag DHCP or DHCPv6 in starup logging.Simon Kelley2012-09-181-4/+5
* Don't report spurious netlink errors.Simon Kelley2012-09-181-1/+2
* Address allocation tweaking - lease outside dhcp-range but in subnet.Simon Kelley2012-09-164-7/+14
* Fix DHCPv6 address allocation for some pathalogical cases.v2.64test4Simon Kelley2012-09-083-12/+31
* Fix BOOTP option processing.v2.64test3Simon Kelley2012-09-051-1/+2
* Make pid-file creation immune to symlink attack.Simon Kelley2012-09-021-6/+39
* Tidy buffer use in DHCP startup logging.Simon Kelley2012-09-021-7/+5
* Finesse the check for /etc/hosts names which conflict with DHCP names.v2.64test2Simon Kelley2012-08-301-28/+34
* Further tweaks to DHCP FQDN option.Simon Kelley2012-08-301-7/+17
* Handle DHCP FQDN option with all flags zero and --dhcp-client-updatev2.64test1Simon Kelley2012-08-291-2/+3
* Cope with --listen-address for not yet existent addr in bind-dynamic mode.v2.63rc6v2.63Simon Kelley2012-08-161-4/+14
* Fix TFTP access control, broken earlier in release.Simon Kelley2012-08-131-3/+6
* Set prefix on-link bit in RAsv2.63rc5Simon Kelley2012-08-121-2/+2
* Alternate DBus service name via --enable-dbusv2.63rc4Simon Kelley2012-08-104-12/+33
* Fix FTBFS when -DNO_DHCP - thanks Sung Pae.v2.63rc3Simon Kelley2012-08-091-2/+2
* OpenBSD build fix.v2.63rc2Simon Kelley2012-08-061-0/+1
* "w" multiplier in lease times.Simon Kelley2012-07-201-0/+12
* RFC 4242 support.Simon Kelley2012-07-183-9/+41
* Fix broken caching of CNAME chains.v2.63test3Simon Kelley2012-07-162-44/+56
* Fix FTBFS when TFTP disabled.Simon Kelley2012-07-131-1/+1
* Config parsing error-handling update.Simon Kelley2012-07-125-349/+289
* Merge branch 'access_control'Simon Kelley2012-07-109-141/+45
|\
| * Remove libvirt-inspired but never used access control features.Simon Kelley2012-07-039-141/+45
* | Better log message when dhcp hosts|opts file cannot be read.Simon Kelley2012-07-061-10/+11
|/
* Handle pid-file location in Android.Simon Kelley2012-06-291-2/+7
* Fix build-failure with -DNO_DHCP6.Simon Kelley2012-06-281-45/+39
* Typo in BSD-only code.Simon Kelley2012-06-261-1/+1
* Fall back from --bind-dynamic to --bind-interfaces in BSD, rather than quitting.Simon Kelley2012-06-263-3/+17
* Better logging of socket-creation errors.Simon Kelley2012-06-201-8/+9
* Tidy up - no functional change.Simon Kelley2012-06-201-3/+3
* Add --bind-dynamicv2.63test1Simon Kelley2012-06-206-74/+113
* Fix un-initialised "used" field in --listen-address structure.Simon Kelley2012-06-143-8/+6
* Check tftp-root exists and is accessible at startup.Simon Kelley2012-06-133-1/+33
* Correct listener logic when no TFTP and no-interface listen address.Simon Kelley2012-06-121-1/+1