]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/options.c
Change names of error functions to be more consistent.
[thirdparty/dhcp.git] / common / options.c
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