aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* udhcpd: fix -v/-P mixupDenys Vlasenko2010-03-271-1/+1
* udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko2010-03-273-12/+26
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-1/+1
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-2615-85/+55
* udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko2010-03-268-34/+37
* udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko2010-03-268-497/+485
* udhcpc: add -x OPT:VAL optionDenys Vlasenko2010-03-256-24/+59
* udhcp: add testing bits to dns en/decoderDenys Vlasenko2010-03-241-2/+35
* udhcp: we call DNS name encoder with NULL, this can SEGV. added a checkDenys Vlasenko2010-03-241-37/+43
* udhcp: fix DNS domanin codec bug: bad compression flag checksDenys Vlasenko2010-03-241-6/+6
* *: merge some common stringsDenys Vlasenko2010-03-231-2/+2
* udhcp: handle errors in read_staticleaseDenys Vlasenko2010-03-233-15/+13
* udhcp: code shrinkDenys Vlasenko2010-03-231-46/+40
* udhcp: remove two unused fieldsDenys Vlasenko2010-03-232-2/+0
* udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko2010-03-221-60/+41
* udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko2010-03-2211-529/+483
* udhcpc: do not test for srand init, just do it at the startDenys Vlasenko2010-03-221-11/+5
* udhcp: merge clientpacket.c into dhcpc.cDenys Vlasenko2010-03-225-295/+240
* udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.Denys Vlasenko2010-03-224-125/+105
* dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip...Denys Vlasenko2010-03-212-21/+93
* udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko2010-03-219-184/+267
* udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko2010-03-213-4/+5
* udhcp: code shrink; disable time and log server optionsDenys Vlasenko2010-03-216-121/+119
* udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko2010-03-204-32/+36
* udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko2010-03-204-24/+29
* udhcpd: remove redundant code in send_offer()Denys Vlasenko2010-03-201-18/+9
* udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko2010-03-204-296/+263
* udhcp: remove support for some really old and odd optionsDenys Vlasenko2010-03-194-13/+17
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-1/+1
* udhcp[cd]: fix aliasing warningsDenys Vlasenko2010-02-052-2/+2
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-1/+2
* further work on unicodizationDenys Vlasenko2010-01-301-2/+5
* whitespace fixesDenys Vlasenko2010-01-252-2/+2
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-1/+1
* 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
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-1/+1
* replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko2009-12-112-20/+20
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-134-4/+4
* dumpleases: unicode spportTomas Heinrich2009-11-051-0/+8
* udhcpc: log script parameter tooDenys Vlasenko2009-11-021-1/+1
* udhcpc: fix bug 629: use bcast receive when we perform rebindingDenys Vlasenko2009-10-081-1/+2
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* udhcpc: if got IP successfully, disable -n for future renewalsJustin Maggard2009-08-131-0/+2
* udhcpc: small simplificationDenys Vlasenko2009-07-191-4/+1
* typoDenys Vlasenko2009-07-191-1/+1
* udhcpc: add/edit comments, no code changesDenys Vlasenko2009-07-191-5/+13
* udhcpc: simplify manual renew (make it more similar to automatic one)Denys Vlasenko2009-07-191-37/+38
* remove trailing whitespaceDenys Vlasenko2009-07-151-1/+1
* fix fallout from BSD patchesDenys Vlasenko2009-07-102-9/+8