From owner-cvs-all@FreeBSD.ORG Sat Sep 10 17:01:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBD416A41F; Sat, 10 Sep 2005 17:01:17 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509B743D46; Sat, 10 Sep 2005 17:01:17 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8AH1Hqe056368; Sat, 10 Sep 2005 17:01:17 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8AH1H2H056367; Sat, 10 Sep 2005 17:01:17 GMT (envelope-from brooks) Message-Id: <200509101701.j8AH1H2H056367@repoman.freebsd.org> From: Brooks Davis Date: Sat, 10 Sep 2005 17:01:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 17:01:17 -0000 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