Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 23:36:28 +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/etc/rc.d dhclient src/sbin/dhclient bpf.c dhclient-script dhclient.8 dhclient.c tables.c
Message-ID:  <200507292336.j6TNaSOh004023@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2005-07-29 23:36:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc/rc.d             dhclient 
    sbin/dhclient        bpf.c dhclient-script dhclient.8 
                         dhclient.c tables.c 
  Log:
  Sync dhclient with HEAD:
  
   - Don't complain when debouncing dhclient startup.
   - Fix buffer handling in reveive_packet().  This fixes infinite cpu
     eating loops and probably some crashes.
   - Spell if_defaultroute route correctly in dhclient-script so we
     are allowed to change the default route.
   - Document dhclient -b.
   - Treat reassociation like association.
   - Do not force server-name to be a valid domain name.
   - Handle servers that send NUL-terminated host-name options.
  
  Approved by:    re (scottl)
  
  Revision     Changes    Path
  1.20.2.1     +0 -1      src/etc/rc.d/dhclient
  1.2.2.1      +18 -8     src/sbin/dhclient/bpf.c
  1.4.2.1      +1 -1      src/sbin/dhclient/dhclient-script
  1.2.2.1      +5 -1      src/sbin/dhclient/dhclient.8
  1.6.2.1      +7 -7      src/sbin/dhclient/dhclient.c
  1.1.1.1.2.1  +2 -1      src/sbin/dhclient/tables.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507292336.j6TNaSOh004023>