index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
Age
Commit message (
Expand
)
Author
2017-07-03
randomconfig fixes
Denys Vlasenko
2017-06-28
udhcpc6: make -O OPT work
Denys Vlasenko
2017-06-27
udhcpc6: add comments about option 39, no code changes
Denys Vlasenko
2017-06-26
udhcpc6: add support for timezones
Denys Vlasenko
2017-05-08
udhcpc: do not accept --background on NOMMU (same as -b)
Denys Vlasenko
2017-05-08
udhcpc: fix "udhcpc -x hostname:<name> not working on nommu"
Denys Vlasenko
2017-04-17
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-03-27
udhcp6: move misplaced comment
Denys Vlasenko
2017-03-27
udhcp6: fix releasing
Denys Vlasenko
2017-03-27
udhcp6: fix problems found running against dnsmasq
Denys Vlasenko
2017-03-27
udhcp6: read_interface should save link-local ipv6 address
Denys Vlasenko
2017-02-17
udhcpc: make sure we do not overflow poll timeout
Denys Vlasenko
2017-02-16
udhcp: use poll() instead of select()
Denys Vlasenko
2017-02-16
udhcp: do not clobber errno by signal handler
Denys Vlasenko
2017-01-29
typo in comment
Denys Vlasenko
2017-01-21
make --help texts more uniform
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2017-01-04
udhcp: tweak config order and menu item names
Denys Vlasenko
2016-12-23
fix breakage found by mass one-applet builds
Denys Vlasenko
2016-11-23
Convert all udhcp applets to "new style" applet definitions
Denys Vlasenko
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-10-04
dhcp: merge leases.c and static_leases.c into dhcpd.c
Denys Vlasenko
2016-10-04
dhcp: merge most of static_leases.c into dhcpd.c
Denys Vlasenko
2016-10-04
dhcp: merge files.c into dhcpd.c
Denys Vlasenko
2016-08-26
udhcpc: Unconditionally call deconfig script, not only if lease is active
Peter Korsgaard
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-03
udhcpc: run "deconfig" script in manual renew state too. closes 9061
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-21
udhcp: add setup_common_bufsiz() as needed
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
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: fix capitalization of two messages
Denys Vlasenko
2016-03-30
dhcpd: string reuse
Denys Vlasenko
2016-03-30
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-03-30
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2016-03-11
udhcpc: fix a warning in debug code
Denys Vlasenko
2016-03-10
udhcp: fix a SEGV on malformed RFC1035-encoded domain name
Denys Vlasenko
2016-03-04
udhcpc: do not use -t NUM for counting "select" packets, use 3
Denys Vlasenko
2016-03-03
dhcpc: Use client IP address as source address for DHCP renew/rebind messages
Hans Dedecker
2016-03-01
udhcpd: keep expired leases at startup
Christian Lindeberg
2016-02-26
udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)
Denys Vlasenko
2016-02-26
udhcp: trivial shrink
Denys Vlasenko
2016-02-11
networking: allow dot at the end of the domain name in dhcp response
Denys Vlasenko
2015-10-24
dumpleases: string reuse
Denys Vlasenko
2015-10-24
dumpleases: new option -d to show time in seconds
Isaac Dunham
2015-10-24
dumpleases: make host names sanitized to shell-friendly condition
Denys Vlasenko
2015-10-08
udhcpc: fix for some Android toolchain breakage
Denys Vlasenko
2015-08-24
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-07-30
udhcpc: dns labels can actually start with a number
Arthur Gautier
[next]