aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko2009-07-074-21/+35
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-053-3/+3
* udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko2009-07-033-1/+52
* udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko2009-07-035-58/+66
* udhcpc: fix a read error loop (e.g.: device is down) blocking TERMDenys Vlasenko2009-06-261-148/+151
* udhcp: fix trivial compile errorDenys Vlasenko2009-06-192-3/+3
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-192-3/+3
* udhcp: cosmetics in arpping.c, no code changesDenys Vlasenko2009-06-171-10/+6
* udhcp: convert old-style logging in print_static_leasesDenys Vlasenko2009-06-173-17/+22
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-1711-134/+143
* udhcpc: fix format of one log messageDenys Vlasenko2009-06-171-1/+1
* udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko2009-06-1715-103/+126
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-1716-122/+197
* udhcp: add a few TODOsDenys Vlasenko2009-06-164-2/+11
* udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko2009-06-169-28/+44
* udhcp: cleanup of static lease handlingDenys Vlasenko2009-06-166-48/+45
* udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko2009-06-165-33/+26
* udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko2009-06-167-20/+20
* udhcp: rename fields in struct dhcpOfferedAddrDenys Vlasenko2009-06-166-31/+32
* udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko2009-06-166-33/+66
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-8/+8
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-214-19/+19
* udhcpc: fix truncation of last char in client hostnamesDenis Vlasenko2009-04-211-1/+2
* dhcprelay: fix usage text. Simplify and make code more readable.Denis Vlasenko2009-04-131-62/+73
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-094-35/+16
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-1/+1
* dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko2009-04-018-124/+149
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-113-5/+3
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-082-2/+2
* udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko2009-02-022-17/+19
* dhcpd,dumpleases: write and use 64-bit current time in lease file.Denis Vlasenko2009-02-012-18/+52
* dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitializedDenis Vlasenko2009-01-141-2/+3