]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1998-04-19  Ted LemonSupport for classifying clients.
1998-04-19  Ted LemonAdd class.c
1998-04-19  Ted LemonAdd a lookup function to the option universe structure.
1998-04-19  Ted LemonAdd the concept of named hashes.
1998-04-19  Ted LemonAdd prototypes and structure declarations for client...
1998-04-19  Ted LemonAdd agent option universe.
1998-04-19  Ted LemonAdd dhcp_option_lookup and agent_option_lookup functions.
1998-04-09  Ted LemonInteractive client for DHCP servers.
1998-04-09  Ted LemonInteractive client data structures for DHCP server.
1998-04-09  Ted LemonInteractive client for browsing internal database.
1998-04-09  Ted LemonAdd min-lease-time, min-secs and use-lease-addr-for...
1998-04-09  Ted LemonStart interactive client
1998-04-09  Ted LemonDon't respond to requests that are newer than a configu...
1998-04-09  Ted LemonAdd min-lease-time, min-secs and use-lease-addr-for...
1998-04-09  Ted LemonAdd dhcpdi.c
1998-04-09  Ted LemonCheck to see if INADDR_LOOPBACK is defined.
1998-04-09  Ted LemonFix copyright
1998-04-09  Ted LemonAdd min-lease-time, min-secs and use-lease-addr-for...
1998-04-09  Ted LemonNew prototypes and types for interactive client
1998-04-09  Ted LemonAllow for null trees.
1998-04-09  Ted LemonNo message for dissociate_lease().
1998-04-09  Ted LemonCheck HAVE_SIN_LEN in sockaddr_dl code. Kludge hardwa...
1998-04-09  Ted LemonAdd min-lease-time, min-secs and use-lease-addr-for...
1998-04-09  Ted LemonAdd interact.c
1998-04-09  Ted LemonFix backup_cutoff handling.
1998-04-09  Ted LemonDon't die if we can't handle a new client. Don't...
1998-04-09  Ted LemonAdd dhcpctl subdir
1998-03-17  Ted LemonAdd dissociate_lease(). Abandon leases but don't...
1998-03-17  Ted Lemonprototype dissociate_lease.
1998-03-17  Ted LemonIf we happen across an abandoned lease when trying...
1998-03-17  Ted LemonTake out shared-network statement to avoid confusion.
1998-03-17  Ted LemonAllow unnamed host declarations.
1998-03-17  Ted LemonDon't start dns for now.
1998-03-17  Ted LemonMake install directories from top down.
1998-03-17  Ted LemonAllow trailing dot in hostnames.
1998-03-17  Ted LemonIf client sends a packet with a larger option buffer...
1998-03-17  Ted LemonDo memcpy inside of if statement since results are...
1998-03-17  Ted LemonStore query in query buffer in query structure, not...
1998-03-17  Ted LemonFix line buffer handling
1998-03-17  Ted LemonDon't memset allocated memory if we didn't allocate it.
1998-03-17  Ted LemonMake install directories from top down.
1998-03-17  Ted LemonMake install directories from top down. Quiet client...
1998-03-17  Ted LemonSite-specific Makefile configuration.
1998-03-17  Ted LemonInclude a site.conf file after Makefile.dist.
1998-03-16  Ted LemonDon't *require* a /etc/dhclient.conf file.
1998-03-16  Ted LemonDeclare arguments that can be promoted so that the...
1998-03-16  Ted LemonDeclare dhcp_max_agent_option_packet_length as required...
1998-03-16  Ted LemonDeclare dhcp_max_agent_option_packet_length as required...
1998-03-16  Ted LemonUpdate copyright
1998-03-16  Ted LemonClean up unsigned char vs. signed char discrepencies.
1998-03-16  Ted LemonDeclare arguments that can be promoted so that the...
1998-03-16  Ted LemonOnly include linux/ files when compiling on Linux 1.x.
1998-03-16  Ted LemonClean up bogus Sun CC pointer type mismatches.
1998-03-16  Ted LemonClean up bogus Sun CC pointer type mismatches. Clean...
1998-03-16  Ted LemonInclude dhcpd.h only once. Clean up dangling ifdef...
1998-03-16  Ted LemonCheck chaddr as well as xid in all cases. hw_address...
1998-03-16  Ted LemonSigned vs. unsigned char fixes
1998-03-16  Ted LemonDifferent config options for Linux 1.x, 2.0 and 2.1.
1998-03-15  Ted LemonPrevent some type incompatibility warnings.
1998-03-15  Ted LemonAdd declaration for agent option global (used by option...
1998-03-15  Ted LemonIf interfaces are specified, don't configure any that...
1998-03-15  Ted LemonUse DLPI, not sockets. Also, since we're using rand...
1998-03-15  Ted LemonMore DLPI stuff
1998-03-15  Ted LemonMore prototypes. Agent Option support.
1998-03-15  Ted LemonAdd defines for relay agent options.
1998-03-15  Ted LemonDLPI support, contributed by Eric James Negaard.
1998-03-15  Ted LemonDon't mention compiling with BPF if user has multiple...
1998-03-15  Ted LemonAdd a comment to document the non-presence of a Y2K...
1998-03-15  Ted LemonReword dns query code
1998-03-15  Ted LemonDocument that NBNS and WINS are the same thing
1998-03-15  Ted LemonDon't invalidate a lease if we receive an ICMP echo...
1998-03-15  Ted LemonAdd a comment to document the non-presence of a Y2K...
1998-02-06  Ted LemonParse agent options specially. Pack agent options...
1998-02-06  Ted LemonAdd dhcp_max_agent_option_packet_length.
1998-02-06  Ted LemonAdjust cons_options calls. Copy the entire chaddr...
1998-02-06  Ted LemonCopy the entire chaddr field, even if the length is...
1998-02-06  Ted LemonChange cons_option calling convention. Declare dhcp_m...
1998-01-12  Ted LemonCorrect freudian slip.
1998-01-12  Ted LemonFinish documenting dhcpd.leases format.
1998-01-12  Ted LemonDocument token ring hardware type.
1998-01-12  Ted LemonAdd DLPI support
1998-01-12  Ted LemonDefine Async DNS structures. Add new dns functions...
1998-01-12  Ted LemonAdjust provided functionality to be compatible with...
1998-01-12  Ted LemonHandle ICMP packets with IP header options correctly.
1998-01-12  Ted LemonPreliminary rewrite of asynchronous DNS code (needs...
1998-01-12  Ted LemonAdd dlpi.c
1998-01-12  Ted LemonUse new_network_number, not new_network_address. ...
1998-01-11  Ted LemonAdd missing fi
1998-01-11  Ted LemonFix up option declaration modifier documentation.
1997-12-17  Ted LemonDefine ssize_t and NEED_INET_ATON.
1997-12-11  Ted LemonDocument changes in Beta 1 (oops)
1997-12-11  Ted LemonDocument broadcast addr hack for HP-UX 9.x
1997-12-09  Ted LemonCheck mktemp() return and die with error message if...
1997-12-09  Ted LemonUse yiaddr to transmit response to client
1997-12-06  Ted LemonBOOTP Protocol specification
1997-12-06  Ted LemonCurrent DHCP Options specification
1997-12-06  Ted LemonCurrent DHCP protocol specification
1997-12-06  Ted Lemonfile rfc2131.txt was initially added on branch RELEASE_1.
1997-12-06  Ted LemonUpdate for 2.0 Beta 1
1997-12-06  Ted LemonNAK if a client requests an address that we own but...
next