Go to file
Roy Marples 64bc759d08 Compile on Mac OSX 10.4.
Thanks to David Brownlee.
2010-12-06 15:01:56 +00:00
compat whitespace. 2010-10-22 17:55:44 +00:00
dhcpcd-hooks No need to restart twice. 2010-11-19 10:17:14 +00:00
.gitattributes Don't export git .gitignore file 2009-10-02 20:57:44 +00:00
.gitignore Replace the mk stubs with a autotools like configure script. 2009-07-14 13:59:30 +00:00
arp.c Fix IPv4LL defending and add a bit more logging. 2010-05-12 16:20:55 +00:00
arp.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
bind.c These files were updated in 2010, so fix copyrights. 2010-06-04 08:33:16 +00:00
bind.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
bpf-filter.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
bpf.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
common.c Don't redefine _GNU_SOURCE. 2010-11-05 08:13:07 +00:00
common.h Fix tests and compile for NetBSD. 2009-07-14 15:10:09 +00:00
configure Respect $SED 2010-11-04 09:12:14 +00:00
configure.c Some DHCP servers assign a host route via static routes by setting the 2010-09-27 19:24:10 +00:00
configure.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
control.c Fix tests and compile for NetBSD. 2009-07-14 15:10:09 +00:00
control.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
defs.h Release dhcpcd-5.2.9 2010-11-18 19:12:55 +00:00
dhcp.c -U, --dumplease now dumps the lease for the specified interface 2010-08-24 09:16:07 +00:00
dhcp.h Allow IPv4LL address range to be configured by DHCP. 2010-02-17 22:23:17 +00:00
dhcpcd-run-hooks.8.in Document RELEASE reason, fixes #205. 2010-11-18 09:40:50 +00:00
dhcpcd-run-hooks.in Improve comments. 2010-11-18 19:12:22 +00:00
dhcpcd.8.in Man page corrections. 2010-10-17 10:44:54 +00:00
dhcpcd.c No point in building handle_hwaddr if we don't have RTM_CHGADDR 2010-11-12 20:39:29 +00:00
dhcpcd.conf Don't always request classless_static_routes, instead add it to dhcpcd.conf 2009-10-17 15:31:39 +00:00
dhcpcd.conf.5.in Man page corrections. 2010-10-17 10:44:54 +00:00
dhcpcd.h Support RTM_CHGADDR in NetBSD-6 for detecting link layer address changes. 2010-11-12 16:33:45 +00:00
duid.c Replace the mk stubs with a autotools like configure script. 2009-07-14 13:59:30 +00:00
duid.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
eloop.c Change delete_timeouts into a macro. 2010-10-11 14:53:06 +00:00
eloop.h Change delete_timeouts into a macro. 2010-10-11 14:53:06 +00:00
GNUmakefile Add comment about GNUMakefile 2009-07-14 21:52:43 +00:00
if-bsd.c Compile on Mac OSX 10.4. 2010-12-06 15:01:56 +00:00
if-linux-wireless.c These files were updated in 2010, so fix copyrights. 2010-06-04 08:33:16 +00:00
if-linux.c Work out the size of the buffer we need to read netlink messages as recent 2010-07-21 08:51:47 +00:00
if-options.c Wups, remove silly commit. 2010-08-24 09:48:57 +00:00
if-options.h -U, --dumplease now dumps the lease for the specified interface 2010-08-24 09:16:07 +00:00
if-pref.c These files were updated in 2010, so fix copyrights. 2010-06-04 08:33:16 +00:00
if-pref.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
ipv4ll.c Clear timeouts on IPv4LL failure. 2010-05-26 07:13:23 +00:00
ipv4ll.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
lpf.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
Makefile Move service detection and interaction logic from the hooks to the 2010-09-09 14:40:27 +00:00
Makefile.inc Replace the mk stubs with a autotools like configure script. 2009-07-14 13:59:30 +00:00
net.c Fix working out the inform address if none given. 2010-11-11 21:07:50 +00:00
net.h These files were updated in 2010, so fix copyrights. 2010-06-04 08:33:16 +00:00
platform-bsd.c Compile on Mac OSX 10.4. 2010-12-06 15:01:56 +00:00
platform-linux.c Close the fp. 2010-03-06 17:16:20 +00:00
platform.h Use a more descriptive vendorid, to include OS arch and platform. 2010-02-17 13:26:45 +00:00
README Move service detection and interaction logic from the hooks to the 2010-09-09 14:40:27 +00:00
signals.c Promote bytes to size_t for sizeof comparison. 2009-07-11 15:04:13 +00:00
signals.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00

dhcpcd - DHCP client daemon
Copyright (c) 2006-2010 Roy Marples <roy@marples.name>


Installation
------------
./configure; make; make install
man dhcpcd for command line options
man dhcpcd.conf for configuration options
man dhcpcd-run-hooks to learn how to hook scripts into dhcpcd events


Notes
-----
If you're cross compiling you may need set the platform if OS is different
from the host.
--target=sparc-sun-netbsd5.0

If you're building for an MMU-less system where fork() does not work, you
should ./configure --disable-fork.
This also puts the --no-background flag on and stops the --background flag
from working.

You can change the default dirs with these knobs.
For example, to satisfy FHS compliance you would do this:-
./configure --libexecdir=/lib/dhcpcd dbdir=/var/lib/dhcpcd

We now default to using -std=c99. For 64-bit linux, this always works, but
for 32-bit linux it requires either gnu99 or a patch to asm/types.h.
Most distros patch linux headers so this should work fine.
linux-2.6.24 finally ships with a working 32-bit header.
If your linux headers are older, or your distro hasn't patched them you can
set CSTD=gnu99 to work around this.

Some BSD systems do not allow the manipulation of automatically added subnet
routes. You can find discussion here:
    http://mail-index.netbsd.org/tech-net/2008/12/03/msg000896.html
BSD systems where this has been fixed are:
    NetBSD-5.0

We try and detect how dhcpcd should interact with system services during the
configure stage. If we cannot auto-detect how do to this, or it is wrong then
you can change this by passing shell commands to --service-exists,
--servicecmd and optionally --servicestatus.

To prepare dhcpcd for import into a platform source tree (like NetBSD)
you can use the make import target to create /tmp/dhcpcd-$version and
populate it with all the source files and hooks needed.
In this instance, you may wish to disable some configured tests when
the binary has to run on older versions which lack support, such as getline.
./configure --without-getline


Hooks
-----
Not all the hooks in dhcpcd-hooks are installed by default.
By default we install 01-test, 10-mtu, 20-resolv.conf,
29-lookup-hostname and 30-hostname.
The default dhcpcd.conf disables the lookup-hostname hook by default.
The configure program attempts to find hooks for systems you have installed.
To add more simply
./configure -with-hook=ntp.conf


Compatibility
-------------
dhcpcd-5.0 is only fully command line compatible with dhcpcd-4.0
For compatibility with older versions, use dhcpcd-4.0

dhcpcd no longer sends a default ClientID for ethernet interfaces.
This is so we can re-use the address the kernel DHCP client found.
To retain the old behaviour of sending a default ClientID based on the
hardware address for interface, simply add the keyword clientid to dhcpcd.conf.


ChangeLog
---------
We no longer supply a ChangeLog.
However, you're more than welcome to read the commit log at
http://roy.marples.name/projects/dhcpcd/log/