Name Date Size #Lines LOC

..08-May-2022-

samples/H08-May-2022-96

src/H08-May-2022-1,6261,325

AUTHORSH A D08-May-2022144 43

COPYINGH A D08-May-202212 KiB223190

ChangeLogH A D08-May-2022943 1915

INSTALLH A D08-May-20228 KiB189147

Makefile.amH A D08-May-202214 21

Makefile.inH A D08-May-202210.7 KiB353277

NEWSH A D08-May-202285 32

READMEH A D08-May-2022887 2014

README.ROSH A D08-May-2022195 65

TODOH A D08-May-2022278 96

aclocal.m4H A D08-May-20223.5 KiB10592

config.cacheH A D08-May-20221.3 KiB2726

config.hH A D08-May-2022666 265

config.h.inH A D08-May-2022556 2516

config.h.topH A D08-May-202215 21

config.logH A D08-May-20221 KiB2321

config.statusH A D08-May-20228 KiB252200

configureH A D08-May-202252.5 KiB1,6791,334

configure.inH A D08-May-2022544 2517

dhcpd.rcH A D08-May-2022188 64

install-shH A D08-May-20225.5 KiB252153

missingH A D08-May-20226.1 KiB191154

mkinstalldirsH A D08-May-2022663 3923

stamp-hH A D08-May-202210 21

stamp-h.inH A D08-May-202210 21

README

1Disclaimer:
2This project is released under GPL, see COPYING to get an idea of what this means.
3
4Building:
5To build this you need a C compiler (i used gcc 2.95-3), and some luck.
6Just type make, i'm working on autoconf and automake but is not finished yet.
7
8Running:
9For some reason in some circumstances you have to add the following to your route table:
10route add -host 255.255.255.255 dev eth0
11That is needed to allow the distribution of packets to the address 255.255.255.255 (as said in RFC 1531).
12
13NOTE FOR WINDOWS USERS:
14I don't know how to add that route in MSW systems, looku yourself for help on that.
15
16
17Comments:
18Well, comments are always welcome. It doesn't matter if you want to tell me that i suck. If you find some bug and want to report it please do it to my email at:
19carlos@embedded.cl with subject [ecl-dhcp]. If the circumstances allow that i will create a mail list.
20

README.ROS

1Embedded DHCP Server for ReactOS - Carlos Manuel Duclos Vergara
2
3TODO:
4Make it a real Windows Service
5Use the registry rather than a config file
6Fix a few races and check to see how it can scale.