]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1996-05-13  Ted Lemonrearrange things to support new network abstraction...
1996-05-12  Ted LemonMove interface_info struct here; add hardware_link...
1996-05-12  Ted LemonDon't malloc packet structure - it's not persistent...
1996-05-12  Ted LemonAdd support for hardware unicast; use send_packet inste...
1996-05-12  Ted LemonComplete rewrite of Archie Cobbs' bpf code
1996-05-12  Ted LemonMinor wording tweak
1996-05-12  Ted LemonAdd dispatch.c, bpf.c, packet.c and raw.c
1996-04-11  Ted LemonDefine HAVE_SIN_LEN
1996-04-11  Ted LemonAdd support for network API configuration
1996-04-11  Ted LemonSocket.c now contains code for the standard UDP socket...
1996-04-11  Ted LemonAdd interface_info structure
1996-04-11  Ted LemonRemove stale decls for dhcpd.c; add conditional decls...
1996-04-11  Ted LemonRemove code for handling multiple interfaces (it's...
1996-04-11  Ted LemonInitial interface discovery and input dispatch routines
1996-04-11  Ted LemonBerkeley Packet Filter support
1996-04-11  Ted LemonPacket assembly subroutines
1996-04-09  Ted LemonTODO list
1996-03-16  Ted LemonUpdate documentation
1996-03-16  Ted LemonFreeBSD configuration
1996-03-16  Ted LemonVarious user-provided patches
1996-03-07  Ted LemonNew configurations and bug fixes from Jonathan
1996-03-06  Ted LemonAdd a blurb on creating a new port
1996-03-06  Ted LemonDoesn't describe the current design
1996-03-06  Ted LemonOld-fashioned Makefile
1996-03-06  Ted LemonAdd HAVE_SIN_LEN test
1996-03-06  Ted LemonLOG_ERR, not LOG_ERROR
1996-03-06  Ted LemonDon't pull in malloc.h; define _PATH_DHCPD_DB correctly
1996-03-06  Ted LemonAdd HAVE_SIN_LEN; encase debugging statements in ifdef...
1996-03-06  Ted LemonDon't try to parse the lease file if it's not there
1996-03-06  Ted LemonAdd support for BOOTP Vendor Extensions and BOOTP Relay...
1996-03-06  Ted LemonAdd man pages
1996-03-06  Ted LemonREADME file - duh
1996-03-06  Ted LemonDelete old debugging message
1996-03-06  Ted LemonNew man pages
1996-03-06  Ted LemonFormatted man pages
1996-03-06  Ted LemonMove malloc.h into netbsd.h; define HAVE_SIN_LEN
1996-03-06  Ted LemonUltrix port from Jonathan Stone
1996-03-06  Ted LemonNew BSD/OS port
1996-03-02  Ted LemonDisable some debugging statements
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 LemonTake mandatory options out of default priority list...
1996-02-29  Ted LemonSlightly less gnarly MTU
1996-02-29  Ted LemonFix debugging statements; add raw data dumper
1996-02-29  Ted LemonFix buffer length calculations; always put mandatory...
1996-02-29  Ted LemonAdd user and vendor database support; add abandon_lease...
1996-02-29  Ted LemonAdd vendor and user class tokens
1996-02-29  Ted LemonAdd class structure; various new protos
1996-02-29  Ted LemonClean up debug
1996-02-29  Ted LemonSplit out packet length calculation; add DHCPINFORM...
1996-02-29  Ted LemonRearrange debugging dumps; disable them; add support...
1996-02-29  Ted LemonReverse forking arrangement; send packets to broadcast...
1996-02-29  Ted LemonParse user and vendor class declarations; fix rounding...
1996-02-29  Ted LemonAdd user and vendor class keywords
1996-02-29  Ted LemonAdd class allocation code
1996-02-29  Ted LemonDecided not to use yacc because it's not available...
1996-02-26  Ted LemonNew option docs; remove obsolete docs
1996-02-26  Ted LemonChange test for whether an option has been stored;...
1996-02-26  Ted LemonCopy the offered expiry time when updating a lease
1996-02-26  Ted LemonAlways initialize offered_expiry; return after NAKing
1996-02-26  Ted LemonMajor rewrite
1996-02-26  Ted LemonZap debugging statements
1996-02-26  Ted LemonFix bug in dump_packet
1996-02-26  Ted LemonPrototypes for new dhcp protocol functions; add extra...
1996-02-26  Ted LemonFigure out dhcp packet type and store it in packet...
1996-02-26  Ted LemonFull protocol
1996-02-25  Ted LemonNew DHCP draft
1996-02-25  Ted LemonRemove dump_packet function (moved to print.c)
1996-02-25  Ted LemonAdd dump_packet function
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-20  Ted LemonNot doing the database this way
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...
1996-02-06  Ted LemonPortable internet address structure definition
1995-11-29  Ted LemonDHCP Server Daemon