summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAge
* build: distclean now recursively removes patch files and relatedRoy Marples2019-09-13
|
* build: Allow DESTDIR to work for import as well.Roy Marples2019-08-28
|
* build: import-src now works with DESTDIRRoy Marples2019-08-28
|
* DragonFly: make import-src now prepares the source for importingRoy Marples2019-08-28
| | | | | I'm a lazy man and there's too many steps to import dhcpcd into DragonFlyBSD, so hopefully this makes it a lot easier.
* build: exit the SUBDIR build loop if an error is detectedKenny Napier2019-02-14
|
* build: Allow a suffix to be specified on the dist tarball.Roy Marples2018-06-04
|
* Clean coverity dhcpcd.xz tarball.Roy Marples2017-04-14
|
* Move test into tests.Roy Marples2017-04-13
| | | | Add new test, eloop-bench to benchmark eloop.
* Stop being fancy .... just import everything.Roy Marples2017-04-02
|
* Fix make proginstall target.Roy Marples2017-03-31
|
* Remove the cov-int dir when cleaning.Roy Marples2017-03-21
|
* Clean up some definitions.Roy Marples2017-03-21
|
* Fix building the distribution.Roy Marples2017-03-16
|
* Move dhcpcd-hooks dir to hooksRoy Marples2017-03-16
|
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15
| | | | This makes the toplevel directory more manageable.
* Default DBDIR from /var/db to /var/db/dhcpcd.Roy Marples2016-11-08
| | | | | Move dhcpcd.duid and dhcpcd.secret from /etc into /var/db/dhcpcd. Move leases and RDM monotonc from /var/db into /var/db/dhcpcd. All moves files have the dhcpcd{.-} prefix dropped.
* Remove distinfo files before making them.Roy Marples2016-11-05
|
* Keep the distinfo in the signed result.Roy Marples2016-11-05
|
* make distinfo now produces a .distinfo file which contains checksum(s) ofRoy Marples2016-11-04
| | | the dist file. This distinfo file is then signed with a PGP key.
* Remove address family specific routing and introduce address familyRoy Marples2016-10-25
| | | | | agnostic routing. This makes the platform drivers simpler and reduces some code duplication. Needs a lot of testing.
* Fix build system to make import correctly for authentication.Roy Marples2016-10-07
|
* Fix import for authRoy Marples2016-10-07
|
* Need to include crypt for MD5 on Linux.Roy Marples2016-09-19
|
* Make import now imports the files needed to generate dhcpcd-embedded.{c,h}Roy Marples2016-09-19
| | | and bundles a small definition.
* Fix building of embedded config with correct specified source.Roy Marples2016-09-19
| | | Update copyrights.
* Allow dhcpcd to be built without Authentiction support for system media withRoy Marples2016-09-19
| | | extreme size constraints.
* Add the --small configure option which currently removes non essential optionsRoy Marples2016-09-09
| | | | | | from being parsed out into dhcpcd-run-hooks and removes support for DHCPv6 Prefix Delegation. This is mainly to build a tiny dhcpcd for install media size there are more extreme space limitations.
* Support buggy FreeBSD rc system out of the box.Roy Marples2016-03-12
|
* Fix snapshot buildingRoy Marples2016-02-15
|
* Install example hooksRoy Marples2015-12-22
|
* Grudgingly accede to the vocal minority that dhcpcd should not attempt to Roy Marples2015-12-22
| | | start wpa_supplicant by default on a wireless interface, even if a wpa_ctrl interface is configured for it and wpa_supplicant is not yet started.
* Revert this part of prior patch.Roy Marples2015-09-08
|
* ifp may not be set, but ctx will be.Roy Marples2015-09-08
|
* Use xz instead of bzip2 to create the distribution.Roy Marples2015-05-18
|
* Handle ND options in the same way we handle DHCP and DHCPv6 options.Roy Marples2015-05-14
|
* Allow snapshots to be built.Roy Marples2015-02-23
|
* Remove RCSIDs from dhcpcd, they belong in the upstream project only.Roy Marples2014-11-07
|
* Redirect fd 3 to config.log.Roy Marples2014-09-21
| | | Redirect all CC errors to fd 3.
* Fix dependency and test targetsRoy Marples2014-07-31
|
* Fix import so that matching system vs local headers are not imported.Roy Marples2014-07-30
|
* Fix the import to work on Linux as well.Roy Marples2014-07-30
|
* Fix importdhcpcd-6.4.2Roy Marples2014-07-14
|
* Implement Stable Private Addresses for SLAAC as per RFC7217.Roy Marples2014-06-02
| | | Add a SHA256 implementation by Collin Percival if one in libc/libmd not found.
* Source now compiles on Solaris, just missing the if-sun.c support soRoy Marples2014-05-21
| | | linking fails.
* Sorting interfaces is an IPv4 specific task, so move it into ipv4.cRoy Marples2014-04-28
|
* Move net.c to if.c.Roy Marples2014-04-25
| | | Ensure that if.c and if-KERNEL.c are namespaced correctly.
* gmake-4 supports != shell assignment operator, like BSD make.Roy Marples2014-04-23
| | | | | This breaks our hack to support both, so workaround by using GNUmakefile at the toplevel. Note that building a source release now requires BSD make or gmake-4
* Add config-null.mk and a nasty hack to include config.mk instead if it exists.Roy Marples2014-04-23
| | | This allows make clean to work without configure being run.
* Fix make import with compat sources.Roy Marples2014-02-03
| | | Use -lmd for MD5 if available.
* Tweak stuff for importingRoy Marples2014-01-31
|