summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in tag-matching logic with negated tags.v2.61test10Simon Kelley2012-03-311-0/+7
* RDNSS and DNSSL data in router advertisements.Simon Kelley2012-03-316-24/+113
* More RA flag evolution.Simon Kelley2012-03-301-3/+5
* Set managed RA flag always when doing DHCP.Simon Kelley2012-03-301-0/+2
* Fix off-by-one in DHCPv6 FQDN option decoding.Simon Kelley2012-03-301-22/+22
* Tidying radvSimon Kelley2012-03-302-37/+28
* radv.c tidying.Simon Kelley2012-03-291-31/+35
* Fix preprocessor checks, IP_TOS -> IPV6_TCLASSSimon Kelley2012-03-282-4/+4
* Changelog update.Simon Kelley2012-03-281-2/+6
* "deprecated" lease-time keyword for IPv6v2.61test9Simon Kelley2012-03-288-107/+124
* DHCP start-up logging tweakSimon Kelley2012-03-271-3/+6
* Doc updates for latest RA changes.Simon Kelley2012-03-262-29/+53
* Comment typo.Simon Kelley2012-03-261-1/+1
* More flexible RA configuration.v2.61test8Simon Kelley2012-03-255-69/+96
* tweak ra timer code to avoid missing events.Simon Kelley2012-03-251-3/+3
* Listen on ICMP6 file decriptor even when on ra-only only in use.Simon Kelley2012-03-241-6/+6
* debian changelog untangle.Simon Kelley2012-03-231-6/+6
* Merge branch 'bind'Simon Kelley2012-03-238-35/+88
|\
| * Debian changelog for preivious fix.Simon Kelley2012-03-231-0/+6
| * Fix crash in DHCPINFORM without valid --dhcp-range.Simon Kelley2012-03-232-1/+6
| * Make --listen-address work for all 127.0.0.0/8 addresses.Simon Kelley2012-03-216-34/+76
* | Handle errors when sending ICMP6 pings better.Simon Kelley2012-03-224-21/+35
|/
* Send "FTP transfer complete" events to the DHCP lease script.v2.61test7Simon Kelley2012-03-207-194/+355
* RA managed-bit and use-SLAAC bit tweaks.Simon Kelley2012-03-203-28/+32
* Conditional compilation tweak.Simon Kelley2012-03-191-1/+1
* Check assumed SLAAC addresses by pinging them.v2.61test6Simon Kelley2012-03-1913-177/+414
* --host-record supportv2.61test5Simon Kelley2012-03-165-22/+129
* Move DHCP option stuff to dhcp-common.cSimon Kelley2012-03-135-306/+333
* More DHCP-option logging tweaks.Simon Kelley2012-03-131-15/+15
* Log vendor class for DHCPv6Simon Kelley2012-03-121-0/+3
* randomise DHCPv6 lease renewal intervalsSimon Kelley2012-03-121-2/+7
* decode DHCPv4 T1, T2 and lease-time options better.Simon Kelley2012-03-121-4/+14
* Update CHANGLEOGv2.61test4Simon Kelley2012-03-121-0/+12
* Tidy last commit.Simon Kelley2012-03-121-54/+50
* More useful DHCPv6 packet logging.Simon Kelley2012-03-122-18/+60
* Don't trust the port in the source address of requests.Simon Kelley2012-03-123-15/+35
* Supply zero preference in advertise and reply messagesv2.61test3Simon Kelley2012-03-102-2/+6
* Add status code containing "success" to all IA_TA and IA_NAv2.61test2Simon Kelley2012-03-101-1/+6
* Implement --dhcp-duidSimon Kelley2012-03-097-20/+60
* Debian updates.Simon Kelley2012-03-093-1/+9
* Docs changes for ra-names.Simon Kelley2012-03-093-1/+24
* Merge branch 'ra-names'Simon Kelley2012-03-095-9/+205
|\
| * Fix prefix-map build code logic.Simon Kelley2012-03-081-4/+8
| * tidyingSimon Kelley2012-03-071-12/+6
| * Handle firewire and EUI-64 addresses in the SLAAC code.Simon Kelley2012-03-071-4/+22
| * Don't waste time calculating EUI-64 when a lease doesn't have a name.Simon Kelley2012-03-071-1/+1
| * Add ra-names SLAAC-hostnames from DHCPv4 option.Simon Kelley2012-03-065-9/+189
* | move #include for Solaris and Apple.Simon Kelley2012-03-071-1/+1
* | Use getifaddrs on *BSD.Simon Kelley2012-03-071-0/+7
* | Merge branch 'getifaddrs'Simon Kelley2012-03-071-95/+48
|\ \