]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/tables.c
- The minimum site code value was set to 224 in 3.1.0 to track RFC3942. This
[thirdparty/dhcp.git] / common / tables.c
2008-01-09  David Hankins- The minimum site code value was set to 224 in 3.1...
2007-12-20  Francis DupontSome definitions not in phase with the IANA registry...
2007-12-03  Francis Dupontfix dhcp6.status-code success parsing
2007-11-30  Francis Dupontalmost editorial stuff
2007-10-05  David HankinsClient bugs introduced in development repaired. [ISC...
2007-08-22  Shane KerrFix a number of warnings (and a few real bugs) found...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-29  Evan HuntMerge in changes that were needed in 3.1.0 to silence...
2007-05-19  David HankinsCopyright++
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-01-29  Shane KerrSpelling fixes. See RT ticket 16513 for details.
2006-10-27  David Hankins- Some default hash table sizes were tweaked, some...
2006-09-18  David Hankins- A bug in the FQDN universe that added FQDN codes...
2006-07-26  Shane KerrNew options added, and some magic code to parse unknown...
2006-07-25  Shane KerrMerged rt12324, DHCPLEASEQUERY.
2006-07-22  David Hankins- Support for compressed 'domain name list' style DHCP... DHCPv6_parsing_base
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-03-14  Ted LemonUse unparsable names for unknown options.
2001-01-08  Ted LemonAdd fqdn.fqdn suboption.
2000-12-29  Ted LemonFix up internal documentation for option parse codes.
2000-12-28  Ted LemonCorrectly implement the subnet selection option.
2000-12-11  Damien NeilDDNS implementation rewrite. DDNS should now operate...
2000-10-10  Ted Lemon- Add the FQDN option space.
2000-09-27  Ted LemonUse the nwip options in the nwip universe, not the...
2000-09-16  Ted LemonAdd Service Location Protocol options. Document new...
2000-08-01  Damien NeilMoved hash.c from libdhcp to libomapi, in anticipation...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-04-08  Ted LemonDefine temporary subnet selection option code for testing.
2000-03-18  Ted LemonMake universe_hash using new_hash.
2000-03-18  Ted LemonPatch in TSIG, just to see how to get it to work.
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted LemonUpdate calls to new_hash.
2000-02-02  Ted LemonSupport parsing of configuration options in generic...
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-08  Ted LemonAdd support for NetWare/IP and uap-servers options.
1999-11-14  Ted LemonMove server-specific tables to stables.c
1999-10-21  Ted LemonAdd 'declines' server option.
1999-10-20  Ted LemonSupport allow/deny duplicates.
1999-10-19  Ted LemonAdd support for lease-file-name and pid-file-name confi...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-07-01  Ted LemonDefine server option types for ddns updates.
1999-06-22  Ted LemonAdd always-broadcast option.
1999-04-23  Ted LemonAdd a bunch of options that were added in RFC2132.
1999-04-08  Ted LemonAdd always-reply-rfc1048 server option.
1999-04-05  Ted Lemon- Add vendor-option-space server option.
1999-03-25  Ted LemonAllow vendor class identifier to be other than ASCII...
1999-03-16  Ted LemonUpdate license.
1999-03-16  Ted Lemondhcp-class-identifier -> vendor-class-identifier.
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-14  Ted LemonPull up recent 2.0 changes.
1998-11-05  Ted LemonGet rid of ad-hoc option priority list.
1998-06-25  Ted LemonAdd server option universe. Install dhcp option unive...
1998-04-19  Ted LemonAdd agent option universe.
1998-03-16  Ted LemonClean up unsigned char vs. signed char discrepencies.
1997-05-09  Ted Lemonname-servers -> ien116-name-servers, to reduce confusio...
1997-03-29  Ted LemonAllow users to specify vendor-encapsulated-options...
1996-09-11  Ted LemonAdd unknown options to end of option priority list
1996-09-04  Ted LemonAll unnamed options now take the X format, which means...
1996-08-28  Ted LemonPut hostname in default reply list
1996-08-27  Ted LemonSupport for token ring hardware type
1996-06-01  Ted LemonChange parse specification for dhcp-class-identifier...
1996-05-20  Ted LemonFix copyright
1996-03-02  Ted LemonKeep a persistent database of leases
1996-02-29  Ted LemonTake mandatory options out of default priority list...
1996-02-21  Ted LemonIncremental changes to support DHCP protocol
1996-02-06  Ted LemonMore portable internet addresses; fix endian bug; fix...
1995-11-29  Ted LemonDHCP Server Daemon