summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
Commit message (Expand)AuthorAge
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15
* Belated welcome to 2017.Roy Marples2017-03-06
* Move ipv6_ctx into dhcpcd_ctx.Roy Marples2016-11-19
* Remove address family specific routing and introduce address familyRoy Marples2016-10-25
* Support kernels which implement RFC5227.Roy Marples2016-10-14
* Remove hack to add IPv6 LL address as early as possible.Roy Marples2016-10-04
* Guard against the possibility of no config..... may fix [c9d04817fa].Roy Marples2016-10-03
* Report compiled in features in --version.Roy Marples2016-09-27
* recvmsg expects an array of iovec structures, not a pointer to the first one.Roy Marples2016-09-05
* Use a dynamically sized buffer for reading route(4) messages on BSDRoy Marples2016-09-01
* Check if we loaded options or not.Roy Marples2016-08-18
* Only stop_interface() if it's active instead of checking if options exist.Roy Marples2016-08-18
* When deactivating an interface, set the carrier to unknown as it's no longer ...Roy Marples2016-07-28
* Add --inactive which makes all interfaces inactive on initial start.Roy Marples2016-07-27
* Apply command line options to profile.Roy Marples2016-07-08
* Disable ARP for POINTOPOINT.Roy Marples2016-05-25
* Spit handlelink into smaller functions to increase read-ability.Roy Marples2016-05-19
* managelink -> hanlelinkRoy Marples2016-05-19
* Preserve lo0 routes if the global default is to persist.Roy Marples2016-05-09
* Check we actually have options allocated before adding commandline options.Roy Marples2016-05-06
* DHCP messages are really BOOTP so lets name the structure accordingly.Roy Marples2016-05-06
* Fix a potential memory issue.Roy Marples2016-05-03
* Rework control_open to be cleaner for static analysis.Roy Marples2016-05-03
* Remove useless range check.Roy Marples2016-05-03
* Prefix dhcp definition type with OT_Roy Marples2016-05-01
* Revert prior and just move the RUNDIR check above pidfile_lock.Roy Marples2016-04-26
* Remove closefrom as we don't suffer from fd starvation.Roy Marples2016-04-22
* Make fork process clearer.Roy Marples2016-04-10
* Fix compile on BSD.Roy Marples2016-04-07
* Linux netlink nlmsg_pid is not process id - only the first socket openedRoy Marples2016-04-07
* Fix pidfile_lock compat on Linux.Roy Marples2016-04-01
* Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutilRoy Marples2016-04-01
* Make eloop a tad easier to use.Roy Marples2016-03-17
* Fix compile on older platforms which lack O_CLOEXEC.Roy Marples2016-03-11
* Export STATIC6 to libdhcpcd.Roy Marples2016-02-15
* Implement IPv6 static address, fixes [29417b793e].Roy Marples2016-02-14
* Change IF_SSIDSIZE to IF_SSIDLEN to be more clear about it.Roy Marples2016-02-11
* Fix activating a stopped interface.Roy Marples2016-02-04
* When activating an interface, bring up a basic config that does nothing.Roy Marples2016-02-04
* Introduce IF_INACTIVE, IF_ACTIVE and IF_ACTIVE_USER flags. The intent is that...Roy Marples2016-02-04
* Fix build without INETRoy Marples2016-01-22
* Fix delegation activating interfaces.dhcpcd-6.10.1Roy Marples2016-01-20
* Add the -1, --oneshot option which causes dhcpcd to exit once anRoy Marples2016-01-14
* Improve interval arrival and departure when running on a fixed interface list.Roy Marples2016-01-14
* Only stop the interface if it's active when the interface departs.Roy Marples2016-01-11
* Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout.Roy Marples2016-01-07
* If we are to add/delete/change a route but have not yet daemonised,Roy Marples2016-01-06
* Correct function to report error for.Roy Marples2016-01-06
* Welcome to 2016Roy Marples2016-01-04
* Remove FreeBSD specific defines and include the needed headers via config.h.Roy Marples2015-12-31