| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | build: distclean now recursively removes patch files and related | Roy Marples | 2019-09-13 |
| | | |||
| * | build: Allow DESTDIR to work for import as well. | Roy Marples | 2019-08-28 |
| | | |||
| * | build: import-src now works with DESTDIR | Roy Marples | 2019-08-28 |
| | | |||
| * | DragonFly: make import-src now prepares the source for importing | Roy Marples | 2019-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 detected | Kenny Napier | 2019-02-14 |
| | | |||
| * | build: Allow a suffix to be specified on the dist tarball. | Roy Marples | 2018-06-04 |
| | | |||
| * | Clean coverity dhcpcd.xz tarball. | Roy Marples | 2017-04-14 |
| | | |||
| * | Move test into tests. | Roy Marples | 2017-04-13 |
| | | | | | Add new test, eloop-bench to benchmark eloop. | ||
| * | Stop being fancy .... just import everything. | Roy Marples | 2017-04-02 |
| | | |||
| * | Fix make proginstall target. | Roy Marples | 2017-03-31 |
| | | |||
| * | Remove the cov-int dir when cleaning. | Roy Marples | 2017-03-21 |
| | | |||
| * | Clean up some definitions. | Roy Marples | 2017-03-21 |
| | | |||
| * | Fix building the distribution. | Roy Marples | 2017-03-16 |
| | | |||
| * | Move dhcpcd-hooks dir to hooks | Roy Marples | 2017-03-16 |
| | | |||
| * | Move the source files along with dev, crypt and comapt into src dir. | Roy Marples | 2017-03-15 |
| | | | | | This makes the toplevel directory more manageable. | ||
| * | Default DBDIR from /var/db to /var/db/dhcpcd. | Roy Marples | 2016-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 Marples | 2016-11-05 |
| | | |||
| * | Keep the distinfo in the signed result. | Roy Marples | 2016-11-05 |
| | | |||
| * | make distinfo now produces a .distinfo file which contains checksum(s) of | Roy Marples | 2016-11-04 |
| | | | | the dist file. This distinfo file is then signed with a PGP key. | ||
| * | Remove address family specific routing and introduce address family | Roy Marples | 2016-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 Marples | 2016-10-07 |
| | | |||
| * | Fix import for auth | Roy Marples | 2016-10-07 |
| | | |||
| * | Need to include crypt for MD5 on Linux. | Roy Marples | 2016-09-19 |
| | | |||
| * | Make import now imports the files needed to generate dhcpcd-embedded.{c,h} | Roy Marples | 2016-09-19 |
| | | | | and bundles a small definition. | ||
| * | Fix building of embedded config with correct specified source. | Roy Marples | 2016-09-19 |
| | | | | Update copyrights. | ||
| * | Allow dhcpcd to be built without Authentiction support for system media with | Roy Marples | 2016-09-19 |
| | | | | extreme size constraints. | ||
| * | Add the --small configure option which currently removes non essential options | Roy Marples | 2016-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 Marples | 2016-03-12 |
| | | |||
| * | Fix snapshot building | Roy Marples | 2016-02-15 |
| | | |||
| * | Install example hooks | Roy Marples | 2015-12-22 |
| | | |||
| * | Grudgingly accede to the vocal minority that dhcpcd should not attempt to | Roy Marples | 2015-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 Marples | 2015-09-08 |
| | | |||
| * | ifp may not be set, but ctx will be. | Roy Marples | 2015-09-08 |
| | | |||
| * | Use xz instead of bzip2 to create the distribution. | Roy Marples | 2015-05-18 |
| | | |||
| * | Handle ND options in the same way we handle DHCP and DHCPv6 options. | Roy Marples | 2015-05-14 |
| | | |||
| * | Allow snapshots to be built. | Roy Marples | 2015-02-23 |
| | | |||
| * | Remove RCSIDs from dhcpcd, they belong in the upstream project only. | Roy Marples | 2014-11-07 |
| | | |||
| * | Redirect fd 3 to config.log. | Roy Marples | 2014-09-21 |
| | | | | Redirect all CC errors to fd 3. | ||
| * | Fix dependency and test targets | Roy Marples | 2014-07-31 |
| | | |||
| * | Fix import so that matching system vs local headers are not imported. | Roy Marples | 2014-07-30 |
| | | |||
| * | Fix the import to work on Linux as well. | Roy Marples | 2014-07-30 |
| | | |||
| * | Fix importdhcpcd-6.4.2 | Roy Marples | 2014-07-14 |
| | | |||
| * | Implement Stable Private Addresses for SLAAC as per RFC7217. | Roy Marples | 2014-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 so | Roy Marples | 2014-05-21 |
| | | | | linking fails. | ||
| * | Sorting interfaces is an IPv4 specific task, so move it into ipv4.c | Roy Marples | 2014-04-28 |
| | | |||
| * | Move net.c to if.c. | Roy Marples | 2014-04-25 |
| | | | | Ensure that if.c and if-KERNEL.c are namespaced correctly. | ||
| * | gmake-4 supports != shell assignment operator, like BSD make. | Roy Marples | 2014-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 Marples | 2014-04-23 |
| | | | | This allows make clean to work without configure being run. | ||
| * | Fix make import with compat sources. | Roy Marples | 2014-02-03 |
| | | | | Use -lmd for MD5 if available. | ||
| * | Tweak stuff for importing | Roy Marples | 2014-01-31 |
| | | |||
