]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/dhcpd.c
- Fix all the OMAPI objects in the DHCP server and client that weren't
[thirdparty/dhcp.git] / server / dhcpd.c
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-03  Ted LemonUpdate copyright message.
2000-05-02  Ted Lemon- Add equivalent config-file options for command-line...
2000-04-14  Ted LemonKeep dns update records around if deletes fail.
2000-03-18  Ted LemonMake universe_hash using new_hash.
2000-03-17  Ted LemonGo back to the BSD license.
2000-02-15  Ted LemonGet rid of dns_startup, use lease time instead of const...
2000-02-08  Ted LemonDon't parse default nsupdate stuff if NSUPDATE isn...
2000-01-26  Ted LemonInclude omapip_p.h for malloc debugging.
2000-01-26  Ted Lemon- Add DDNS update built-in code.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-05  Ted LemonSupport new struct hardware.
1999-11-23  Ted LemonGet rid of call to setlogmask - it doesn't seem to...
1999-10-28  Ted LemonDon't log to stderr if -q flag is given.
1999-10-19  Ted LemonSupport pid-file-name and lease-file-name config file...
1999-10-07  Ted LemonFix up one mistake from last night's fixes.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-01  Ted LemonImplement -T flag.
1999-09-09  Ted LemonSupport host declarations in lease database file.
1999-09-08  Ted LemonInitialize RNG. Initialize OMAPI listener and DHCP...
1999-07-06  Ted LemonAdd a -s flag to specify the broadcast destination...
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-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-26  Ted LemonUpdate version number.
1999-03-16  Ted LemonClean up obsolete dregs.
1999-03-16  Ted LemonUpdate license.
1999-03-16  Ted LemonUpdate version.
1999-03-10  Ted LemonFree parameter request list prior to freeing lease...
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. New license.
1998-11-05  Ted LemonAdd command-line argument to set pid file name.
1998-07-10  Ted LemonIf there's another server running, refuse to run.
1998-04-19  Ted LemonInitialize client classification system in main().
1998-04-09  Ted LemonStart interactive client
1998-03-17  Ted LemonDon't start dns for now.
1998-03-16  Ted LemonUpdate copyright
1998-03-15  Ted LemonDon't invalidate a lease if we receive an ICMP echo...
1998-02-06  Ted LemonAdd dhcp_max_agent_option_packet_length.
1997-10-20  Ted LemonUse local quiet flag and also set global quiet_interfac...
1997-10-20  Ted LemonRearrange startup code so as to print everything before...
1997-06-03  Ted Lemoncftest wasn't being initialized
1997-06-02  Ted LemonAdd cftest flag which just tests config file but doesn...
1997-05-09  Ted LemonCygwin32 compatibility. Initialize DNS
1997-03-06  Ted LemonStart up icmp protocol; handle ICMP EchoReplies and...
1997-03-06  Ted LemonChange calling conventions to dispatch(). Set bootp_p...
1997-02-22  Ted LemonChange daemonification code to prolong logging to stder...
1997-02-18  Ted LemonUse local_port and remote_port instead of server_port...
1996-09-12  Ted LemonClose std{in,out,err} when daemonizing
1996-09-11  Ted Lemondiscover_interfaces() needs to behave differently for...
1996-09-09  Ted LemonFix usage nit
1996-09-02  Ted LemonOops - debug faux pas
1996-09-02  Ted LemonSupport for -lf and -cf flags; debogosify DEBUG behaviour
1996-08-30  Ted LemonUse a full-sized int to bounds-check port number
1996-08-29  Ted LemonFix logging to stderr
1996-08-29  Ted LemonMake sure specified UDP port is valid
1996-08-29  Ted LemonDon't proceed if errors are found in dhcpd.conf
1996-08-28  Ted LemonMake log_perror an external; don't use LOG_PERROR ...
1996-08-27  Ted LemonAdd options to not go into daemon mode; log errors...
1996-06-27  Ted LemonAllow interfaces to be specified on the command line
1996-06-04  Ted LemonDelete unused automatic variables; don't put copyright...
1996-06-01  Ted LemonPrint version number + copyright banner on startup
1996-05-31  Ted LemonLose bogus -a processing; display startup banner
1996-05-28  Ted LemonDon't use setlogmask() on 4.2BSD syslog machines
1996-05-22  Ted Lemonlog_facility -> log_priority
1996-05-22  Ted Lemonmove do_packet to dispatch
1996-05-22  Ted LemonAdd global options; use putenv to set TZ environment...
1996-05-20  Ted LemonFix copyright
1996-05-17  Ted LemonAdd support for broken old 4.2BSD syslog
1996-05-16  Ted LemonUnlink dhcpd.pid file before writing so that we don...
1996-05-12  Ted LemonDon't malloc packet structure - it's not persistent...
1996-04-11  Ted LemonRemove code for handling multiple interfaces (it's...
1996-03-16  Ted LemonVarious user-provided patches
1996-03-06  Ted LemonDelete old debugging message
1996-03-02  Ted LemonKeep a persistent database of leases
1996-02-29  Ted LemonClean up debug
1996-02-26  Ted LemonFigure out dhcp packet type and store it in packet...
1996-02-25  Ted LemonRemove dump_packet function (moved to print.c)
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