summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAge
...
* Implement RFC 1321 MD5 Message-Digest if not provided in libc.Roy Marples2014-01-25
* Change configure to detect fossil for debugging.Roy Marples2014-01-03
* Remove hard coded DHCP/DHCPv6 options and then to dhcpcd-definitions.confRoy Marples2013-12-02
* Read the embedded config into global values rather than each timeRoy Marples2013-11-29
* Add support for user defined options with embedded and encapsulated options.Roy Marples2013-11-27
* Pass the correct run directory to dhcpcd-run-hooksRoy Marples2013-09-21
* Fix building with a dev managerRoy Marples2013-09-12
* Instead of linking directly to libudev, create a plugin system for /devRoy Marples2013-09-12
* Incase CFLAGS is set, we should still set stddhcpcd-6.0.2Roy Marples2013-06-25
* Add RCSID and CVS headers when importing to NetBSD.Roy Marples2013-06-20
* Move signal handling into dhcpcd.cRoy Marples2013-06-07
* It's now possible to compile out IPv4 and IPv6 support by passingRoy Marples2013-02-04
* Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.cRoy Marples2013-02-02
* Add DHCPv6 INFORM support.Roy Marples2012-10-12
* Improve IPv6 RA support by allowing dhcpcd to manage the address and routesdhcpcd-5.6.0Roy Marples2012-07-05
* Add an implementation of an IPv6 Router Solicitor as specified inRoy Marples2011-12-15
* Move service detection and interaction logic from the hooks to theRoy Marples2010-09-09
* Add distclean targetRoy Marples2010-06-09
* Build correctly for Debian packagesRoy Marples2010-06-09
* Fix import target.Roy Marples2010-02-27
* Fix the import target a little.Roy Marples2009-11-20
* Improve import so it's more generic.Roy Marples2009-10-08
* Support more autotools optionsRoy Marples2009-07-26
* Fix import.Roy Marples2009-07-16
* Add import target for easy import into NetBSDRoy Marples2009-07-15
* Fix compile without memory debugRoy Marples2009-07-14
* Replace the mk stubs with a autotools like configure script.Roy Marples2009-07-14
* Add (c) to CopyrightRoy Marples2009-05-01
* Sort interfaces according to preference and pass this to dhcpcd-run-hooks so ...Roy Marples2008-09-09
* We no longer ship .sh files, so remove the construct.Roy Marples2008-09-09
* Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...Roy Marples2008-09-05
* Add a control socket so that interfaces can be dynamically re-set.Roy Marples2008-09-03
* Add an event loop.Roy Marples2008-09-02
* Inherit DBDIR and LIBEXECDIR from the env.Roy Marples2008-07-27
* Darwin uses --rpath instead of -Wl,-rpath= - bummer.Roy Marples2008-07-21
* Allow LIBEXECDIR to inherit from env.Roy Marples2008-06-18
* Fix subdirRoy Marples2008-05-24
* Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixesRoy Marples2008-05-24
* Installing to FHS dirs just for Linux is silly, especially as GNU autotools d...Roy Marples2008-05-22
* Stop defining the same flags twice.Roy Marples2008-05-21
* Move socket.c -> lpf.c. Also, default Linux to using /lib/dhcpcd rather than ...Roy Marples2008-05-20
* Don't set CONFIG in the Makefile.Roy Marples2008-05-20
* Install dhcpcd.sh and hooks into /libexec by default. dhcpcd.conf, dhcpcd.dui...Roy Marples2008-05-20
* Split dhcpcd.sh into smaller hook scripts, so that dhcpcd.sh just provide som...Roy Marples2008-05-20
* We should really be using CPPFLAGS.Roy Marples2008-05-20
* Move the SUFFIXES to them.Roy Marples2008-05-19
* Change our Makefile vars to be more like NetBSD.Roy Marples2008-05-19
* Move VERSION from Makefile to config.h so that other Makefiles can be used in...Roy Marples2008-05-19
* Move signal.{c,h} to signals.{c.h} so we can work better in the NetBSD source...Roy Marples2008-05-15
* dhcpcd-4.0.0-beta3Roy Marples2008-05-13