aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-3/+5
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-10/+10
* udhcp: ifdef out unused membersDenis Vlasenko2008-02-042-0/+4
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-049-11/+67
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-1/+1
* udhcpc: filter unwanted packets in kernelDenis Vlasenko2008-01-255-10/+64
* udhcpc: fix wrong options in decline and release packetsDenis Vlasenko2008-01-253-13/+15
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-6/+4
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-243-45/+55
* udhcp: decided to not send "short" dhcp packets,Denis Vlasenko2007-12-211-1/+6
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-207-43/+49
* udhcpc: support for -O <option>.Denis Vlasenko2007-12-104-77/+94
* fix whitespace damageDenis Vlasenko2007-12-021-1/+1
* dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko2007-11-298-88/+135
* dhcpc: let server know we don't like oversized packets.Denis Vlasenko2007-11-286-47/+58
* dhcpc: cope with buggy DHCP servers which send oversized packetsDenis Vlasenko2007-11-253-3/+27
* dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko2007-11-235-19/+23
* udhcpc: remove -W option, -A can be reused for thatDenis Vlasenko2007-11-221-15/+6
* fix a thinko in build systemDenis Vlasenko2007-11-221-1/+1
* dhcpc: cleanup and comments; fix buggy timeout handling in corner cases.Denis Vlasenko2007-11-221-107/+125
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-228-26/+111
* xreadlink: code shrinkDenis Vlasenko2007-11-081-0/+1
* add "-A N" / "--tryagain=N" option to client, to allow altering thePaul Fox2007-11-071-4/+9
* telnet: use poll, it's shorterDenis Vlasenko2007-11-061-2/+4
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-114-4/+4
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko2007-10-072-3/+3
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-4/+4
* move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko2007-09-305-8/+5
* dhcpreplay: code shrink, -40 bytesDenis Vlasenko2007-09-301-31/+29
* assorted static vars removalDenis Vlasenko2007-09-281-43/+20
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-5/+2
* *: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko2007-09-071-16/+13
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-231-1/+1
* max_option_length[] holds small ints, uint8_t is enoughDenis Vlasenko2007-08-191-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-183-3/+3
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-186-40/+24
* if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko2007-08-151-1/+1
* dhcpd: make -S and -f actually workDenis Vlasenko2007-08-151-1/+2
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-143-16/+8
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-124-4/+6
* udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/Denis Vlasenko2007-08-091-11/+10
* udhcp: slight shrinkDenis Vlasenko2007-08-026-69/+64
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-021-0/+2
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-242-2/+2
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-232-29/+27
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-212-2/+2
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-172-2/+2
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-7/+5
* udhcp: many small fixes:Denis Vlasenko2007-07-0311-185/+177