Makefile.in | 1 README | 16 - RELNOTES | 138 ++++++++++++++ aclocal.m4 | 4 client/Makefile.am | 4 client/Makefile.in | 5 client/clparse.c | 65 ++----- client/dhc6.c | 354 +++++++++++--------------------------- client/dhclient-script.8 | 20 +- client/dhclient.8 | 378 ++++++++++++++++++++++------------------- client/dhclient.c | 10 - client/dhclient.conf | 2 client/dhclient.conf.5 | 38 +--- client/dhclient.leases.5 | 15 - client/scripts/linux | 7 client/scripts/netbsd | 4 client/scripts/nextstep | 4 client/scripts/openwrt | 6 common/Makefile.in | 1 common/dhcp-eval.5 | 13 - common/dhcp-options.5 | 42 ++-- common/dlpi.c | 19 +- common/dns.c | 21 +- common/options.c | 8 common/parse.c | 196 ++++++++++++--------- common/print.c | 159 +++++++++++++---- common/socket.c | 85 +++++++-- common/tests/Makefile.in | 1 configure | 346 ++++++++++++++++++++++++++++++++++++- configure.ac | 10 - dhcpctl/Makefile.in | 1 dhcpctl/omshell.c | 14 - doc/ja_JP.eucJP/dhcp-options.5 | 4 dst/Makefile.in | 1 includes/Makefile.in | 1 includes/config.h.in | 25 ++ includes/dhcp6.h | 6 includes/dhcpd.h | 16 + includes/minires/minires.h | 4 includes/omapip/omapip_p.h | 5 includes/osdep.h | 10 - minires/Makefile.in | 1 minires/ns_parse.c | 7 minires/res_findzonecut.c | 18 - omapip/Makefile.in | 1 omapip/alloc.c | 11 + omapip/connection.c | 16 + omapip/handle.c | 65 ++++--- omapip/hash.c | 28 +-- omapip/omapi.3 | 21 +- omapip/test.c | 5 relay/Makefile.in | 1 relay/dhcrelay.8 | 17 + relay/dhcrelay.c | 13 + server/Makefile.in | 1 server/confpars.c | 92 +++++++++ server/db.c | 6 server/dhcp.c | 136 ++++++++++---- server/dhcpd.8 | 187 ++++++++++---------- server/dhcpd.c | 16 + server/dhcpd.conf.5 | 80 ++++---- server/dhcpv6.c | 24 ++ server/mdb6.c | 7 server/omapi.c | 9 tests/Makefile.in | 1 65 files changed, 1834 insertions(+), 988 deletions(-)
New commits: commit 3b9907bfc872d75c635c74827422de7a5496e0ce Author: Bob Gilligan <[email protected]> Date: Mon Jan 24 15:26:14 2011 -0800 ISC DHCP version 4.1.2 From http://ftp.isc.org/isc/dhcp/dhcp-4.1.2.tar.gz http://suva.vyatta.com/git/?p=vyatta-dhcp3.git;a=commitdiff;h=3b9907bfc872d75c635c74827422de7a5496e0ce _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
