summaryrefslogtreecommitdiff
path: root/src/dhcp-common.c
Commit message (Expand)AuthorAgeFilesLines
* First commit for DHCPv6_PD.pdSimon Kelley2014-05-011-0/+8
* Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* indentation fix.v2.69test2Simon Kelley2013-12-181-7/+7
* Fix crash at startup when dhcp-host with client-ids is present.René van Dorst2013-10-181-2/+3
* Log SO_BINDTODEVICE use at startup.Simon Kelley2013-10-111-15/+21
* dhcp-host selection fix for v4/v6Simon Kelley2013-10-111-18/+17
* Don't do bindtodevice if --interface option not given.Simon Kelley2013-10-101-3/+6
* Further fixes to DHCP logging.v2.67rc3Simon Kelley2013-10-031-11/+22
* Cosmetic change to start-up logging of DHCPv6 configuration.Simon Kelley2013-10-021-0/+5
* daemon->icmp6fd is always valid when doing DHCPv6 now.Simon Kelley2013-09-251-1/+1
* Remove unused variable warnings when omitting stuff at compile-time.Vladislav Grishenko2013-09-241-0/+4
* Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6.v2.67test15Simon Kelley2013-09-201-0/+104
* Add --dhcp-relay config option.v2.67test10Simon Kelley2013-09-041-1/+11
* Advertise lost prefixes with pref_time == 0 for 2 hours.v2.67test8Simon Kelley2013-07-261-4/+5
* Don't BIND DHCP socket if more interfaces may come along later.v2.67test7Simon Kelley2013-05-311-7/+13
* Allow option number zero in encapsulated DHCP options.Simon Kelley2013-04-191-3/+3
* Cope with duplicate dhcp-options with tags (last one wins).v2.66rc4Simon Kelley2013-04-021-1/+8
* Allow trailing '*' wildcard in interface names.Simon Kelley2013-03-151-2/+1
* Don't erroneously reject some option names in --dhcp-matchSimon Kelley2013-02-281-10/+4
* Change copyright messages to include 2013.Simon Kelley2013-01-311-1/+1
* Tweak DHCP startup logging.Simon Kelley2013-01-111-44/+36
* Wildcards in dhcp-range constructorsSimon Kelley2012-12-301-3/+8
* DHCP context logging, more tweaksSimon Kelley2012-12-181-27/+31
* complicated DHCP context logging.Simon Kelley2012-12-181-11/+18
* First checkin of interface-address constructor mode for DHCPv6 and RA.Simon Kelley2012-12-181-77/+71
* Initial code to do authoritative DNS.Simon Kelley2012-11-281-1/+1
* trivial indent fix.Simon Kelley2012-10-241-9/+9
* Tweak dhcp-config sanity checking.v2.64test5Simon Kelley2012-09-241-3/+5
* RFC 4242 support.Simon Kelley2012-07-181-5/+9
* Config parsing error-handling update.Simon Kelley2012-07-121-34/+0
* Remove libvirt-inspired but never used access control features.Simon Kelley2012-07-031-10/+0
* Fix access control when DHCPv6 but no RA in use.v2.62rc2Simon Kelley2012-05-291-2/+3
* Make libvirt-style access control work when only doing RA.v2.62test4Simon Kelley2012-05-211-1/+1
* Set SO_BINDTODEVICE on DHCP sockets when doing DHCP on one interfaceSimon Kelley2012-04-161-0/+35
* Fix bug in tag-matching logic with negated tags.v2.61test10Simon Kelley2012-03-311-0/+7
* Move DHCP option stuff to dhcp-common.cSimon Kelley2012-03-131-0/+301
* Make RA without DHCPv6 possible.Simon Kelley2012-02-271-0/+86
* Router Advertisementv2.60test14Simon Kelley2012-02-241-3/+3
* Fix hang at startup when DHCPv6 enabled on a complex networkv2.60test13Simon Kelley2012-02-181-2/+2
* Putative fix to crash in IPv4 DHCP, introduced whilstSimon Kelley2012-02-151-1/+1
* lease script should work with IPv6 now.Simon Kelley2012-02-091-1/+119
* dhcp-ignore and dhcp-match implemented for DHCPv6 now.Simon Kelley2012-02-081-0/+30
* Clean compile, basic DHCPv6 functionality is there.Simon Kelley2012-02-061-0/+213