aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko
2010-03-26udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko
2010-03-26udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko
2010-03-25udhcpc: add -x OPT:VAL optionDenys Vlasenko
2010-03-24udhcp: add testing bits to dns en/decoderDenys Vlasenko
2010-03-24udhcp: we call DNS name encoder with NULL, this can SEGV. added a checkDenys Vlasenko
2010-03-24udhcp: fix DNS domanin codec bug: bad compression flag checksDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-23udhcp: handle errors in read_staticleaseDenys Vlasenko
2010-03-23udhcp: code shrinkDenys Vlasenko
2010-03-23udhcp: remove two unused fieldsDenys Vlasenko
2010-03-22udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko
2010-03-22udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko
2010-03-22udhcpc: do not test for srand init, just do it at the startDenys Vlasenko
2010-03-22udhcp: merge clientpacket.c into dhcpc.cDenys Vlasenko
2010-03-22udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.Denys Vlasenko
2010-03-21dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip...Denys Vlasenko
2010-03-21udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko
2010-03-21udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko
2010-03-21udhcp: code shrink; disable time and log server optionsDenys Vlasenko
2010-03-20udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko
2010-03-20udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko
2010-03-20udhcpd: remove redundant code in send_offer()Denys Vlasenko
2010-03-20udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko
2010-03-19udhcp: remove support for some really old and odd optionsDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-02-05udhcp[cd]: fix aliasing warningsDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2010-01-30further work on unicodizationDenys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2009-12-11replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-05dumpleases: unicode spportTomas Heinrich
2009-11-02udhcpc: log script parameter tooDenys Vlasenko
2009-10-08udhcpc: fix bug 629: use bcast receive when we perform rebindingDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-08-13udhcpc: if got IP successfully, disable -n for future renewalsJustin Maggard
2009-07-19udhcpc: small simplificationDenys Vlasenko
2009-07-19typoDenys Vlasenko
2009-07-19udhcpc: add/edit comments, no code changesDenys Vlasenko
2009-07-19udhcpc: simplify manual renew (make it more similar to automatic one)Denys Vlasenko
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-07-10fix fallout from BSD patchesDenys Vlasenko
2009-07-07udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko