udhcp: new config option "Rewrite the lease file at every new acknowledge"
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 1 Jul 2007 17:05:57 +0000 (17:05 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 1 Jul 2007 17:05:57 +0000 (17:05 -0000)
commitc82b5108e1a40f3b299043770e01d7d7db35de04
tree35039a36868df644b8e5ffc766c1b0c921c88ab5
parentdc7a5eae36d31f5cfc301de2499329b8a03ea660
udhcp: new config option "Rewrite the lease file at every new acknowledge"
       (Mats Erik Andersson <mats@blue2net.com> (Blue2Net AB))
udhcp: consistently treat server_config.start/end IPs as host-order
       fix IP parsing for 64bit machines
       fix unsafe hton macro usage in read_opt()
       do not chdir("/") when daemonizing
       fix help text
include/usage.h
networking/udhcp/Config.in
networking/udhcp/dhcpc.c
networking/udhcp/dhcpc.h
networking/udhcp/dhcpd.c
networking/udhcp/dhcpd.h
networking/udhcp/files.c
networking/udhcp/leases.c
networking/udhcp/serverpacket.c
networking/udhcp/socket.c