reactos/rosapps/applications/net/dhcpd
Hermès Bélusca-Maïto 66a44527fd Remove the unneeded $Id$ blabla from the source code.
svn path=/trunk/; revision=58493
2013-03-14 01:14:18 +00:00
..
samples - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
src - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
aclocal.m4 - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
AUTHORS - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
ChangeLog - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
config.cache - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
config.h - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
config.h.in - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
config.h.top - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
config.log - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
config.status - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
configure - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
configure.in - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
COPYING - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
dhcpd.rc Remove the unneeded $Id$ blabla from the source code. 2013-03-14 01:14:18 +00:00
INSTALL - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
install-sh - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
Makefile.am - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
Makefile.in - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
missing - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
mkinstalldirs Remove the unneeded $Id$ blabla from the source code. 2013-03-14 01:14:18 +00:00
NEWS - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
README - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
README.ROS - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
stamp-h - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
stamp-h.in - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
TODO - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00

Disclaimer:
This project is released under GPL, see COPYING to get an idea of what this means.

Building:
To build this you need a C compiler (i used gcc 2.95-3), and some luck.
Just type make, i'm working on autoconf and automake but is not finished yet.

Running:
For some reason in some circumstances you have to add the following to your route table:
route add -host 255.255.255.255 dev eth0
That is needed to allow the distribution of packets to the address 255.255.255.255 (as said in RFC 1531).

NOTE FOR WINDOWS USERS:
I don't know how to add that route in MSW systems, looku yourself for help on that.


Comments:
Well, 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:
carlos@embedded.cl with subject [ecl-dhcp]. If the circumstances allow that i will create a mail list.