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.h
Age
Commit message (
Expand
)
Author
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-05-23
dhcp: tweak comments, no code changes
Denys Vlasenko
2019-04-30
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-13
udhcp: add 100 and 101 dhcp options for ipv4
Antoine Girard-Vallée
2019-01-15
Update examples/udhcp/udhcpd.conf
Denys Vlasenko
2019-01-07
udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long
Denys Vlasenko
2018-12-17
udhcpc: check that 4-byte options are indeed 4-byte, closes 11506
Denys Vlasenko
2018-07-04
udhcp: add decimal option values in comments, no code changes
Denys Vlasenko
2018-07-04
udhcp: add option 211, "reboot time"
Jeremy Kerr
2018-06-21
udhcpc: remove code which requires server ID to be on local network
Denys Vlasenko
2018-05-14
udhcpc6: set -x options in request
Denys Vlasenko
2018-03-10
udhcpd: fix "not dying on SIGTERM"
Denys Vlasenko
2017-09-29
udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...
Denys Vlasenko
2017-07-03
randomconfig fixes
Denys Vlasenko
2017-06-28
udhcpc6: make -O OPT work
Denys Vlasenko
2017-02-16
udhcp: use poll() instead of select()
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-03-30
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2014-10-30
udhcpd: add option for tweaking arpping
Michel Stam
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
2012-07-26
Add yet another missing ALIGN2 on a global declaration.
Denys Vlasenko
2012-07-24
*: declare strings with ALIGN1, as appropriate
Michael Tokarev
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
typo fix in comment
Denys Vlasenko
2011-10-19
udhcpc: add support for DHCP option 212 (RFC 5969)
Denys Vlasenko
2011-10-18
udhcp: IF_UDHCP_VERBOSE() macro - improve code readability
Leonid Lisovskiy
2011-09-09
udhcp: remove the declaration of non-existent udhcp_checksum
Baruch Siach
2011-04-26
udhcp: add FEATURE_UDHCP_8021Q option
Nigel Hathaway
2010-10-20
dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
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: indicate IP network order in prototypes too
Denys Vlasenko
2010-05-30
dhcp: readability cleanups and small code shrink
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-03-27
udhcp: abort if we see unknown option, and show valid options if so
Denys Vlasenko
2010-03-26
udhcp: cosmetic cleanups; one case of s/full_read/xread/
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
2010-03-25
udhcpc: add -x OPT:VAL option
Denys Vlasenko
2010-03-23
udhcp: handle errors in read_staticlease
Denys Vlasenko
2010-03-22
udhcp: make rfc derived doc more readable (but it still is contradictory)
Denys Vlasenko
2010-03-22
udhcp: merge options.h into common.h, script.c into dhcpc.c
Denys Vlasenko
2010-03-22
udhcp: merge clientpacket.c into dhcpc.c
Denys Vlasenko
2010-03-22
udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.
Denys Vlasenko
2010-03-21
udhcpd: untangle incredibly messy handling of DHCPREQUEST
Denys Vlasenko
2010-03-21
udhcp: code shrink; disable time and log server options
Denys Vlasenko
[next]