summaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix comment placement (no code changes)Denis Vlasenko2007-07-011-1/+2
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-019-113/+148
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-172-12/+6
* whitespace fixesDenis Vlasenko2007-05-301-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-6/+7
* udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...Denis Vlasenko2007-05-241-1/+3
* udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko2007-05-033-34/+35
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-6/+3
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-079-156/+169