]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/options.c
Fix compilation errors introduced in the last set of checkins.
[thirdparty/dhcp.git] / common / options.c
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonSupport variable scoping, malloc debug.
2000-01-08  Ted LemonAdd support for NetWare/IP encapsulated option.
1999-11-13  Ted Lemon- Move agent information option handling out of common...
1999-10-08  Ted Lemon- Don't try to process the option buffer if there isn...
1999-10-07  Ted LemonFix some signed/unsigned pointer incompatibilities...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-07-31  Ted Lemon- Regularize expression evaluation calls so that they...
1999-07-06  Ted Lemon- Pull a change from the 2.0 branch to make 'X' options...
1999-07-02  Ted LemonPervasive changes to support leased_address, reverse...
1999-05-07  Ted LemonEnclose abort() calls in POINTER_DEBUG ifdefs and just...
1999-04-23  Ted Lemon- Support a site-local option space, so that different...
1999-04-08  Ted Lemon- Cast return values from getShort and getUShort for...
1999-04-05  Ted LemonPass down the option state in store_options.
1999-04-05  Ted LemonMake option state support more general.
1999-03-16  Ted LemonUpdate license.
1999-03-10  Ted LemonPass parameter request list to cons_options.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1998-11-06  Ted LemonAdd agent_options argument to cons_options
1998-11-05  Ted LemonAdd new option cache handling code.
1998-06-25  Ted Lemoncons_options now takes option_state struct instead...
1998-04-19  Ted LemonAdd dhcp_option_lookup and agent_option_lookup functions.
1998-04-09  Ted LemonAllow for null trees.
1998-03-17  Ted LemonIf client sends a packet with a larger option buffer...
1998-03-16  Ted LemonDeclare arguments that can be promoted so that the...
1998-02-06  Ted LemonParse agent options specially. Pack agent options...
1997-09-16  Ted LemonOnly use 64-byte option buffer for BOOTP packets
1997-06-02  Ted LemonAdd emit_quotes qualifier to pretty_print_option, so...
1997-05-09  Ted LemonLet bootp() check for correct type of packet
1997-03-06  Ted LemonOptions whose format is X now print as colon-seperated...
1997-02-22  Ted Lemonpretty_print_options now optionally seperates array...
1997-02-19  Ted LemonSeperate array elements with commas when pretty-printing
1997-02-18  Ted LemonChange calling conventions for cons_options so that...
1996-09-11  Ted LemonNotice if client is NUL-terminating strings, and if...
1996-09-05  Ted LemonFix printf warnings
1996-08-27  Ted LemonFix printf prototypes (again)
1996-06-24  Ted LemonFix printf formats
1996-06-12  Ted LemonOption buffer length miscalculated
1996-06-12  Ted LemonFix off-by-one error on option expansion allocation
1996-06-04  Ted LemonDelete unused automatic variables
1996-03-16  Ted LemonVarious user-provided patches
1996-03-02  Ted LemonKeep a persistent database of leases
1996-03-01  Ted Lemonreplace cons_option implementation with something simpler.
1996-02-29  Ted LemonFix buffer length calculations; always put mandatory...
1996-02-26  Ted LemonChange test for whether an option has been stored;...
1996-02-26  Ted LemonZap debugging statements
1996-02-21  Ted LemonIncremental changes to support DHCP protocol
1996-02-21  Ted LemonIntermediate changes to support actual DHCP protocol...
1996-02-11  Ted Lemon*** empty log message ***
1996-02-07  Ted LemonFixed many option bugs; added client for testing
1996-02-06  Ted LemonMore portable internet addresses; fix endian bug; fix...
1995-11-29  Ted LemonDHCP Server Daemon