summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Fix compile on OpenBSDdhcpcd-6.9.2Roy Marples2015-08-21
* Release dhcpcd-6.9.2Roy Marples2015-08-21
* Document removed mtu hook and installed dump hook.Roy Marples2015-08-21
* Reference old DHCPv6 FQDN when processing the hostname.Roy Marples2015-08-14
* Don't delete dhcpcd assigned IPv6 link-local addresses when releasingRoy Marples2015-08-14
* Describe adding an IPv6 temporary address.Roy Marples2015-08-14
* Build new_domain_name from other sources if blank before checking it's blank Roy Marples2015-08-14
* Don't do platform init or setting interface MTU if too small whenRoy Marples2015-08-11
* Only set maximum message size if we can get the MTU of the interface.Roy Marples2015-08-11
* Fix reading prior lease without authenticaton set.Roy Marples2015-08-07
* Fix IPv4LL on NetBSD when wifi reconfigures.Roy Marples2015-08-07
* Fix compile on BSD.Roy Marples2015-08-07
* Add IPv4LL subnet routes like the kernel does. Roy Marples2015-08-07
* Use the new xsocket function on Linux as well.Roy Marples2015-08-06
* Open sockets once instead of open/close each for each ioctl.Roy Marples2015-08-06
* Remove the old 10-mtu hook if we can.Roy Marples2015-08-06
* If we add authentication, ensure saved lease has it.Roy Marples2015-08-06
* Check correct auth bits.Roy Marples2015-08-06
* Simplify the socket code by adding a custom function instead ofRoy Marples2015-08-04
* noauthrequired also allows unauthenticated FORCERENEW and RECONFIGURERoy Marples2015-08-01
* Update MTU on IPv6 routes if needed as well.Roy Marples2015-07-29
* Extract the route MTU for Linux.Roy Marples2015-07-28
* Move route state into it's own flag.Roy Marples2015-07-28
* Only apply interface MTU on DHCP messages, or static IPv4 configuration.Roy Marples2015-07-27
* Ignore interface address changes we made on Linux.Roy Marples2015-07-26
* Free offer on drop.Roy Marples2015-07-24
* Only read the DHCP lease when doing DHCP.Roy Marples2015-07-24
* When dropping IPv4LL state, remove the address and rebuild routes beforeRoy Marples2015-07-24
* If we only have IPv4LL addresses, add a default route to the link so thatRoy Marples2015-07-24
* Remove un-used variable.Roy Marples2015-07-22
* Clarify the automatic mapping of DHCPv4 to DHCPv6 options.Roy Marples2015-07-22
* When ending IPv4LL, only rebuild routes if we dropped an address.Roy Marples2015-07-22
* Ignore the RA if there are no public addresses on the interface.Roy Marples2015-07-22
* Backout commit [f20a30175f] as the behaviour can be trigged on Linux as well.Roy Marples2015-07-22
* Add another fix for compiling on old systems.Roy Marples2015-07-18
* eloop itself now contains a pselect wrapper.Roy Marples2015-07-18
* Add a #define to compile ignoring the RA without a public address.Roy Marples2015-07-13
* Add a noup directive to stop master mode bringing an interface up.Roy Marples2015-07-13
* Minor optimisation.Roy Marples2015-07-10
* Only run the IPv4LL script on drop when actually dropping an IPv4LL address.Roy Marples2015-07-09
* Release dhcpcd-6.9.1dhcpcd-6.9.1Roy Marples2015-07-09
* Document many interface assignment from a delegated prefix.Roy Marples2015-07-09
* Remove pointless comment.Roy Marples2015-07-04
* Refer to the domain name encoding as RFC1035 rather than the RFC for theRoy Marples2015-07-04
* Allow static to work for pre-existing addresses without a config.Roy Marples2015-07-04
* When sending to an address, ensure we have a socket.Roy Marples2015-07-04
* DHCPv6 elapsed time is centiseconds, not seconds.Roy Marples2015-07-03
* Fix DHCPv6 elapsed time.Roy Marples2015-07-03
* Compile on OpenBSD again.Roy Marples2015-07-03
* Describe the persistent option better with regards to exit.Roy Marples2015-07-03