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 - debian/changelog | 14 + 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 66 files changed, 1848 insertions(+), 988 deletions(-)
New commits: commit 7088ebc4d7e42f6102193b861723ae1f20261b2e Author: Bob Gilligan <[email protected]> Date: Tue Jan 25 14:56:04 2011 -0800 4.1.2+vyatta1+mendocino2 commit b2c2c064a1daa56ddb08944001ca82c21e58db9a Author: Bob Gilligan <[email protected]> Date: Tue Jan 25 14:52:43 2011 -0800 Merged ISC DHCP version 4.1.2. 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 commit 97510f0b252babd2c705afb3e6305ca42090174b Author: Bob Gilligan <[email protected]> Date: Sat Jul 24 02:38:16 2010 -0700 ISC DHCP version 4.1.1-P1 From http://ftp.isc.org/isc/dhcp/dhcp-4.1.1-P1.tar.gz http://suva.vyatta.com/git/?p=vyatta-dhcp3.git;a=commitdiff;h=7088ebc4d7e42f6102193b861723ae1f20261b2e http://suva.vyatta.com/git/?p=vyatta-dhcp3.git;a=commitdiff;h=b2c2c064a1daa56ddb08944001ca82c21e58db9a http://suva.vyatta.com/git/?p=vyatta-dhcp3.git;a=commitdiff;h=3b9907bfc872d75c635c74827422de7a5496e0ce http://suva.vyatta.com/git/?p=vyatta-dhcp3.git;a=commitdiff;h=97510f0b252babd2c705afb3e6305ca42090174b _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
