udhcp: comment out unused domain compression code
[oweals/busybox.git] / networking / udhcp / common.c
2020-06-09 Denys Vlasenkoudhcp: comment out unused domain compression code
2019-10-08 Michal Kaziorudhcpc: fix segmentation fault on empty bin opt
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2019-04-13 Antoine Girard-Valléeudhcp: add 100 and 101 dhcp options for ipv4
2019-01-07 Denys Vlasenkoudhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes...
2019-01-07 Denys Vlasenkoudhcp: code shrink
2018-12-17 Denys Vlasenkoudhcpc: check that 4-byte options are indeed 4-byte...
2018-07-04 Denys Vlasenkoudhcp: tweak comment indentation, no code changes
2018-07-04 Jeremy Kerrudhcp: add option 211, "reboot time"
2018-05-14 Denys Vlasenkoudhcpc6: set -x options in request
2018-05-14 Samuel Mendoza-Jonasudhcp: fix use of trim() in udhcp_str2optset()
2018-04-13 Denys Vlasenkoudhcp: support string user options, closes 10946
2017-06-28 Denys Vlasenkoudhcpc6: make -O OPT work
2017-01-29 Denys Vlasenkotypo in comment
2016-10-25 Denys Vlasenkoudhcpc: check read of overload option data byte to...
2016-10-25 Brian Foleyudhcpc: check read of option length byte to be within...
2016-03-30 Denys Vlasenkoudhcp: fix capitalization of two messages
2016-03-30 Denys Vlasenkoudhcp: get rid of bb_info_msg()
2016-02-26 Denys Vlasenkoudhcpc: fix OPTION_6RD parsing (could overflow its...
2014-07-16 Jeremy Kerrudhcp: add PXELINUX path prefix option (code 210) defin...
2013-11-12 Jeremy Kerrudhcp: add PXELINUX config file option (code 209) defin...
2013-05-17 Denys Vlasenkoudhcp: code shrink
2013-05-17 Denys Vlasenkoudhcpc: fix a problem with binary-encoded options #2
2011-12-16 Michael McTernanudhcp: finish support of classless static routes (now...
2011-12-08 Denys Vlasenkoudhcpc: sanitize hostnames in incoming packets. Closes...
2011-11-21 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2011-11-16 Denys Vlasenkoudhcpc6: rudimentary code to export data to script...
2011-10-20 Denys Vlasenkodhcpc: fix the case where we might add extra space...
2011-10-19 Denys Vlasenkoudhcpc: add support for DHCP option 212 (RFC 5969)
2011-04-26 Nigel Hathawayudhcp: add FEATURE_UDHCP_8021Q option
2011-02-06 Denys Vlasenkoudhcpc: fix a problem with binary-encoded options
2010-10-20 Denys Vlasenkoudhcpc: remove now-unneeded definitions of vendor and...
2010-10-19 Denys Vlasenkoudhcpc: remove -c CLIENTID, it is hard to use, -x 61...
2010-09-25 Vladislav Grishenkoudhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_R...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-05-30 Denys Vlasenkodhcp: readability cleanups and small code shrink
2010-04-06 Denys Vlasenkoudhcp: s/sipservers/sipsrv/ to match other similar...
2010-04-04 Denys Vlasenkoudhcp: implement "raw" binary options. Closes bug 735
2010-04-04 Denys Vlasenkoudhcp: s/dhcp_option/dhcp_optflag/g
2010-04-03 Denys Vlasenkoudhcpd: support decoding of option 120 "SIP servers...
2010-04-02 Denys Vlasenkolibbb: make index_in_substrings return -1 on ambiguous...
2010-03-27 Denys Vlasenkoudhcp: abort if we see unknown option, and show valid...
2010-03-26 Denys Vlasenkoudhcp: pass pointer to whole packet to "add option...
2010-03-26 Denys Vlasenkoudhcp: move options.c to common.c; disable unused bool...
2009-06-17 Denys Vlasenkoudhcp: logging improvements, field and variable renames
2009-06-17 Denys Vlasenkoudhcp: change UDHCP_DEBUG into int, make verbosity...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-02 Denis Vlasenkoudhcp: slight shrink
2007-07-03 Denis Vlasenkoudhcp: many small fixes:
2007-05-03 Denis Vlasenkoudhcpc: stop deleting our own pidfile if we daemonize.
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis VlasenkoMove udhcp to new NOMMU helpers.
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-07 Denis VlasenkoFix (hopefully) bug 976. Need more thorough audit.
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-08 Mike Frysingeradd back in udhcp support
2006-03-23 Mike Frysingerremove in place of external link
2005-05-04 Rob LandleyRevert the uptime() removal. Let the list sort it...
2005-05-04 Rob LandleyPatch from Shaun Jackman:
2004-05-19 Russ Dilluse busybox sysinfo struct
2004-05-19 Eric AndersenFix a compile problem
2004-05-19 Russ Dillfix timewarp in client (server fix later)
2004-05-19 Russ Dillremove uneccessary check (already done in pidfile.c)
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-26 Russ Dillit should work even if you don't assign a pidfile
2003-12-18 Russ DillFinish remerging busybox udhcp and udhcp. Some cleanups...
2003-12-15 Russ Dillmake udhcp work under uclinux, to an extent
2003-08-30 Glenn L McGrath"Without this patch, udhcpcd output may be buffered...
2003-06-14 Eric AndersenAdd missing pieces from vodz' last_patch88