Go to file
2008-02-10 23:01:44 +00:00
mk Specify install modes for all our files. 2008-01-30 10:08:59 +00:00
.gitignore Only ignore dhcpcd bz2 files. 2008-01-09 10:17:57 +00:00
arp.c Replace select with poll and nanosleep. 2008-02-10 23:01:44 +00:00
arp.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
client.c Replace select with poll and nanosleep. 2008-02-10 23:01:44 +00:00
client.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
common.c We should only have one bit of code to mark sockets close_on_exec. 2008-02-09 21:58:05 +00:00
common.h We should only have one bit of code to mark sockets close_on_exec. 2008-02-09 21:58:05 +00:00
config.h Quiet some lint warnings. 2008-01-21 21:19:53 +00:00
configure.c Rename getline to get_line so we don't conflict with crappy GNU headers that wrongly expose getline when _GNU_SOURCE isn't set. Bug #17. 2008-02-06 10:18:03 +00:00
configure.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
dhcp.c We should only have one bit of code to mark sockets close_on_exec. 2008-02-09 21:58:05 +00:00
dhcp.h Move clientid generation to client.c and put it on the interface object inplace of duid. Always save the ClientID as a hex string. This reduces our binary size. 2008-01-31 11:19:17 +00:00
dhcpcd.8.in Allow hardware type to be specified in the ClientID. This is needed, as the ethernet length matches other lengths. 2008-02-05 21:38:00 +00:00
dhcpcd.c Move clientid generation to client.c and put it on the interface object inplace of duid. Always save the ClientID as a hex string. This reduces our binary size. 2008-01-31 11:19:17 +00:00
dhcpcd.h Move clientid generation to client.c and put it on the interface object inplace of duid. Always save the ClientID as a hex string. This reduces our binary size. 2008-01-31 11:19:17 +00:00
dhcpcd.sh whitespace 2007-11-28 16:14:38 +00:00
duid.c Rename getline to get_line so we don't conflict with crappy GNU headers that wrongly expose getline when _GNU_SOURCE isn't set. Bug #17. 2008-02-06 10:18:03 +00:00
duid.h Move clientid generation to client.c and put it on the interface object inplace of duid. Always save the ClientID as a hex string. This reduces our binary size. 2008-01-31 11:19:17 +00:00
info.c Rename getline to get_line so we don't conflict with crappy GNU headers that wrongly expose getline when _GNU_SOURCE isn't set. Bug #17. 2008-02-06 10:18:03 +00:00
info.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
interface.c Replace select with poll and nanosleep. 2008-02-10 23:01:44 +00:00
interface.h Replace select with poll and nanosleep. 2008-02-10 23:01:44 +00:00
ipv4ll.c Quiet some lint warnings. 2008-01-21 21:19:53 +00:00
ipv4ll.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
logger.c Quiet some lint warnings. 2008-01-21 21:19:53 +00:00
logger.h Quiet some lint warnings. 2008-01-21 21:19:53 +00:00
Makefile Release dhcpcd-3.2.1 2008-01-29 11:26:24 +00:00
README Add comment about where to find the ChangeLog, and now prefer my bugzilla over the cruddy berlios bug reporting system. 2008-01-08 10:02:25 +00:00
signal.c Replace select with poll and nanosleep. 2008-02-10 23:01:44 +00:00
signal.h Replace select with poll and nanosleep. 2008-02-10 23:01:44 +00:00
socket.c Replace select with poll and nanosleep. 2008-02-10 23:01:44 +00:00
socket.h Linux has LPF, which is almost like BPF. Let's use and let the kernel filter out what we don't need. 2008-01-27 11:31:01 +00:00

dhcpcd-3 - DHCP client daemon
Copyright 2006-2008 Roy Marples <roy@marples.name>


Installation
------------
Edit config.h to match your building requirements.

Take special note of ENABLE_DUID and unset it if the target media is 
volatile, like say a LiveCD.

Then just make; make install

man dhcpcd for command line options


Notes
-----
If you're cross compiling you may need to send HAVE_FORK=yes or HAVE_FORK=no
to the make command to avoid to automatic test.

We try and detect how to restart ntp and ypbind, you can override this with
HAVE_INIT=no or force one of these values
OPENRC   (OpenRC as used by Gentoo (forked from baselayout))
BSDRC    (BSD RC system - /etc/rc.d/ntpd restart )
SERVICE  (RedHat service command - service ntpd restart)
SLACKRC  (Slackware RC system - /etc/rc.d/rc.ntpd restart)
SYSV     (SYSV style - /etc/init.d/ntpd restart)

You can change the default dir where dhcpcd stores it's .info files with
INFODIR=/var/db


ChangeLog
---------
We no longer supply a ChangeLog.
However, you're more than welcome to read the git commit comments at
http://git.marples.name/?p=dhcpcd/.git;a=summary