aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/arpping.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcp: shrink arpping()Denys Vlasenko2021-06-031-2/+6
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko2016-10-041-1/+0
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-301-1/+1
* udhcpd: add option for tweaking arppingMichel Stam2014-10-301-3/+7
* udhcp: make arpping code resistant to time jumpsDenys Vlasenko2012-04-171-2/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-261-2/+0
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-1/+2
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-2/+2
* *: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko2010-01-121-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* udhcp: cosmetics in arpping.c, no code changesDenys Vlasenko2009-06-171-10/+6
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-171-3/+3
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-171-1/+1
* udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko2009-06-161-3/+18
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-261-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko2008-05-091-1/+1
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-221-9/+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
* udhcp: many small fixes:Denis Vlasenko2007-07-031-63/+58
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-2/+4
* u_short, ulong exterminatedDenis Vlasenko2006-12-191-3/+3
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-4/+3
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-8/+21
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-6/+6
* - remove last reminiscents of IN_BUSYBOXBernhard Reutner-Fischer2006-08-181-4/+0
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* add back in udhcp supportMike Frysinger2006-05-081-0/+106
* remove in place of external linkMike Frysinger2006-03-231-106/+0
* just whitespaceTim Riker2006-01-251-3/+3
* Revert the uptime() removal. Let the list sort it out...Rob Landley2005-05-041-3/+3
* Patch from Shaun Jackman:Rob Landley2005-05-041-3/+3
* fix timewarp in client (server fix later)Russ Dill2004-05-191-3/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-8/+8
* Patch by Andrew Victor,Glenn L McGrath2004-03-051-3/+3
* Use standard C99 typesEric Andersen2004-01-301-2/+2
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-0/+4
* Vodz, last_patch_88Glenn L McGrath2003-06-101-6/+3
* sync with udhcp bug fixesRuss Dill2003-02-121-2/+2
* added full udhcp integrationRuss Dill2002-10-141-0/+105