aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcpd: optional BOOTP supportDenys Vlasenko2023-06-121-3/+6
* udhcp: add a few comments, no code changesDenys Vlasenko2022-12-151-0/+1
* udhcpc: improve logs - show offer as it is receivedDenys Vlasenko2021-06-021-1/+2
* udhcp: bind to device even for ucast packetsMichal Kazior2020-12-151-1/+17
* gcc-9.x warning fixesDenys Vlasenko2020-10-011-2/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-3/+3
* udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko2018-06-211-4/+3
* udhcpc[6]: make log2 messages for chaddr field indented like the restDenys Vlasenko2017-09-291-4/+2
* udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko2017-09-291-3/+4
* udhcpc[6]: initialize entire sockaddr_llDenys Vlasenko2017-09-291-0/+2
* randomconfig fixesDenys Vlasenko2017-07-031-0/+2
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-301-6/+6
* udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach2013-10-281-0/+9
* udhcpc: trim help text, rename badly-named variableDenys Vlasenko2011-11-071-12/+11
* udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor str...Denys Vlasenko2011-11-051-31/+3
* networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-071-31/+3
* *: simplify Ethernet header includesDan Fandrich2011-06-101-10/+3
* dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko2010-10-201-4/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko2010-05-311-12/+20
* dhcp: readability cleanups and small code shrinkDenys Vlasenko2010-05-301-27/+19
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-261-6/+7
* udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko2010-03-261-1/+1
* udhcp: handle errors in read_staticleaseDenys Vlasenko2010-03-231-3/+3
* udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko2010-03-221-4/+3
* udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko2010-03-211-4/+7
* remove trailing whitespaceDenys Vlasenko2009-07-151-1/+1
* udhcp: fix trivial compile errorDenys Vlasenko2009-06-191-1/+1
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-171-1/+1
* udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko2009-06-171-10/+10
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-171-16/+60
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+6
* udhcp: add inline docs; small code shrinkDenis Vlasenko2008-09-261-4/+4
* udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko2008-09-261-1/+2
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-261-5/+5
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-211-1/+1
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-241-32/+41
* udhcp: decided to not send "short" dhcp packets,Denis Vlasenko2007-12-211-1/+6
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-201-13/+23
* dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko2007-11-231-5/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-5/+2
* udhcp: many small fixes:Denis Vlasenko2007-07-031-10/+24
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-071-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-1/+1
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-2/+1
* add compile-time check for correct DHCP packet sizeDenis Vlasenko2006-11-201-0/+4
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-16/+16
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1