]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/packet.c
Checkpoint: code done, need tests
[thirdparty/dhcp.git] / common / packet.c
2017-12-23  Francis DupontMerged rt44535 (relay port)
2017-11-23  Francis DupontMerged rt44950 (MA compat)
2017-07-12  Thomas Markwalder[master] Replaced licensing text with MPL licensing...
2017-06-28  Marcin Siodelski[master] Changed severity of the log message indicating...
2016-02-09  Francis DupontFinished merge of t39262 (DHCP build from another direc...
2015-12-17  Shawn Routhier[master] Clean up packet handling
2014-09-18  Thomas Markwalder[master] Checkum handling fixes
2014-09-08  Thomas Markwalder[master] Corrected error in UDP bad packet logging
2012-08-14  Tomek MrugalskiMerge branch 'rt25901_atf'
2012-08-14  Tomek Mrugalski[master] Merge branch 'rt25901_atf'
2012-02-16  Shawn RouthierAdd support for Infiniband over sockets to the server and
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2009-02-20  David Hankins- Two uninitialized stack structures are now memset...
2007-11-30  Francis Dupontalmost editorial stuff
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-19  David HankinsCopyright++
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-04-27  Evan HuntAssorted fixes for broken network devices: IP header...
2006-08-09  David HankinsRemoving the new I/O changes from HEAD. [ISC-Bugs ...
2006-07-19  David Hankins- In those cases where the DHCP software manufactures...
2006-02-27  David Hankins- The IO system now tracks all local IP addresses,...
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-02-26  Ted LemonFix up NetBSD/alpha build.
2000-10-15  Ted LemonFix the math in the udp packet length calculator.
2000-10-14  Ted LemonFix a stupid byte-swap error.
2000-10-13  Ted LemonDon't trust udp -> uh_len.
2000-09-20  Ted LemonOops, left something out
2000-09-20  Ted LemonExtra sanity check on uh_ulen.
2000-04-14  Ted LemonFix some typos. Don't call the token ring decoder...
2000-03-24  Ted LemonAdd support for DEC-specific FDDI interfaces.
2000-03-17  Ted LemonGo back to the BSD license.
2000-02-01  Ted LemonAIX and Digital Unix compatibility fixes.
2000-01-29  Ted LemonEradicate two more htype occurrances.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-06-10  Ted LemonFix two pastos.
1999-05-27  Ted LemonSupport token ring packets.
1999-04-23  Ted LemonGet rid of incorrect data after payload messages.
1999-04-23  Ted LemonFix up UDP length calculations. Fix checksum algorithm.
1999-04-12  Ted LemonFix up error message printing. Base UDP checksum...
1999-03-26  Ted LemonPull up changes in Patchlevel 19
1999-03-25  Ted LemonOnly report bad packet checksums if we see a prepondera...
1999-03-16  Ted LemonUpdate license.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1998-03-16  Ted LemonDeclare arguments that can be promoted so that the...
1997-06-08  Ted Lemonsize_t -> ssize_t in return values where < 0 == error
1997-05-09  Ted LemonWork around Ultrix gotcha
1997-03-29  Ted LemonCompile checksum code whether or not we're doing a...
1997-03-06  Ted LemonExport checksum and wrapsum
1997-03-05  Ted LemonBack out back checksum changes
1997-03-05  Ted LemonNew IP header checksum code supplied by Anatoli Logvinski
1997-02-18  Ted LemonUse local_port and remote_port instead of server_port...
1996-08-27  Ted LemonPut file version in copyright string
1996-06-27  Ted LemonDon't use the hardware address to unicast if the addres...
1996-06-11  Ted LemonWork around FreeBSD BPF bug
1996-05-22  Ted LemonAdd checksum debugging; disable UDP checksums
1996-05-22  Ted Lemonadd from addr to assemble_udp_ip_header; don't filter...
1996-05-20  Ted LemonUse distributed Berkeley headers; therefore lose ethern...
1996-05-16  Ted LemonFix up ethernet address struct-vs-array bug
1996-05-16  Ted LemonTake out debug code in filter allowing in client packets
1996-05-16  Ted LemonTraditionalize ANSI-only constructs; lose if UDP checks...
1996-05-13  Ted LemonComplete rewrite of Archie Cobbs' low-level packet...
1996-04-11  Ted LemonPacket assembly subroutines