aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/clientpacket.c
AgeCommit message (Expand)Author
2010-03-22udhcp: merge clientpacket.c into dhcpc.cDenys 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-20udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko
2010-03-19udhcp: remove support for some really old and odd optionsDenys Vlasenko
2009-07-10fix fallout from BSD patchesDenys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-07-03udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko
2009-06-17udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko
2009-06-17udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko
2009-06-16udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko
2008-09-26udhcp: add inline docs; small code shrinkDenis Vlasenko
2008-09-26udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko
2008-09-26dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-05-21udhcpc: regularize the names of receiving functions,Denis Vlasenko
2008-04-02udhcpc: add -o "do not request options by default" switchDenis Vlasenko
2008-01-25udhcpc: fix wrong options in decline and release packetsDenis Vlasenko
2007-12-24Makefile: change version to 1.10.0.svnDenis Vlasenko
2007-12-20udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko
2007-12-10udhcpc: support for -O <option>.Denis Vlasenko
2007-11-28dhcpc: let server know we don't like oversized packets.Denis Vlasenko
2007-11-23dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko
2007-11-22udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko
2007-07-03udhcp: many small fixes:Denis Vlasenko
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-11-18udhcp: fix indentation and style.Denis Vlasenko
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-09-29Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-28My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley
2006-05-08add back in udhcp supportMike Frysinger
2006-03-23remove in place of external linkMike Frysinger
2006-01-25just whitespaceTim Riker
2005-09-22add support for setting the dhcp vendor class option (option 60). Paul Fox
2005-08-01allow suppression of default client-id. fixes bug 000037. allowsPaul Fox
2004-12-06merge from udhcp moduleMike Frysinger
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-30Use standard C99 typesEric Andersen
2003-12-16include headers with prototypes to make sure prototypes matchRuss Dill
2003-12-15options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill
2003-06-10Vodz, last_patch_88Glenn L McGrath
2002-10-31sync to udhcp 0.9.8Russ Dill
2002-10-14added full udhcp integrationRuss Dill