]> git.ipfire.org Git - thirdparty/dhcp.git/history - client/dhclient.c
Go back to the BSD license.
[thirdparty/dhcp.git] / client / dhclient.c
2000-03-17  Ted LemonGo back to the BSD license.
2000-02-15  Ted LemonIncorporate Brian Murrell's new OMAPI DHCP client changes.
2000-02-02  Ted LemonFix call to snprintf
2000-02-02  Ted LemonMinor solaris fixes.
2000-01-28  Ted LemonBrian Murrell's changes to allow the client to be direc...
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonSupport variable scoping. Support debugging malloc.
2000-01-05  Ted Lemonstruct hardware conversion.
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-13  Ted Lemon- Add dummies for agent information option handling.
1999-10-30  Ted LemonDon't log to stderr if -q is set.
1999-10-24  Ted Lemon- Allow the user to specify giaddr on the command line...
1999-10-14  Ted LemonCorrect ordering of log arguments.
1999-10-12  Ted LemonFix up args to printf-like functions (thanks to Pedro...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-01  Ted LemonAdjust dummy db_startup call.
1999-09-28  Ted LemonAdd dummy for find_subnet().
1999-09-09  Ted LemonAdd another empty hook for memory.c. Initialize the...
1999-07-31  Ted Lemon- Fix two stupid bugs that caused filename and server_n...
1999-07-06  Ted LemonAdd a -s flag to specify the server IP address (handy...
1999-07-02  Ted LemonPervasive changes to support leased_address, reverse...
1999-05-07  Ted LemonUpdate version info.
1999-05-06  Ted LemonUpdate version number.
1999-04-25  Ted LemonUpdate version number. V3-ALPHA-19990424
1999-04-23  Ted LemonUpdate version.
1999-04-12  Ted LemonUpdate version. V3-ALPHA-19990412
1999-04-08  Ted LemonUpdate version.
1999-04-05  Ted LemonUse option_state_reference instead of just copying...
1999-04-05  Ted Lemon- Adjust option_state-related calls to use new, more...
1999-03-30  Ted LemonUpdate version V3-ALPHA-19990330
1999-03-29  Ted LemonUpdate version. V3-ALPHA-19990329A
1999-03-29  Ted LemonAdjust version numbers.
1999-03-29  Ted LemonFix a bug in BOOTP broadcast flag setting for DHCPDISCOVER.
1999-03-26  Ted LemonUpdate version number.
1999-03-26  Ted LemonPull up changes in Patchlevel 19
1999-03-25  Ted LemonFix bug in secs handling.
1999-03-16  Ted LemonUpdate license.
1999-03-16  Ted LemonUpdate version string.
1999-03-13  Ted Lemon- Only use broadcast flag if we have to.
1999-03-11  Ted LemonFix DHCPDECLINE support
1999-03-10  Ted LemonPass parameter request list to cons_options.
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 LemonFix up mistakes in recent 2.0 pullups.
1999-02-14  Ted LemonPull in new changes in 2.0.
1998-11-11  Ted LemonUse scoping correctly.
1998-11-09  Ted LemonAdd support for pseudo-clients
1998-11-06  Ted LemonFix some lingering bugs from the expression evaluation...
1998-11-05  Ted LemonFix up all the option handling code to use evaluation...
1998-04-09  Ted LemonFix backup_cutoff handling.
1998-03-16  Ted LemonCheck chaddr as well as xid in all cases. hw_address...
1998-03-15  Ted LemonIf interfaces are specified, don't configure any that...
1998-02-06  Ted LemonChange cons_option calling convention. Declare dhcp_m...
1997-12-09  Ted LemonCheck mktemp() return and die with error message if...
1997-12-06  Ted LemonCast pid_t up to long so that printf will work on syste...
1997-11-20  Ted LemonCompute network number and (if not offered by server...
1997-10-20  Ted Lemonsystat -> sysconf
1997-10-20  Ted LemonBy default, do not leave scripts lying around in /tmp
1997-09-16  Ted LemonAdd support for interfaces_requested flag. NUL-termin...
1997-06-03  Ted LemonEnclose prototype in PROTO.
1997-06-02  Ted LemonTry to renew active lease in REBOOT state even if it...
1997-06-02  Ted LemonSupport rejection of messages from rogue servers; print...
1997-05-09  Ted LemonCygwin32 compatibility. Handle prepend, append and...
1997-03-29  Ted Lemonip -> client -> packet is a struct, not a pointer to...
1997-03-28  Ted LemonMove top_level_config to clparse.c; use more defaults...
1997-03-06  Ted LemonSend client identifier when declining.
1997-03-06  Ted LemonWhen we toss all our leases, just go back to init state...
1997-03-06  Ted Lemonchange prototypes to functions called by timeouts;...
1997-03-05  Ted Lemonbehave differently if we got a renewal via INIT-REBOOT
1997-03-05  Ted LemonAlways send packets of at least BOOTP_MIN_LEN; abbrevia...
1997-02-27  Ted LemonDelete extraneous sin_len initialization; don't statica...
1997-02-26  Ted LemonUse medium passed to us, not necessarily the one attach...
1997-02-22  Ted LemonAdd support for alias declaration
1997-02-22  Ted LemonAdd media selection for interface cards that support...
1997-02-19  Ted LemonRun as daemon after first binding; don't record leases...
1997-02-18  Ted LemonRewrite DHCP client to use the same API that the DHCP...
1997-01-02  Ted LemonInitial merge of Poger dhclient and linux hacks
1996-09-11  Ted Lemondiscover_interfaces() needs to behave differently for...
1996-09-11  Ted LemonAdd argument to cons_options
1996-08-29  Ted LemonRemove unused variable
1996-08-28  Ted LemonAdd new externals otherwise defined by conflex
1996-08-27  Ted LemonChanged names of tline and tlpos
1996-06-04  Ted LemonDelete unused automatic variables
1996-06-01  Ted LemonDon't do setlogmask on 4.2BSD systems; lose -a processi...
1996-05-23  Ted LemonAdd tlname variable so errwarn.c doesn't bring in parser
1996-05-23  Ted LemonChange log_facility to log_priotiry
1996-05-22  Ted LemonSupply Requested Address from ciaddr; reflect server...
1996-05-22  Ted LemonRewrite to actually be a dhcp client
1996-05-17  Ted Lemondeclare default and max lease times
1996-03-06  Ted LemonAdd HAVE_SIN_LEN test
1996-02-29  Ted LemonReverse forking arrangement; send packets to broadcast...
1996-02-26  Ted LemonMajor rewrite
1996-02-21  Ted LemonIncremental changes to support DHCP protocol
1996-02-21  Ted LemonFix bootp address initialization
1996-02-21  Ted LemonUse broadcast address
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