Date: Sat, 10 Sep 2005 17:01:17 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient alloc.c bpf.c clparse.c conflex.c convert.c dhclient-script dhclient.8 dhclient.c dispatch.c errwarn.c hash.c inet.c options.c packet.c parse.c privsep.c tables.c tree.c Message-ID: <200509101701.j8AH1H2H056367@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2005-09-10 17:01:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dhclient alloc.c bpf.c clparse.c conflex.c convert.c dhclient-script dhclient.8 dhclient.c dispatch.c errwarn.c hash.c inet.c options.c packet.c parse.c privsep.c tables.c tree.c Log: Sync dhclient with HEAD with exception of bpf.c:1.5. sbin/dhclient/*.c: - add __FBSDID sbin/dhclient/conflex.c: 1.3-1.4 - fix a minor buffer overflow in config parsing - actually support backslash escaping in config files bin/dhclient/dhclient-script: 1.6-1.10 - don't create or remove routes to our address through 127.0.0.1 - improved detection of the interface of the default route - support quotes in the medium string - clear interface state more effectively on failure - don't update resolv.conf when unchanged bin/dhclient/dhclient.c: 1.10-1.11 - validate domain-name (used as resolv.conf search string) - handle superseded subnet-mask correctly Approved by: re (scottl) Revision Changes Path 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/alloc.c 1.2.2.2 +3 -1 src/sbin/dhclient/bpf.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/clparse.c 1.1.1.1.2.1 +5 -1 src/sbin/dhclient/conflex.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/convert.c 1.4.2.2 +22 -12 src/sbin/dhclient/dhclient-script 1.2.2.2 +0 -0 src/sbin/dhclient/dhclient.8 1.6.2.2 +73 -11 src/sbin/dhclient/dhclient.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/dispatch.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/errwarn.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/hash.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/inet.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/options.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/packet.c 1.2.2.1 +3 -1 src/sbin/dhclient/parse.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/privsep.c 1.1.1.1.2.2 +3 -1 src/sbin/dhclient/tables.c 1.1.1.1.2.1 +3 -0 src/sbin/dhclient/tree.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509101701.j8AH1H2H056367>