udhcp: comment out unused domain compression code
[oweals/busybox.git] / networking / udhcp / common.h
2020-06-09 Denys Vlasenkoudhcp: comment out unused domain compression code
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-05-23 Denys Vlasenkodhcp: tweak comments, no code changes
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-15 Denys VlasenkoUpdate examples/udhcp/udhcpd.conf
2019-01-07 Denys Vlasenkoudhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes...
2018-12-17 Denys Vlasenkoudhcpc: check that 4-byte options are indeed 4-byte...
2018-07-04 Denys Vlasenkoudhcp: add decimal option values in comments, no code...
2018-07-04 Jeremy Kerrudhcp: add option 211, "reboot time"
2018-06-21 Denys Vlasenkoudhcpc: remove code which requires server ID to be...
2018-05-14 Denys Vlasenkoudhcpc6: set -x options in request
2018-03-10 Denys Vlasenkoudhcpd: fix "not dying on SIGTERM"
2017-09-29 Denys Vlasenkoudhcpc: paranoia when using kernel UDP mode for sending...
2017-07-02 Denys Vlasenkorandomconfig fixes
2017-06-28 Denys Vlasenkoudhcpc6: make -O OPT work
2017-02-16 Denys Vlasenkoudhcp: use poll() instead of select()
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-03-30 Denys Vlasenkoudhcp: get rid of bb_info_msg()
2014-10-30 Michel Stamudhcpd: add option for tweaking arpping
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...
2012-07-26 Denys VlasenkoAdd yet another missing ALIGN2 on a global declaration.
2012-07-24 Michael Tokarev*: declare strings with ALIGN1, as appropriate
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 Vlasenkotypo fix in comment
2011-10-19 Denys Vlasenkoudhcpc: add support for DHCP option 212 (RFC 5969)
2011-10-17 Leonid Lisovskiyudhcp: IF_UDHCP_VERBOSE() macro - improve code readability
2011-09-09 Baruch Siachudhcp: remove the declaration of non-existent udhcp_che...
2011-04-26 Nigel Hathawayudhcp: add FEATURE_UDHCP_8021Q option
2010-10-20 Denys Vlasenkodhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
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: indicate IP network order in prototypes too
2010-05-30 Denys Vlasenkodhcp: readability cleanups and small code shrink
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-03-27 Denys Vlasenkoudhcp: abort if we see unknown option, and show valid...
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-26 Denys Vlasenkoudhcp: move options.c to common.c; disable unused bool...
2010-03-25 Denys Vlasenkoudhcpc: add -x OPT:VAL option
2010-03-23 Denys Vlasenkoudhcp: handle errors in read_staticlease
2010-03-22 Denys Vlasenkoudhcp: make rfc derived doc more readable (but it still...
2010-03-22 Denys Vlasenkoudhcp: merge options.h into common.h, script.c into...
2010-03-22 Denys Vlasenkoudhcp: merge clientpacket.c into dhcpc.c
2010-03-22 Denys Vlasenkoudhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.
2010-03-21 Denys Vlasenkoudhcpd: untangle incredibly messy handling of DHCPREQUEST
2010-03-20 Denys Vlasenkoudhcp: code shrink; disable time and log server options
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...
2009-06-16 Denys Vlasenkoudhcp: add a few TODOs
2009-06-16 Denys Vlasenkoudhcp: rename server/client_config.arp to server_mac...
2009-06-16 Denys Vlasenkoudhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip
2009-06-16 Denys Vlasenkoudhcp: rename giaddr to gateway_nip and server to serve...
2009-06-16 Denys Vlasenkoudhcpd: don't fail ARP check if returned MAC matches...
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-10-27 Denis Vlasenkoudhcp: simplify SO_BINDTODEVICE call
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-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-21 Denis Vlasenkoudhcpc: regularize the names of receiving functions,
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-02-20 Denis Vlasenkoudhcp: make paths configurable
2008-02-04 Denis Vlasenkoudhcp: optional support for non-standard DHCP ports...
2008-01-25 Denis Vlasenkoudhcpc: filter unwanted packets in kernel
2007-12-20 Denis Vlasenkoudhcp: fix oversized packet sending (introduced by...
2007-11-29 Denis Vlasenkodhcp: heed TODO item - divorced options from their...
2007-11-25 Denis Vlasenkodhcpc: cope with buggy DHCP servers which send oversize...
2007-11-23 Denis Vlasenkodhcp: stop using magic constants; use (htonl(CONST...
2007-11-22 Denis Vlasenkoudhcpc: an option to perform ARP check (Jonas Danielsso...
2007-09-30 Denis Vlasenkomove udhcp_{client/server}_config to common_bufsiz1
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-02 Denis Vlasenkoudhcp: slight shrink
2007-07-03 Denis Vlasenkoudhcp: many small fixes:
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-03-26 Denis VlasenkoMove udhcp to new NOMMU helpers.
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-12-22 Denis VlasenkoAlways use /usr/share/udhcpc/default.script ([/usr...
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
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-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-01-25 Tim Rikerjust whitespace
2005-09-23 "Vladimir N. Oleynik"more make safe the exported namespace for udhcp. Move...
2005-09-22 "Vladimir N. Oleynik"safe exported namespace for udhcp. Not full, bore :-(
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 Dillfix timewarp in client (server fix later)
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
next