index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
common.c
Age
Commit message (
Expand
)
Author
2016-10-25
udhcpc: check read of overload option data byte to be within packet
Denys Vlasenko
2016-10-25
udhcpc: check read of option length byte to be within packet
Brian Foley
2016-03-30
udhcp: fix capitalization of two messages
Denys Vlasenko
2016-03-30
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-02-26
udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)
Denys Vlasenko
2014-07-16
udhcp: add PXELINUX path prefix option (code 210) definition
Jeremy Kerr
2013-11-12
udhcp: add PXELINUX config file option (code 209) definition
Jeremy Kerr
2013-05-17
udhcp: code shrink
Denys Vlasenko
2013-05-17
udhcpc: fix a problem with binary-encoded options #2
Denys Vlasenko
2011-12-16
udhcp: finish support of classless static routes (now the correct patch!)
Michael McTernan
2011-12-08
udhcpc: sanitize hostnames in incoming packets. Closes 3979.
Denys Vlasenko
2011-11-16
udhcpc6: rudimentary code to export data to script; fix IAADDR parsing
Denys Vlasenko
2011-10-20
dhcpc: fix the case where we might add extra space at the end of envvar.
Denys Vlasenko
2011-10-19
udhcpc: add support for DHCP option 212 (RFC 5969)
Denys Vlasenko
2011-04-26
udhcp: add FEATURE_UDHCP_8021Q option
Nigel Hathaway
2011-02-06
udhcpc: fix a problem with binary-encoded options
Denys Vlasenko
2010-10-20
udhcpc: remove now-unneeded definitions of vendor and client-id opts
Denys Vlasenko
2010-10-20
udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...
Denys Vlasenko
2010-09-26
udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options
Vladislav Grishenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-05-30
dhcp: readability cleanups and small code shrink
Denys Vlasenko
2010-04-06
udhcp: s/sipservers/sipsrv/ to match other similar option names
Denys Vlasenko
2010-04-04
udhcp: implement "raw" binary options. Closes bug 735
Denys Vlasenko
2010-04-04
udhcp: s/dhcp_option/dhcp_optflag/g
Denys Vlasenko
2010-04-03
udhcpd: support decoding of option 120 "SIP servers". Closes bug 737
Denys Vlasenko
2010-04-03
libbb: make index_in_substrings return -1 on ambiguous matches
Denys Vlasenko
2010-03-27
udhcp: abort if we see unknown option, and show valid options if so
Denys Vlasenko
2010-03-26
udhcp: pass pointer to whole packet to "add option" functions
Denys Vlasenko
2010-03-26
udhcp: move options.c to common.c; disable unused bool and s16 option code
Denys Vlasenko
2009-06-17
udhcp: logging improvements, field and variable renames
Denys Vlasenko
2009-06-17
udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v
Denys Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-02
udhcp: slight shrink
Denis Vlasenko
2007-07-03
udhcp: many small fixes:
Denis Vlasenko
2007-05-03
udhcpc: stop deleting our own pidfile if we daemonize.
Denis Vlasenko
2007-04-07
udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.
Denis Vlasenko
2007-03-27
make pidfile writing configurable.
Denis Vlasenko
2007-03-26
Move udhcp to new NOMMU helpers.
Denis Vlasenko
2007-01-27
use bb_sanitize_stdio() where appropriate
Denis Vlasenko
2006-11-18
small fixes: using fd-based io instead of FILE*-based,
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-09-07
Fix (hopefully) bug 976. Need more thorough audit.
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-03
replacing func() with xfunc() where appropriate
Denis Vlasenko
2006-05-28
My first bout of untangling udhcp. Make lots of gratuitous #defines go
Rob Landley
2006-05-19
- replace _PATH_DEVNULL with bb_dev_null
Bernhard Reutner-Fischer
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
[next]