| Commit message (Expand) | Author | Age |
| * | Move the source files along with dev, crypt and comapt into src dir. | Roy Marples | 2017-03-15 |
| * | Belated welcome to 2017. | Roy Marples | 2017-03-06 |
| * | Move ipv6_ctx into dhcpcd_ctx. | Roy Marples | 2016-11-19 |
| * | Remove address family specific routing and introduce address family | Roy Marples | 2016-10-25 |
| * | recvmsg expects an array of iovec structures, not a pointer to the first one. | Roy Marples | 2016-09-05 |
| * | Use a dynamically sized buffer for reading route(4) messages on BSD | Roy Marples | 2016-09-01 |
| * | Add if_nametospec helper to decode and interface name such as bge1:2 into | Roy Marples | 2016-07-18 |
| * | Spit handlelink into smaller functions to increase read-ability. | Roy Marples | 2016-05-19 |
| * | Move duid and ipv6 secret file reading code into a common function. | Roy Marples | 2016-05-06 |
| * | Move packet buffer from dhcpcd context to a generic stack variable based on M... | Roy Marples | 2016-05-06 |
| * | DHCP messages are really BOOTP so lets name the structure accordingly. | Roy Marples | 2016-05-06 |
| * | Remove useless range check. | Roy Marples | 2016-05-03 |
| * | Fix a constant expression result. | Roy Marples | 2016-05-03 |
| * | Linux netlink nlmsg_pid is not process id - only the first socket opened | Roy Marples | 2016-04-07 |
| * | Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutil | Roy Marples | 2016-04-01 |
| * | Change IF_SSIDSIZE to IF_SSIDLEN to be more clear about it. | Roy Marples | 2016-02-11 |
| * | When activating an interface, bring up a basic config that does nothing. | Roy Marples | 2016-02-04 |
| * | Introduce IF_INACTIVE, IF_ACTIVE and IF_ACTIVE_USER flags. The intent is that... | Roy Marples | 2016-02-04 |
| * | Fix delegation activating interfaces.dhcpcd-6.10.1 | Roy Marples | 2016-01-20 |
| * | Updated in 2016 | Roy Marples | 2016-01-06 |
| * | If we are to add/delete/change a route but have not yet daemonised, | Roy Marples | 2016-01-06 |
| * | Set route/netlink seq number correctly. | Roy Marples | 2016-01-05 |
| * | Instead of maintaining a seperate list, instead mark each interface as active | Roy Marples | 2015-12-17 |
| * | When parsing the routing table, create an interface for any interfaces dhcpcd | Roy Marples | 2015-12-17 |
| * | Open sockets once instead of open/close each for each ioctl. | Roy Marples | 2015-08-06 |
| * | When dropping IPv4LL state, remove the address and rebuild routes before | Roy Marples | 2015-07-24 |
| * | Move ARP state out of DHCP. | Roy Marples | 2015-06-19 |
| * | Stop making IPv4LL into a DHCP lease and treat it independantly from any | Roy Marples | 2015-06-12 |
| * | Remove if_oneup and replace with if_afwaited and af_waited. | Roy Marples | 2015-06-09 |
| * | Fix compile on FreeBSD | Roy Marples | 2015-05-15 |
| * | Handle ND options in the same way we handle DHCP and DHCPv6 options. | Roy Marples | 2015-05-14 |
| * | Allow waitip to work per interface. | Roy Marples | 2015-05-14 |
| * | setting signals should require an explicit len rather than NULL termination. | Roy Marples | 2015-05-12 |
| * | eloop_ctx -> eloop | Roy Marples | 2015-05-12 |
| * | Remove dhcpcd specifics from eloop to make more portable. | Roy Marples | 2015-05-09 |
| * | syslogd(8) may not always be running before dhcpcd so any startup errors are | Roy Marples | 2015-03-17 |
| * | Improve pseudo interface handling. | Roy Marples | 2015-03-14 |
| * | Support kqueue(2). | Roy Marples | 2015-03-04 |
| * | Stop using link_addr(3). | Roy Marples | 2015-02-27 |
| * | After adding an address load the kernel routing table for the interface. | Roy Marples | 2015-02-26 |
| * | Move the pidfile into the dhcpcd context. | Roy Marples | 2015-02-20 |
| * | Fix Linux define. | Roy Marples | 2015-02-08 |
| * | For Linux, keep the alias on the interface so we don't have to guess | Roy Marples | 2015-01-22 |
| * | Update copyrights to 2015. | Roy Marples | 2015-01-02 |
| * | If allowinterfaces is not specified, allow all configured interfaces | Roy Marples | 2014-11-18 |
| * | TAILQ is now inlcuded via config.h either via sys/queue.h or compat/queue.h. | Roy Marples | 2014-11-10 |
| * | Fix compile on FreeBSD | Roy Marples | 2014-10-14 |
| * | For the time being, linkaddr is FreeBSD only. | Roy Marples | 2014-10-11 |
| * | Improve FreeBSD support by using the actual AF_LINK address. | Roy Marples | 2014-10-10 |
| * | Re-introduce our loop to poll interface flags when the interface does | Roy Marples | 2014-10-08 |