]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/dhcp.c
Sanitize Solaris build.
[thirdparty/dhcp.git] / server / dhcp.c
1999-03-16  Ted LemonSanitize Solaris build. V3-ALPHA-19990315
1999-03-16  Ted LemonUpdate license.
1999-03-13  Ted LemonFix up references to ciaddr and yiaddr.
1999-03-13  Ted LemonFix up unicast response code.
1999-03-10  Ted LemonPool scope and subnet scope are different leaves of...
1999-03-10  Ted Lemon- Tack parameter request list on to lease state structu...
1999-03-09  Ted LemonFix logging of DHCPREQUEST activity. Fix find_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 Lemon- Pull up recent 2.0 changes.
1998-11-19  Ted LemonDon't use oc if it's null
1998-11-11  Ted LemonAdd billing support and pool support. carrel-2
1998-11-09  Ted LemonAdd pool/permit support.
1998-11-06  Ted LemonClassify all incoming dhcp packets. Process class...
1998-11-06  Ted LemonDon't test for abandoned lease if we didn't find a...
1998-11-06  Ted LemonAdd agent option support.
1998-11-05  Ted LemonOops, fix a conflict that was committed in previous...
1998-11-05  Ted LemonUse evaluation-based option handling
1998-06-25  Ted LemonIf a client REQUESTs an abandoned lease, reclaim it.
1998-06-25  Ted LemonMove a lot of packet discard code into ack_lease()...
1998-04-19  Ted LemonDo client classification. If user supplies a dhcp...
1998-04-09  Ted LemonDon't respond to requests that are newer than a configu...
1998-03-17  Ted LemonIf we happen across an abandoned lease when trying...
1998-03-17  Ted LemonAllow unnamed host declarations.
1998-03-16  Ted LemonDeclare arguments that can be promoted so that the...
1998-02-06  Ted LemonAdjust cons_options calls. Copy the entire chaddr...
1997-12-06  Ted LemonNAK if a client requests an address that we own but...
1997-12-02  Ted LemonIf we're responding to a BOOTP request, hunt for a...
1997-12-02  Ted LemonCopy the hardware address into the static lease structu...
1997-12-02  Ted LemonIf we find more than one lease for the same client...
1997-11-29  Ted LemonFix DHCPRELEASE handling to conform to spec
1997-10-20  Ted LemonDon't ping static leases - there's no persistent struct... NetBSD_1_3_Alpha
1997-09-16  Ted LemonPass flag to cons_options indicating whether this is...
1997-06-08  Ted LemonOnly store through ours if it's nonzero
1997-06-08  Ted LemonFix variable declaration omission
1997-06-08  Ted LemonIf the lease we want to give the client is different...
1997-05-09  Ted LemonFix bug introduced into dhcprequest processing. Fix...
1997-03-06  Ted LemonPut parentheses around & operations
1997-03-06  Ted LemonIf a lease has been abandoned, don't find it.
1997-03-06  Ted LemonAdd a message to abandon_lease; ping before sending...
1997-03-06  Ted LemonMove a ton of bits from the lease structure into the...
1997-03-05  Ted LemonMove some state into the lease structure so that we...
1997-03-05  Ted LemonDon't check the lease we have for the client until...
1997-02-22  Ted LemonDon't NAK leases from competing servers
1997-02-22  Ted LemonClean up some bugs in the DHCPREQUEST lease code
1997-02-22  Ted LemonUse interface address instead of common server identifi...
1997-02-18  Ted LemonChange calling conventions for cons_options so that...
1997-01-03  Ted LemonFix broadcast bug
1996-12-31  Ted LemonFix bug in classing code
1996-09-11  Ted LemonNotice if client is NUL-terminating strings, and if...
1996-09-05  Ted Lemonmockup_lease() now supplies uid info if present; supply...
1996-08-29  Ted LemonFix signed/unsigned char type mismatch
1996-08-28  Ted LemonAdd special support for hostname option
1996-08-27  Ted LemonDon't try to respond to packets if we can't figure...
1996-06-27  Ted LemonFind_lease should not reallocate leases to clients...
1996-06-24  Ted LemonEnsure that dhcp packets are at least BOOTP_MIN_LEN...
1996-06-12  Ted LemonUse standard IP stack to send responses to clients...
1996-06-12  Ted LemonDon't unicast to client if broadcast is requested
1996-06-04  Ted LemonDelete unused automatic variables
1996-06-01  Ted LemonMake packet messages say where the packet came from...
1996-05-28  Ted LemonHandle DHCPREQUEST properly when no SERVER_IDENTIFIER...
1996-05-25  Ted LemonFix an uninitialized pointer bug
1996-05-24  Ted Lemona shared network might have no dynamically allocatable...
1996-05-23  Ted LemonMake sure uid_lease is initialized somewhere; use ciadd...
1996-05-23  Ted LemonDon't assume routed packets are local; fix up dhcp_nak...
1996-05-22  Ted LemonInitialize free host pointer
1996-05-22  Ted LemonMake sure there's a host hanging off the lease before...
1996-05-22  Ted LemonMove packet location code out of dispatch
1996-05-22  Ted Lemonshared net support; static dhcp address assignment...
1996-05-20  Ted LemonFix copyright; SA_LEN instead of SIN_LEN; formatting...
1996-05-16  Ted LemonDump DHCP request type at LOG_INFO level instead of...
1996-05-16  Ted Lemonfix up char declarations; don't dump packets unless...
1996-05-12  Ted LemonAdd support for hardware unicast; use send_packet inste...
1996-03-16  Ted LemonVarious user-provided patches
1996-03-06  Ted LemonAdd HAVE_SIN_LEN; encase debugging statements in ifdef...
1996-03-02  Ted LemonKeep a persistent database of leases
1996-02-29  Ted LemonRearrange debugging dumps; disable them; add support...
1996-02-26  Ted LemonAlways initialize offered_expiry; return after NAKing
1996-02-26  Ted LemonFull protocol
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 ***
1995-11-29  Ted LemonDHCP Server Daemon