]> git.ipfire.org Git - thirdparty/dhcp.git/commit - RELNOTES
DHCPv6 branch merged to HEAD.
authorDavid Hankins <dhankins@isc.org>
Tue, 8 May 2007 23:05:22 +0000 (23:05 +0000)
committerDavid Hankins <dhankins@isc.org>
Tue, 8 May 2007 23:05:22 +0000 (23:05 +0000)
commit98bd7ca0990e6d88e3345d3bc966ebe8216691a7
treec4437ca467e8f733d530170a5c445747b2defd68
parent74dc3e0b2786c46956e7517398ae6f7c6dad52d7
DHCPv6 branch merged to HEAD.
112 files changed:
Makefile.conf
README
RELNOTES
client/Makefile.dist
client/clparse.c
client/dhc6.c [new file with mode: 0644]
client/dhclient.8
client/dhclient.c
client/dhclient.conf.5
client/scripts/linux
common/Makefile.dist
common/alloc.c
common/conflex.c
common/ctrace.c
common/dhcp-eval.5
common/dhcp-options.5
common/discover.c
common/dlpi.c
common/dns.c
common/heap.c [new file with mode: 0644]
common/inet.c
common/lpf.c
common/options.c
common/packet.c
common/parse.c
common/print.c
common/socket.c
common/tables.c
common/tree.c
dhcpctl/omshell.c
doc/Makefile [new file with mode: 0644]
doc/References.html [new file with mode: 0644]
doc/References.txt [new file with mode: 0644]
doc/References.xml [new file with mode: 0644]
doc/draft-ietf-dhc-authentication-14.txt [deleted file]
doc/draft-ietf-dhc-dhcp-dns-12.txt [deleted file]
doc/draft-ietf-dhc-failover-12.txt [deleted file]
doc/rfc1542.txt [deleted file]
doc/rfc2131.txt [deleted file]
doc/rfc2132.txt [deleted file]
doc/rfc2485.txt [deleted file]
doc/rfc2489.txt [deleted file]
doc/rfc951.txt [deleted file]
includes/cf/aix.h
includes/cf/alphaosf.h
includes/cf/bsdos.h
includes/cf/cygwin32.h
includes/cf/freebsd.h
includes/cf/hpux.h
includes/cf/irix.h
includes/cf/linux.h
includes/cf/netbsd.h
includes/cf/nextstep.h
includes/cf/openbsd.h
includes/cf/qnx.h
includes/cf/rhapsody.h
includes/cf/sco.h
includes/cf/sunos4.h
includes/cf/sunos5-5.h
includes/cf/ultrix.h
includes/dhcp.h
includes/dhcp6.h [new file with mode: 0644]
includes/dhcpd.h
includes/dhctoken.h
includes/heap.h [new file with mode: 0644]
includes/inet.h
includes/tree.h
includes/version.h
minires/res_mkupdate.c
omapip/hash.c
relay/dhcrelay.8
relay/dhcrelay.c
server/Makefile.dist
server/bootp.c
server/confpars.c
server/db.c
server/ddns.c
server/dhcp.c
server/dhcpd.8
server/dhcpd.c
server/dhcpd.conf.5
server/dhcpv6.c [new file with mode: 0644]
server/mdb.c
server/mdb6.c [new file with mode: 0644]
server/stables.c
tests/DHCPv6/000-badmsgtype.pl [new file with mode: 0644]
tests/DHCPv6/010-solicit-noclientid.pl [new file with mode: 0644]
tests/DHCPv6/011-solicit-serverid.pl [new file with mode: 0644]
tests/DHCPv6/020-advertise-mcast.pl [new file with mode: 0644]
tests/DHCPv6/030-request-noclientid.pl [new file with mode: 0644]
tests/DHCPv6/031-request-noserverid.pl [new file with mode: 0644]
tests/DHCPv6/032-request-badduid.pl [new file with mode: 0644]
tests/DHCPv6/110-information-request-ia_na.pl [new file with mode: 0644]
tests/DHCPv6/111-information-request-ia_ta.pl [new file with mode: 0644]
tests/DHCPv6/112-badduid.pl [new file with mode: 0644]
tests/DHCPv6/210-solicit-nohost.pl [new file with mode: 0644]
tests/DHCPv6/211-solicit-opt-in-na.pl [new file with mode: 0644]
tests/DHCPv6/212-solicit-opt-in-na-norapidcommit.pl [new file with mode: 0644]
tests/DHCPv6/280-release-nohost.pl [new file with mode: 0644]
tests/DHCPv6/281-release-bad-address.pl [new file with mode: 0644]
tests/DHCPv6/282-release-no-address.pl [new file with mode: 0644]
tests/DHCPv6/283-release.pl [new file with mode: 0644]
tests/DHCPv6/290-decline-nohost.pl [new file with mode: 0644]
tests/DHCPv6/291-decline-bad-address.pl [new file with mode: 0644]
tests/DHCPv6/292-decline-no-address.pl [new file with mode: 0644]
tests/DHCPv6/293-decline.pl [new file with mode: 0644]
tests/DHCPv6/README [new file with mode: 0644]
tests/DHCPv6/dhcp_client.pm [new file with mode: 0644]
tests/DHCPv6/stubcli-opt-in-na.pl [new file with mode: 0644]
tests/DHCPv6/stubcli.pl [new file with mode: 0644]
tests/DHCPv6/test-a.conf [new file with mode: 0644]
tests/DHCPv6/test-b.conf [new file with mode: 0644]