diff options
author | David Hankins <dhankins@isc.org> | 2005-03-17 20:42:06 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2005-03-17 20:42:06 +0000 |
commit | 9748a78039d741f844f0db04d4f2100fa1050496 (patch) | |
tree | 970e9f5515435d6e9a44aacc96b132bb17a42d36 /CHANGES | |
parent | 5d0ff7ea7cc183d004752c08e002e965921d4d48 (diff) | |
download | isc-dhcp-9748a78039d741f844f0db04d4f2100fa1050496.tar.gz |
Files removed in the massive merge between V3-RELEASE-BRANCH and HEAD,
bringing HEAD up to par with V3-0-3-BETA-1.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/CHANGES b/CHANGES deleted file mode 100644 index 47192970..00000000 --- a/CHANGES +++ /dev/null @@ -1,104 +0,0 @@ -970609 - -- Don't trust hostnames provided by client - Win95 allows *spaces* in - client-supplied hostnames! - -- Be lenient in parsing client-hostname statement in case a bad hostname - got recorded. - -970607 - -- Change size_t to ssize_t in return values where a negative number - is used to indicate an error. - -- Always write out two digits for single-byte quantities in arrays. - -- When parsing a lease database, correctly transfer the client - hostname and hostname to the memory-resident lease structure. - -- If the lease we want to give the client is different than the - one it's asking for, and we recognize the one it's asking for as - ours, NAK it. - -- Only accept a DHCPRELEASE or DHCPNAK if the client supplies an IP - address and the lease corresponding to that address is available to - that client. - -- Make it a warning rather than an error if resolv.conf is missing. - -970605 - -- Add client-hostname token to lexer so that the parser can use it. - Fixes a serious lease database bug. - -- Disable log message on receipt of short ICMP Echo replies. - -970602 - -- Added DHCP Client scripts for FreeBSD, Solaris, and Linux, but - they're not guaranteed to work. - -- Added some Cygwin32 (Windows NT/Windows 95) support, but this is not - sufficiently complete to be useful yet. - -- Updated README - -- Put something useful in TODO - formerly it mostly listed projects - that were way out on the back burner. - -In DHCP Client: - -- Add default, supersede, prepend and append option support, so that a - client can override or modify server-supplied options, and provide - default values if the server provides no values. - -- Add reject keyword, so that packets from rogue DHCP or BOOTP servers - can be rejected out of hand. - -- Added support for booting from BOOTP servers. - -- Added BOOTP flag to client lease declaration, to indicated that a - particular lease was acquired through a BOOTP server. - -- Don't try to do INIT-REBOOT on leases acquired from BOOTP servers. - -- Print server's IP address instead of its IP address when logging - DHCP/BOOTP messages received by client. - -- Fix some bugs in saved lease activation. - -- Fix some scripting bugs. - -- New sample dhclient.conf script demonstrates new features. - -In common code: - -- Partially implemented asynchronous DNS lookups. - -- Fixed some bugs in dispatch routine. - -- Fix date parsing bug that was setting dates forward one day every - time dhcpd was restarted (this has been fixed for a while in the 1.0 - branch). - -- Change name-server option name to ien116-name-server so as to reduce - the potential for confusion. - -DHCP Relay daemon: - -- Fixed an operator precedence bug having to do with the broadcast - flag. - -DHCP Server: - -- Add support to record the client-supplied hostname in the lease file, - for better readability. - -- Fixed a bug in the renewal code that resulted in the server ignoring - unicast renewals from non-local subnets. This bug caused some - heartburn for Win95 machines. - -- Copy ciaddr from saved ciaddr, not from giaddr. - -- New -t flag tests /etc/dhcpd.conf for syntax errors. - |