]> git.ipfire.org Git - people/ms/dnsmasq.git/history - src/dhcp-common.c
Remove floor on EDNS0 packet size with DNSSEC.
[people/ms/dnsmasq.git] / src / dhcp-common.c
2014-01-12  Simon KelleyMerge branch 'master' of ssh://central/var/cache/git...
2014-01-08  Simon KelleyUpdate copyright for 2014.
2013-12-18  Simon KelleyMerge branch 'master' into dnssec
2013-12-18  Simon Kelleyindentation fix.
2013-10-25  Simon KelleyMerge branch 'master' into dnssec
2013-10-18  RenĂ© van DorstFix crash at startup when dhcp-host with client-ids...
2013-10-11  Simon KelleyLog SO_BINDTODEVICE use at startup.
2013-10-11  Simon Kelleydhcp-host selection fix for v4/v6
2013-10-11  Simon KelleyMerge branch 'edns0'
2013-10-10  Simon KelleyDon't do bindtodevice if --interface option not given.
2013-10-03  Simon KelleyFurther fixes to DHCP logging.
2013-10-02  Simon KelleyCosmetic change to start-up logging of DHCPv6 configura...
2013-09-25  Simon Kelleydaemon->icmp6fd is always valid when doing DHCPv6 now.
2013-09-24  Vladislav GrishenkoRemove unused variable warnings when omitting stuff...
2013-09-20  Simon KelleySupport MAC addresses in dhcp-host and dhcp-mac for...
2013-09-04  Simon KelleyAdd --dhcp-relay config option.
2013-07-27  Simon KelleyMerge branch 'master' of ssh://thekelleys.org.uk/var...
2013-07-26  Simon KelleyAdvertise lost prefixes with pref_time == 0 for 2 hours.
2013-05-31  Simon KelleyDon't BIND DHCP socket if more interfaces may come...
2013-04-19  Simon KelleyAllow option number zero in encapsulated DHCP options.
2013-04-02  Simon KelleyCope with duplicate dhcp-options with tags (last one...
2013-03-15  Simon KelleyAllow trailing '*' wildcard in interface names.
2013-02-28  Simon KelleyDon't erroneously reject some option names in --dhcp...
2013-01-31  Simon KelleyChange copyright messages to include 2013.
2013-01-11  Simon KelleyTweak DHCP startup logging.
2012-12-30  Simon KelleyWildcards in dhcp-range constructors
2012-12-18  Simon KelleyDHCP context logging, more tweaks
2012-12-18  Simon Kelleycomplicated DHCP context logging.
2012-12-18  Simon KelleyFirst checkin of interface-address constructor mode...
2012-12-04  Simon KelleyMerge branch 'auth'
2012-11-28  Simon KelleyInitial code to do authoritative DNS.
2012-10-24  Simon Kelleytrivial indent fix.
2012-09-24  Simon KelleyTweak dhcp-config sanity checking.
2012-07-18  Simon KelleyRFC 4242 support.
2012-07-12  Simon KelleyConfig parsing error-handling update.
2012-07-10  Simon KelleyMerge branch 'access_control'
2012-07-03  Simon KelleyRemove libvirt-inspired but never used access control...
2012-05-29  Simon KelleyFix access control when DHCPv6 but no RA in use.
2012-05-21  Simon KelleyMake libvirt-style access control work when only doing RA.
2012-04-16  Simon KelleySet SO_BINDTODEVICE on DHCP sockets when doing DHCP...
2012-03-31  Simon KelleyFix bug in tag-matching logic with negated tags.
2012-03-13  Simon KelleyMove DHCP option stuff to dhcp-common.c
2012-02-27  Simon KelleyMake RA without DHCPv6 possible.
2012-02-24  Simon KelleyRouter Advertisement
2012-02-18  Simon KelleyFix hang at startup when DHCPv6 enabled on a complex...
2012-02-15  Simon KelleyPutative fix to crash in IPv4 DHCP, introduced whilst
2012-02-10  Simon KelleyMerge branch 'dhcpv6'
2012-02-09  Simon Kelleylease script should work with IPv6 now.
2012-02-08  Simon Kelleydhcp-ignore and dhcp-match implemented for DHCPv6 now.
2012-02-06  Simon KelleyClean compile, basic DHCPv6 functionality is there.