summaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.12.0 fixes, bump version to 1.12.11_12_1Denis Vlasenko2008-09-281-2/+3
* fix several problems with config parser:Denis Vlasenko2008-07-261-4/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-3/+1
* udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko2008-07-201-33/+16
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-057-8/+8
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-1/+1
* udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko2008-06-201-1/+1
* use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko2008-06-151-3/+1
* udhcpc: removing stray whitespaceDenis Vlasenko2008-06-151-2/+2
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-2/+1
* udhcpc: reduce ifdef forest, no code changesDenis Vlasenko2008-06-151-32/+12
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-132-97/+92
* udhcpc: shrinkDenis Vlasenko2008-05-262-20/+22
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-219-49/+50
* udhcpc: simplify renewal of the leaseDenis Vlasenko2008-05-211-22/+19
* udhcpc: properly reduce timeout if bogus packets were receivedDenis Vlasenko2008-05-211-11/+16
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-2/+2
* -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko2008-05-121-2/+2
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-094-3/+33
* udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko2008-05-091-1/+1
* udhcp: fix config help textDenis Vlasenko2008-04-211-31/+20
* udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-101-3/+1
* udhcpc: add -o "do not request options by default" switchDenis Vlasenko2008-04-024-8/+20
* openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko2008-03-271-1/+1
* udhcp: build fix for ppc kernel 2.4.36Denis Vlasenko2008-03-251-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-232-2/+0
* udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko2008-03-202-32/+24
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-9/+8
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-173-3/+3
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
* udhcp: make paths configurableDenis Vlasenko2008-02-203-2/+21
* 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