aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
AgeCommit message (Expand)Author
2010-03-22udhcp: merge options.h into common.h, script.c into dhcpc.cDenys 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-21udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko
2010-03-21udhcp: code shrink; disable time and log server optionsDenys Vlasenko
2009-06-17udhcp: logging improvements, field and variable renamesDenys 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: add a few TODOsDenys Vlasenko
2009-06-16udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko
2009-06-16udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko
2009-06-16udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko
2009-06-16udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-10-27udhcp: simplify SO_BINDTODEVICE callDenis 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-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-21udhcpc: regularize the names of receiving functions,Denis Vlasenko
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
2008-02-20udhcp: make paths configurableDenis Vlasenko
2008-02-04udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko
2008-01-25udhcpc: filter unwanted packets in kernelDenis Vlasenko
2007-12-20udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko
2007-11-29dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko
2007-11-25dhcpc: cope with buggy DHCP servers which send oversized packetsDenis 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-09-30move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-08-02udhcp: slight shrinkDenis Vlasenko
2007-07-03udhcp: many small fixes:Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-07udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko
2007-03-26Move udhcp to new NOMMU helpers.Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2006-12-22Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)Denis Vlasenko
2006-11-18udhcp: fix indentation and style.Denis 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-23more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"
2005-09-22safe exported namespace for udhcp. Not full, bore :-("Vladimir N. Oleynik"
2005-05-04Revert the uptime() removal. Let the list sort it out...Rob Landley
2005-05-04Patch from Shaun Jackman:Rob Landley