added full udhcp integration
authorRuss Dill <Russ.Dill@asu.edu>
Mon, 14 Oct 2002 21:41:28 +0000 (21:41 -0000)
committerRuss Dill <Russ.Dill@asu.edu>
Mon, 14 Oct 2002 21:41:28 +0000 (21:41 -0000)
commit61fb48930f45aa536584b2047f9e703186e8f69f
treee3b93e0a694be81939f8c4762553c43ffdb9b10b
parent9060a7315980bb05f42eab76b88746d43e138188
added full udhcp integration
48 files changed:
Makefile
examples/udhcp/sample.bound [moved from examples/udhcpc/default.bound with 92% similarity]
examples/udhcp/sample.deconfig [moved from examples/udhcpc/default.deconfig with 100% similarity]
examples/udhcp/sample.nak [new file with mode: 0755]
examples/udhcp/sample.renew [moved from examples/udhcpc/default.renew with 92% similarity]
examples/udhcp/sample.script [moved from examples/udhcpc/default.script with 87% similarity]
examples/udhcp/simple.script [new file with mode: 0644]
examples/udhcp/udhcpd.conf [new file with mode: 0644]
include/applets.h
include/usage.h
networking/Makefile.in
networking/config.in
networking/udhcp/AUTHORS [new file with mode: 0644]
networking/udhcp/COPYING [new file with mode: 0644]
networking/udhcp/ChangeLog [new file with mode: 0644]
networking/udhcp/Makefile.in [new file with mode: 0644]
networking/udhcp/README [new file with mode: 0644]
networking/udhcp/TODO [new file with mode: 0644]
networking/udhcp/arpping.c [new file with mode: 0644]
networking/udhcp/arpping.h [new file with mode: 0644]
networking/udhcp/clientpacket.c [new file with mode: 0644]
networking/udhcp/clientpacket.h [new file with mode: 0644]
networking/udhcp/config.in [new file with mode: 0644]
networking/udhcp/debug.h [new file with mode: 0644]
networking/udhcp/dhcpc.c [new file with mode: 0644]
networking/udhcp/dhcpc.h [new file with mode: 0644]
networking/udhcp/dhcpd.c [new file with mode: 0644]
networking/udhcp/dhcpd.h [new file with mode: 0644]
networking/udhcp/dumpleases.c [new file with mode: 0644]
networking/udhcp/files.c [new file with mode: 0644]
networking/udhcp/files.h [new file with mode: 0644]
networking/udhcp/frontend.c [new file with mode: 0644]
networking/udhcp/leases.c [new file with mode: 0644]
networking/udhcp/leases.h [new file with mode: 0644]
networking/udhcp/libbb_udhcp.h [new file with mode: 0644]
networking/udhcp/options.c [new file with mode: 0644]
networking/udhcp/options.h [new file with mode: 0644]
networking/udhcp/packet.c [new file with mode: 0644]
networking/udhcp/packet.h [new file with mode: 0644]
networking/udhcp/pidfile.c [new file with mode: 0644]
networking/udhcp/pidfile.h [new file with mode: 0644]
networking/udhcp/script.c [new file with mode: 0644]
networking/udhcp/script.h [new file with mode: 0644]
networking/udhcp/serverpacket.c [new file with mode: 0644]
networking/udhcp/serverpacket.h [new file with mode: 0644]
networking/udhcp/socket.c [new file with mode: 0644]
networking/udhcp/socket.h [new file with mode: 0644]
networking/udhcpc.c [deleted file]