Start 1.33.0 development cycle
[oweals/busybox.git] / networking / udhcp / packet.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2018-06-21 Denys Vlasenkoudhcpc: remove code which requires server ID to be...
2017-09-29 Denys Vlasenkoudhcpc[6]: make log2 messages for chaddr field indented...
2017-09-29 Denys Vlasenkoudhcpc: paranoia when using kernel UDP mode for sending...
2017-09-29 Denys Vlasenkoudhcpc[6]: initialize entire sockaddr_ll
2017-07-02 Denys Vlasenkorandomconfig fixes
2016-03-30 Denys Vlasenkoudhcp: get rid of bb_info_msg()
2013-10-28 Johannes Stezenbachudhcpc: make DHCP packets to have at least 300 DHCP...
2011-11-07 Denys Vlasenkoudhcpc: trim help text, rename badly-named variable
2011-11-05 Denys Vlasenkoudhcpc: remove workaround for bugs in Win98 dhcp server...
2011-09-07 Baruch Siachnetworking: consolidate the IP checksum code. -129...
2011-06-10 Dan Fandrich*: simplify Ethernet header includes
2010-10-20 Denys Vlasenkodhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-05-30 Denys Vlasenkodhcp: truncate packets instead of padding them to 574...
2010-05-30 Denys Vlasenkodhcp: readability cleanups and small code shrink
2010-03-26 Denys Vlasenkoudhcp: cosmetic cleanups; one case of s/full_read/xread/
2010-03-26 Denys Vlasenkoudhcp: pass pointer to whole packet to "add option...
2010-03-23 Denys Vlasenkoudhcp: handle errors in read_staticlease
2010-03-22 Denys Vlasenkoudhcp: merge options.h into common.h, script.c into...
2010-03-21 Denys Vlasenkoudhcpd: untangle incredibly messy handling of DHCPREQUEST
2009-07-15 Denys Vlasenkoremove trailing whitespace
2009-06-19 Denys Vlasenkoudhcp: fix trivial compile error
2009-06-17 Denys Vlasenkoudhcp: logging improvements, field and variable renames
2009-06-17 Denys Vlasenkoudhcp: shorten mac len from 16 to 6 in lease file
2009-06-17 Denys Vlasenkoudhcp: change UDHCP_DEBUG into int, make verbosity...
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-09-26 Denis Vlasenkoudhcp: add inline docs; small code shrink
2008-09-26 Denis Vlasenkoudhcp: added some FIXMEs; code shrink. -49 bytes
2008-09-26 Denis Vlasenkodhcp: add FAST_FUNC as appropriate. -160 bytes.
2008-05-21 Denis Vlasenkoudhcpc: regularize the names of receiving functions,
2008-02-20 Denis Vlasenkoudhcp: we were forgetting to set right op byte in tha...
2007-12-24 Denis VlasenkoMakefile: change version to 1.10.0.svn
2007-12-21 Denis Vlasenkoudhcp: decided to not send "short" dhcp packets,
2007-12-20 Denis Vlasenkoudhcp: fix oversized packet sending (introduced by...
2007-11-23 Denis Vlasenkodhcp: stop using magic constants; use (htonl(CONST...
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-07-03 Denis Vlasenkoudhcp: many small fixes:
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-20 Denis Vlasenkoadd compile-time check for correct DHCP packet size
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-08 Mike Frysingeradd back in udhcp support
2006-03-23 Mike Frysingerremove in place of external link
2006-03-23 Mike Frysingersync busybox and udhcp trees
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-22 Rob LandleyBug 751: file handle leaks can add up until available...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse standard C99 types
2003-12-16 Russ Dillinclude headers with prototypes to make sure prototypes...
2003-06-10 Glenn L McGrathVodz, last_patch_88
2002-10-14 Russ Dilladded full udhcp integration