cvs commit: src/sbin/dhclient dhclient.c

2008-06-30 Thread Ed Schouten
ed 2008-06-30 20:23:49 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: SVN rev 180130 on 2008-06-30 20:23:49Z by ed Run the privileged dhclient process in its own session. In the MPSAFE TTY branch, I noticed PTY's to be leaked, becau

cvs commit: src/sbin/dhclient dhclient.c

2008-04-25 Thread Sam Leffler
sam 2008-04-25 16:43:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/dhclientdhclient.c Log: MFC 1.23: Defer state change on disassociate to avoid unnecessarily dropping the lease. Revision ChangesPath 1.21.2.2 +31 -15

cvs commit: src/sbin/dhclient dhclient.c

2008-04-25 Thread Sam Leffler
sam 2008-04-25 16:42:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/dhclientdhclient.c Log: MFC 1.22: correct syslog mask so LOG_DEBUG msgs are not lost Revision ChangesPath 1.21.2.1 +1 -1 src/sbin/dhclient/dhclient.c __

cvs commit: src/sbin/dhclient dhclient.c

2008-03-22 Thread Sam Leffler
sam 2008-03-22 16:24:02 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: Defer state change on disassociate to avoid unnecessarily dropping the lease: track the current bssid and if it changes (as reported in an assoc/reassoc) event only the

cvs commit: src/sbin/dhclient dhclient.c

2008-03-22 Thread Sam Leffler
sam 2008-03-22 16:18:07 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: correct syslog mask so LOG_DEBUG msgs are not lost MFC after: 2 weeks Revision ChangesPath 1.22 +1 -1 src/sbin/dhclient/dhclient.c _

cvs commit: src/sbin/dhclient dhclient.c

2007-01-29 Thread Brooks Davis
brooks 2007-01-29 15:55:13 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: Actually implement rev 1.12 for host names and NIS domain names. We were removing the invalid option, but still rejecting the lease. Reported by:Yoshihiko Sarum

cvs commit: src/sbin/dhclient dhclient.c

2006-08-17 Thread Brian Somers
brian 2006-08-17 17:27:42 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: Correct usage() Revision ChangesPath 1.18 +1 -1 src/sbin/dhclient/dhclient.c ___ cvs-all@freebsd.org maili

cvs commit: src/sbin/dhclient dhclient.c

2006-07-03 Thread Jung-uk Kim
jkim2006-07-03 22:05:38 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: Send client identifier unconditionally. My ancient D-Link router response with NACK if I don't set it. Setting 'option dhcp-client-identifier' is alternative but it i

cvs commit: src/sbin/dhclient dhclient.c

2006-05-23 Thread Warner Losh
imp 2006-05-23 16:57:47 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: Remove 'n' from the getopt string. There's no -n option that is parsed, so it winds up at usage anyway. Add 'b' to the usage summary. Noticed by Ben Mesander.

cvs commit: src/sbin/dhclient dhclient.c

2006-05-12 Thread Brooks Davis
brooks 2006-05-13 03:42:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/dhclientdhclient.c Log: MFC rev 1.14: Be more like Windows and Linux and send our hostname in the host-name option if none is given in the config file. Also add #

cvs commit: src/sbin/dhclient dhclient.c

2006-05-07 Thread Brooks Davis
brooks 2006-05-07 23:31:10 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: Be more like Windows and Linux and send our hostname in the host-name option if none is given in the config file. Also add #ifdefd out support for sending a client ID

cvs commit: src/sbin/dhclient dhclient.c

2006-01-23 Thread Brooks Davis
brooks 2006-01-24 05:59:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/dhclientdhclient.c Log: MFC rev 1.13: Allow users to add aliases to the interface. PR: bin/87465 Revision ChangesPath 1.6.2.4 +13 -13sr

cvs commit: src/sbin/dhclient dhclient.c

2006-01-09 Thread Brooks Davis
brooks 2006-01-10 04:53:20 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: Allow users to add aliases to the interface. PR: bin/87465 (different solution used) MFC after: 1 week Revision ChangesPath 1.13 +1

cvs commit: src/sbin/dhclient dhclient.c

2005-12-20 Thread Brooks Davis
brooks 2005-12-20 21:02:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/dhclientdhclient.c Log: MFC 1.12: When we get a bogus hostname in an option, drop the option rather than refusing the lease. This allow obtaining lea

cvs commit: src/sbin/dhclient dhclient.c

2005-12-09 Thread Brooks Davis
brooks 2005-12-10 03:46:14 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: When we get a bogus hostname in an option, drop the option rather than refusing the lease. This allow obtaining leases on misadministered networks that use host names