aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcprelay.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dhcprelay: change two more variables to unsignedDenys Vlasenko2021-09-021-1/+1
* udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko2021-09-021-22/+39
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* dhcprelay: code shrinkDenys Vlasenko2018-01-081-4/+4
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+3
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+6
* remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko2010-10-061-71/+118
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-2/+1
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-261-3/+0
* udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko2010-03-221-2/+1
* udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko2009-06-171-4/+4
* udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko2009-06-161-4/+4
* dhcprelay: fix usage text. Simplify and make code more readable.Denis Vlasenko2009-04-131-62/+73
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-261-4/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-211-1/+1
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-041-0/+1
* udhcpc: filter unwanted packets in kernelDenis Vlasenko2008-01-251-3/+3
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-201-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* dhcpreplay: code shrink, -40 bytesDenis Vlasenko2007-09-301-31/+29
* assorted static vars removalDenis Vlasenko2007-09-281-43/+20
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-4/+5
* udhcp: slight shrinkDenis Vlasenko2007-08-021-9/+8
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* exterminate u_intXXX.Denis Vlasenko2007-01-221-4/+4
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-1/+2
* u_short, ulong exterminatedDenis Vlasenko2006-12-191-1/+1
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-191-4/+0
* - style fixesBernhard Reutner-Fischer2006-11-211-15/+16
* dhcprelay: new appletDenis Vlasenko2006-11-201-0/+339