summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix FTBFS when HAVE_BROKEN_RTC defined.v2.60rc4Simon Kelley2012-02-291-1/+2
* tweak portable get-cwd trick code to work on GNU-make 3.82v2.60rc3Simon Kelley2012-02-291-3/+3
* Fix --localise-queries via interface lo bug.v2.60rc2Simon Kelley2012-02-292-6/+32
* Tiny makefile tweak.Simon Kelley2012-02-291-1/+1
* RA configuration tweaks and documentation improvements.Simon Kelley2012-02-293-7/+26
* Substitute local address for [::] DHCPv6 options, like DHCPv4.Simon Kelley2012-02-291-5/+20
* Makefile cleanup - use lower case variables for internal use.Simon Kelley2012-02-293-52/+64
* Merge messages files prior to rc1.v2.60rc1Simon Kelley2012-02-2810-2543/+2754
* Makefile: support absolute paths in BUILDDIRSimon Kelley2012-02-283-41/+50
* RA lifetimes must be at least 2 hoursv2.60test18Simon Kelley2012-02-271-0/+10
* Make RA without DHCPv6 possible.Simon Kelley2012-02-278-121/+166
* Order of fields in DHCPv6 log lines now consistent with DHCPv4Simon Kelley2012-02-271-4/+4
* rename header files.Simon Kelley2012-02-276-6/+6
* CHANGELOG entry to RA.v2.60test17Simon Kelley2012-02-261-0/+6
* Fix RA on *BSD (missing sa_len)Simon Kelley2012-02-262-5/+11
* Tidy up RA scheduling.Simon Kelley2012-02-254-2/+8
* OpenBSD-friendly bld/get-version scriptSimon Kelley2012-02-251-2/+2
* Don't send hoplimit 1 when multicasting RAsv2.60test16Simon Kelley2012-02-241-6/+4
* Fix ordering problem in multicast setup.v2.60test15Simon Kelley2012-02-241-8/+9
* Router Advertisementv2.60test14Simon Kelley2012-02-2415-121/+758
* Fix wrong fallback address in DHCPv6Simon Kelley2012-02-191-1/+1
* don't use -m flag to grep - it's unavailable in OpenBSDSimon Kelley2012-02-191-1/+1
* Fixed code passing tags to helper to work when there are no context tags.Simon Kelley2012-02-182-4/+7
* Fix hang at startup when DHCPv6 enabled on a complex networkv2.60test13Simon Kelley2012-02-185-44/+66
* Fixes for DHCPv6 tag system.Simon Kelley2012-02-161-23/+54
* Change Debian rules file to relect the fact that we build DHCPv6 by default.Simon Kelley2012-02-161-2/+2
* tweak Lua script argument passing and add --dhcp-luascript sectino to manpage.v2.60test12Simon Kelley2012-02-163-5/+42
* Putative fix to crash in IPv4 DHCP, introduced whilstSimon Kelley2012-02-153-4/+4
* Remove extact-MAC address from DUID code.Simon Kelley2012-02-151-53/+7
* bugs in IPv6 script calling - wrong DUID and lua relay_addressSimon Kelley2012-02-151-23/+20
* Implement dhcp-ignore-names and DNSMASQ_RELAY_ADDRESS for IPv6v2.60test11Simon Kelley2012-02-147-8/+58
* Tweak Makefile so it works again in BSD make.Simon Kelley2012-02-133-37/+98
* BUILD_DIR -> BUILDDIR, for consistency.Simon Kelley2012-02-1312-2812/+3225
* Merge branch 'makefile'Simon Kelley2012-02-132-17/+35
|\
| * Add BUILD_DIR variable to makefile.Simon Kelley2012-02-132-17/+35
* | Fix code parsing --domain, broken whilst added IPv6 stuff.Simon Kelley2012-02-131-5/+4
|/
* Don't build DHCPv6 by default, except when build Debian package.Simon Kelley2012-02-112-5/+5
* Correct duid generate on FreeBSDSimon Kelley2012-02-114-38/+32
* Tweaks to fix compilation on FreeBSD.Simon Kelley2012-02-104-7/+10
* Update Debian readme for new build options and (belatedly) for theSimon Kelley2012-02-101-2/+8
* Report correct error if prefix in dhcp-range is less than 64Simon Kelley2012-02-104-20/+25
* Merge branch 'dhcpv6'Simon Kelley2012-02-1018-986/+2796
|\
| * missed DHCP6 conditional compilation.Simon Kelley2012-02-101-2/+3
| * DHCPv6 vendor class option includes an enterprise number. Handle that.Simon Kelley2012-02-104-13/+51
| * lease script should work with IPv6 now.Simon Kelley2012-02-099-266/+442
| * dhcp-ignore and dhcp-match implemented for DHCPv6 now.Simon Kelley2012-02-085-36/+100
| * IPv6 address range parsing for --domain.Simon Kelley2012-02-073-27/+125
| * DHCPDECLINE handling, domain handling, more complete address selection.Simon Kelley2012-02-064-30/+156
| * Clean compile, basic DHCPv6 functionality is there.Simon Kelley2012-02-0617-714/+2021
* | Allow the TFP server or boot server in --pxe-service, toSimon Kelley2012-02-105-16/+34