Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 22:19:10 +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 tables.c
Message-ID:  <200507252219.j6PMJADO067719@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2005-07-25 22:19:10 UTC

  FreeBSD src repository

  Modified files:
    sbin/dhclient        tables.c 
  Log:
  Change host-name from type "X" to type "t".  This allows the client to
  accept NUL-terminated strings as required by RFC 2132.
  
  This solution is not perfect as it removes the ability to send
  NUL-terminated host-name options which may be required by some broken
  servers.  Given the current lack of an existance proof of such servers
  and the fact that servers that send NUL-terminated domain names do
  exist, this seems like an acceptable compromise.  A discussion of these
  issues can be found at:
  
  http://marc.theaimsgroup.com/?l=dhcp-client&m=96837107208382&w=2
  
  PR:             bin/83468
  Reported by:    Sean Winn <sean at gothic dot net dot au>
  MFC-after:      3 days
  
  Revision  Changes    Path
  1.2       +2 -1      src/sbin/dhclient/tables.c



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