]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/bootp.c
Update RELNOTES
[thirdparty/dhcp.git] / server / bootp.c
2022-01-20  Tomek Mrugalski[#189] Whitespace fixes in opened files
2022-01-20  Tomek Mrugalski[#189] ISC address updated
2017-11-23  Francis DupontMerged rt44950 (MA compat)
2017-07-12  Thomas Markwalder[master] Replaced licensing text with MPL licensing...
2016-03-08  Jeremy C. ReedMerge branch 'master' of repo.isc.org:/proj/git/prod...
2016-03-04  Thomas Markwalder[master] Pre-release tag prep for 4.3.4b1: version...
2016-02-23  Francis DupontMerged rt35711c (DHCPv4-over-DHCPv6 support)
2014-10-27  Thomas Markwalder[master] Add use-host-decl-names support to BOOTP
2014-01-26  Shawn Routhier[master] Remove vix.com and nominum.com
2013-08-27  Shawn Routhier-n [master]
2012-08-14  Tomek MrugalskiMerge branch 'rt25901_atf'
2012-08-14  Tomek Mrugalski[master] Merge branch 'rt25901_atf'
2012-04-10  Shawn RouthierRemove unnecessary checks in the lease query code and...
2012-03-09  Tomek MrugalskiFixed many compilation problems ("set, but not used...
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2009-11-24  Shawn RouthierUpdate copyright years
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2008-08-20  David Hankins- Compliation warnings on GCC 4.3 relating to bootp...
2007-10-26  Evan Hunt- Reworked cons_options() and store_options() to fix...
2007-10-03  David Hankins- Dynamic BOOTP leases are now load balanced in failove...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-19  David HankinsCopyright++
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2006-08-09  David HankinsRemoving the new I/O changes from HEAD. [ISC-Bugs ...
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-02-27  David Hankins- The IO system now tracks all local IP addresses,...
2005-07-07  David HankinsMerge changes between 3.0.3b1 and 3.0.3rc1 to HEAD. HEAD-MERGE-V3-0-3RC1
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-05-17  Ted LemonSync with 3.0rc7
2001-02-12  Ted LemonAdd hook for tracing.
2000-11-28  Ted LemonPass client state to eval functions. Lots of other...
2000-10-10  Ted LemonFix up calls to cons_options.
2000-09-20  Ted LemonFix an oversight in the htype+haddr->hbuf conversion
2000-08-28  Damien NeilFinished up function call support.
2000-08-24  Ted LemonAdd argument to find_lease.
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-03  Ted LemonAdjust call to allocate_lease().
2000-03-17  Ted LemonGo back to the BSD license.
2000-02-07  Ted LemonAdd extra arg to ack_lease.
2000-01-25  Ted LemonNew malloc debug scheme. Support variable scoping.
2000-01-05  Ted LemonSupport new struct hardware.
1999-10-21  Ted LemonAdd (and use) ignore option to boolean evals.
1999-10-20  Ted LemonHandle 'allow bootp' and 'allow booting' correctly...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-07-31  Ted Lemon- Rototill function prototypes.
1999-07-19  Ted LemonBrian Murrel's latest dns update implementation - more...
1999-07-18  Ted LemonAdd support for 'on commit'.
1999-07-06  Ted LemonUse limited_broadcast global instead of INADDR_BROADCAST.
1999-07-02  Ted LemonPervasive changes to support leased_address, reverse...
1999-07-01  Ted LemonFix a parenthetification error.
1999-06-22  Ted Lemon- Support always-broadcast flag.
1999-06-10  Ted LemonDo classing for BOOTP clients as well as DHCP clients.
1999-05-27  Ted Lemon- Fix up cases where server option lookups were being...
1999-04-12  Ted LemonFix siaddr computation.
1999-04-08  Ted Lemon- Add support for always-reply-rfc1048.
1999-04-05  Ted LemonSupport new generalized option_state usage.
1999-03-30  Ted LemonInitialize option cache pointer prior to use.
1999-03-16  Ted LemonUpdate license.
1999-03-10  Ted LemonAdditional argument to cons_option.
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 up recent changes in 2.0.
1998-11-11  Ted LemonUpdate message printing. Adjust scoped execution...
1998-11-09  Ted LemonAdd pool support.
1998-11-06  Ted LemonAdd relay agent information option arg to cons_options...
1998-11-05  Ted LemonUse evaluation-based option handling
1998-06-25  Ted LemonConvert to using executable statements instead of old...
1998-03-17  Ted LemonAllow unnamed host declarations.
1998-02-06  Ted LemonCopy the entire chaddr field, even if the length is...
1997-09-16  Ted LemonPass flag to cons_options indicating that this is a...
1997-06-08  Ted LemonAdjust call to find_lease
1997-05-09  Ted LemonCheck for BOOTREQUEST moved here
1997-03-06  Ted LemonRemove declaration for relay() - no longer needed
1997-02-22  Ted LemonAdd some knobs to control booting; get server identifie...
1997-02-19  Ted LemonUse local_port and remote_port instead of server_port
1997-02-18  Ted LemonChange calling conventions for cons_options so that...
1996-12-31  Ted LemonFix case where dynamic BOOTP for a known client with...
1996-11-08  Ted LemonReturn after rejecting unknown BOOTP client
1996-09-12  Ted LemonAllow restricted dynamic bootp for known bootp hosts
1996-09-11  Ted LemonAdd argument to cons_options
1996-08-27  Ted LemonDon't try to respond to packets if we can't figure...
1996-06-24  Ted LemonEnsure that bootp packets are at least BOOTP_MIN_LEN...
1996-06-12  Ted LemonMore informative syslog report on BOOTREPLY
1996-06-11  Ted LemonRelease DHCP lease before assigning it to BOOTP client...
1996-06-04  Ted LemonAllow DHCP leases to be assigned to the same client...
1996-06-01  Ted LemonPrint a little more info on where BOOTREQUESTs are...
1996-05-23  Ted LemonUpdate call to find_lease
1996-05-22  Ted LemonDon't assume we know of the network from which a packet...
1996-05-22  Ted LemonMove packet location code out of dispatch
1996-05-22  Ted Lemondynamic bootp; fallback network; siaddr taken from...
1996-05-19  Ted LemonChange SIN_LEN to SA_LEN; fix copyrights
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 support for BOOTP Vendor Extensions and BOOTP Relay...
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