- 5a3d3b8 udhcpd: don't hardcode treating .0 and .255 specially by Seth David Schoen · 3 years, 10 months ago
- a4959ee udhcp: reuse strings by Denys Vlasenko · 3 years, 10 months ago
- 8cc3a74 help text: use -P PORT form by Denys Vlasenko · 4 years ago
- b817699 udhcp: bind to device even for ucast packets by Michal Kazior · 4 years ago
- 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
- 79bd7c3 acpid: only display -p if supported in usage by Norbert Lange · 4 years, 10 months ago
- 05faa61 dhcpd: remove hardcoded pidfile path by Norbert Lange · 4 years, 10 months ago
- 020abc8 udhcpd: mangle hostnames starting with dash ("-option") by Denys Vlasenko · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 65c34c5 dhcp: get rid of static data signal_pipe by Denys Vlasenko · 6 years ago
- 91755cb udhcp: rename server_config to server_data by Denys Vlasenko · 6 years ago
- 831844c udhcpd: fix printing of static leases by Denys Vlasenko · 6 years ago
- 25393fb udhcpd: code shrink by Denys Vlasenko · 6 years ago
- a840884 udhcpd: support per-client hostnames in static leases by Denys Vlasenko · 6 years ago
- 8402969 udhcpd: code shrink - do not fetch requested IP twice by Denys Vlasenko · 6 years ago
- 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
- 15021f3 udhcpd: code shrink by Denys Vlasenko · 6 years ago
- 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
- 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
- 6d3b4bb udhcpc: check that 4-byte options are indeed 4-byte, closes 11506 by Denys Vlasenko · 6 years ago
- 148788e udhcpc: remove code which requires server ID to be on local network by Denys Vlasenko · 6 years ago
- 6027597 udhcpc6: set -x options in request by Denys Vlasenko · 7 years ago
- 3d306bf udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling by Denys Vlasenko · 7 years ago
- 3293bc1 udhcpd: fix "not dying on SIGTERM" by Denys Vlasenko · 7 years ago
- 2bd5b4e udhcp: do not setlinebuf(stdout), we don't print to stdout anymore by Denys Vlasenko · 7 years ago
- 0607649 udhcpd: use ptr_to_globals for its lone global data (g_leases) by Denys Vlasenko · 7 years ago
- 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
- a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- ba4fbca udhcpc6: make -O OPT work by Denys Vlasenko · 7 years ago
- 52a515d udhcp: use poll() instead of select() by Denys Vlasenko · 8 years ago
- f7683cd Convert all udhcp applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- a85740c dhcp: merge leases.c and static_leases.c into dhcpd.c by Denys Vlasenko · 8 years ago
- d2ae66c dhcp: merge most of static_leases.c into dhcpd.c by Denys Vlasenko · 8 years ago
- 2bf2931 dhcp: merge files.c into dhcpd.c by Denys Vlasenko · 8 years ago
- df70a43 udhcp: add setup_common_bufsiz() as needed by Denys Vlasenko · 9 years ago
- 16efe19 dhcpd: string reuse by Denys Vlasenko · 9 years ago
- 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
- 936c401 dhcpd: fix an improper widening conversion by Denys Vlasenko · 10 years ago
- 9f41271 udhcpd: add option for tweaking arpping by Michel Stam · 10 years ago
- 7b5d5c1 udhcpd: also add -I ADDR to help text by Denys Vlasenko · 12 years ago
- e3f5b73 udhcpd: add -I LOCAL_ADDR option by Denys Vlasenko · 12 years ago
- 71045cc dhcpd: write lease file on exit by Denys Vlasenko · 12 years ago
- 6c9c0a1 udhcp: IF_UDHCP_VERBOSE() macro - improve code readability by Leonid Lisovskiy · 13 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 713d241 dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease by Denys Vlasenko · 14 years ago
- fa5e295 dhcpd: smaller code: do not look for REQUESTED_IP twice by Denys Vlasenko · 14 years ago
- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- 0bb35e1 udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size by Denys Vlasenko · 14 years ago
- 6db1373 udhcpd: fix daemonize crash on nommu systems by Mike Frysinger · 15 years ago
- f8fcc18 udhcpd: note missing sanity checks on INFORM message handling by Denys Vlasenko · 15 years ago
- 406bd14 udhcpd: fix -v/-P mixup by Denys Vlasenko · 15 years ago
- 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
- 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
- a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 15 years ago
- 53f72bb dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip... by Denys Vlasenko · 15 years ago
- c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 15 years ago
- 2e7aa92 udhcp: tweak udhcpd.conf example and comments. no code changes by Denys Vlasenko · 15 years ago
- e5ce91b udhcp: code shrink; disable time and log server options by Denys Vlasenko · 15 years ago
- a953987 udhcpd: remove redundant code in send_offer() by Denys Vlasenko · 15 years ago
- 8a7c166 udhcp: move serverpacket.c into dhcpd.c, no other changes by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 16 years ago
- 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 16 years ago
- ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 16 years ago
- 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 16 years ago
- cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 16 years ago
- 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 16 years ago
- 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
- 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
- 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
- 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
- efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
- f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
- fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
- deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
- 9f7b92a dhcpd: make -S and -f actually work by Denis Vlasenko · 17 years ago
- 3d17d2b udhcpd: add -f "foreground" and -S "syslog" options by Denis Vlasenko · 17 years ago
- 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
- 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
- e6bce97 fix comment placement (no code changes) by Denis Vlasenko · 17 years ago
- c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
- 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
- 6e6d331 udhcpc: stop deleting our own pidfile if we daemonize. by Denis Vlasenko · 18 years ago
- febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
- af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 18 years ago