summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
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
* 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
* Add if_nametospec helper to decode and interface name such as bge1:2 intoRoy Marples2016-07-18
* Spit handlelink into smaller functions to increase read-ability.Roy Marples2016-05-19
* Move duid and ipv6 secret file reading code into a common function.Roy Marples2016-05-06
* Move packet buffer from dhcpcd context to a generic stack variable based on M...Roy Marples2016-05-06
* DHCP messages are really BOOTP so lets name the structure accordingly.Roy Marples2016-05-06
* Remove useless range check.Roy Marples2016-05-03
* Fix a constant expression result.Roy Marples2016-05-03
* Linux netlink nlmsg_pid is not process id - only the first socket openedRoy Marples2016-04-07
* Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutilRoy Marples2016-04-01
* Change IF_SSIDSIZE to IF_SSIDLEN to be more clear about it.Roy Marples2016-02-11
* 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 delegation activating interfaces.dhcpcd-6.10.1Roy Marples2016-01-20
* Updated in 2016Roy Marples2016-01-06
* If we are to add/delete/change a route but have not yet daemonised,Roy Marples2016-01-06
* Set route/netlink seq number correctly.Roy Marples2016-01-05
* Instead of maintaining a seperate list, instead mark each interface as activeRoy Marples2015-12-17
* When parsing the routing table, create an interface for any interfaces dhcpcdRoy Marples2015-12-17
* Open sockets once instead of open/close each for each ioctl.Roy Marples2015-08-06
* When dropping IPv4LL state, remove the address and rebuild routes beforeRoy Marples2015-07-24
* Move ARP state out of DHCP.Roy Marples2015-06-19
* Stop making IPv4LL into a DHCP lease and treat it independantly from anyRoy Marples2015-06-12
* Remove if_oneup and replace with if_afwaited and af_waited.Roy Marples2015-06-09
* Fix compile on FreeBSDRoy Marples2015-05-15
* Handle ND options in the same way we handle DHCP and DHCPv6 options.Roy Marples2015-05-14
* Allow waitip to work per interface.Roy Marples2015-05-14
* setting signals should require an explicit len rather than NULL termination.Roy Marples2015-05-12
* eloop_ctx -> eloopRoy Marples2015-05-12
* Remove dhcpcd specifics from eloop to make more portable.Roy Marples2015-05-09
* syslogd(8) may not always be running before dhcpcd so any startup errors areRoy Marples2015-03-17
* Improve pseudo interface handling.Roy Marples2015-03-14
* Support kqueue(2).Roy Marples2015-03-04
* Stop using link_addr(3).Roy Marples2015-02-27
* After adding an address load the kernel routing table for the interface.Roy Marples2015-02-26
* Move the pidfile into the dhcpcd context.Roy Marples2015-02-20
* Fix Linux define.Roy Marples2015-02-08
* For Linux, keep the alias on the interface so we don't have to guessRoy Marples2015-01-22
* Update copyrights to 2015.Roy Marples2015-01-02
* If allowinterfaces is not specified, allow all configured interfacesRoy Marples2014-11-18
* TAILQ is now inlcuded via config.h either via sys/queue.h or compat/queue.h.Roy Marples2014-11-10
* Fix compile on FreeBSDRoy Marples2014-10-14
* For the time being, linkaddr is FreeBSD only.Roy Marples2014-10-11
* Improve FreeBSD support by using the actual AF_LINK address.Roy Marples2014-10-10
* Re-introduce our loop to poll interface flags when the interface doesRoy Marples2014-10-08