summaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-211-1/+3
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-3/+10
* udhcp: make paths configurableDenis Vlasenko2008-02-201-1/+1
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-041-3/+0
* udhcpc: filter unwanted packets in kernelDenis Vlasenko2008-01-251-2/+5
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-201-4/+6
* dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko2007-11-291-1/+0
* dhcpc: cope with buggy DHCP servers which send oversized packetsDenis Vlasenko2007-11-251-2/+4
* dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko2007-11-231-1/+7
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-221-1/+1
* move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko2007-09-301-4/+0
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-1/+1
* udhcp: slight shrinkDenis Vlasenko2007-08-021-2/+0
* udhcp: many small fixes:Denis Vlasenko2007-07-031-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-071-3/+3
* Move udhcp to new NOMMU helpers.Denis Vlasenko2007-03-261-7/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-2/+2
* Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)Denis Vlasenko2006-12-221-5/+1
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-2/+87
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-16/+2
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-21/+2
* add back in udhcp supportMike Frysinger2006-05-081-0/+55
* remove in place of external linkMike Frysinger2006-03-231-55/+0
* just whitespaceTim Riker2006-01-251-1/+1
* more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"2005-09-231-3/+0
* safe exported namespace for udhcp. Not full, bore :-("Vladimir N. Oleynik"2005-09-221-1/+3
* Revert the uptime() removal. Let the list sort it out...Rob Landley2005-05-041-0/+1
* Patch from Shaun Jackman:Rob Landley2005-05-041-1/+0
* fix timewarp in client (server fix later)Russ Dill2004-05-191-0/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-10/+13
* Add missing pieces from vodz' last_patch88Eric Andersen2003-06-141-0/+52