busybox/networking/udhcp
Denys Vlasenko c7dc79e71d udhcpd: untangle incredibly messy handling of DHCPREQUEST
Also fixes attacks possible via DHCPDECLINE / DHCPRELEASE

function                                             old     new   delta
udhcpd_main                                         1846    1949    +103
send_renew                                           105     142     +37
send_NAK                                              61       -     -61
send_ACK                                             180       -    -180
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 2/0 up/down: 140/-241)         Total: -101 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-03-21 06:15:28 +01:00
..
arpping.c *: eliminate more aliasing warnings 2010-02-04 18:41:18 +01:00
clientpacket.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
clientsocket.c fix fallout from BSD patches 2009-07-10 18:37:06 +02:00
common.c udhcp: logging improvements, field and variable renames 2009-06-17 13:24:03 +02:00
common.h udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
Config.in replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest 2009-12-11 02:21:10 +01:00
dhcpc.c udhcpc: make it possible to disable vendor id; improve help text 2010-03-20 18:06:23 +01:00
dhcpc.h udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
dhcpd.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
dhcpd.h udhcp: tweak udhcpd.conf example and comments. no code changes 2010-03-21 02:22:07 +01:00
dhcprelay.c udhcp: shorten mac len from 16 to 6 in lease file 2009-06-17 11:57:09 +02:00
domain_codec.c udhcp: dname_dec may return NULL, account for that case 2009-07-03 16:59:59 +02:00
dumpleases.c further work on unicodization 2010-01-30 23:16:21 +01:00
files.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
Kbuild udhcp: move serverpacket.c into dhcpd.c, no other changes 2010-03-20 03:48:11 +01:00
leases.c udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
options.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
options.h udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
packet.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
script.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
signalpipe.c *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
socket.c Patches to enable FreeBSD build 2009-07-05 03:34:12 +02:00
static_leases.c udhcp: convert old-style logging in print_static_leases 2009-06-17 13:44:04 +02:00