]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2015-08-07  Roy MarplesAdd IPv4LL subnet routes like the kernel does.
2015-08-06  Roy MarplesUse the new xsocket function on Linux as well.
2015-08-06  Roy MarplesOpen sockets once instead of open/close each for each...
2015-08-06  Roy MarplesRemove the old 10-mtu hook if we can.
2015-08-06  Roy MarplesIf we add authentication, ensure saved lease has it.
2015-08-06  Roy MarplesCheck correct auth bits.
2015-08-04  Roy MarplesSimplify the socket code by adding a custom function...
2015-08-01  Roy Marplesnoauthrequired also allows unauthenticated FORCERENEW...
2015-07-29  Roy MarplesUpdate MTU on IPv6 routes if needed as well.
2015-07-28  Roy MarplesExtract the route MTU for Linux.
2015-07-28  Roy MarplesMove route state into it's own flag.
2015-07-27  Roy MarplesOnly apply interface MTU on DHCP messages, or static...
2015-07-26  Roy MarplesIgnore interface address changes we made on Linux.
2015-07-24  Roy MarplesFree offer on drop.
2015-07-24  Roy MarplesOnly read the DHCP lease when doing DHCP.
2015-07-24  Roy MarplesWhen dropping IPv4LL state, remove the address and...
2015-07-24  Roy MarplesIf we only have IPv4LL addresses, add a default route...
2015-07-22  Roy MarplesRemove un-used variable.
2015-07-22  Roy MarplesClarify the automatic mapping of DHCPv4 to DHCPv6 options.
2015-07-22  Roy MarplesWhen ending IPv4LL, only rebuild routes if we dropped...
2015-07-22  Roy MarplesIgnore the RA if there are no public addresses on the...
2015-07-22  Roy MarplesBackout commit [f20a30175f] as the behaviour can be...
2015-07-18  Roy MarplesAdd another fix for compiling on old systems.
2015-07-18  Roy Marpleseloop itself now contains a pselect wrapper.
2015-07-13  Roy MarplesAdd a #define to compile ignoring the RA without a...
2015-07-13  Roy MarplesAdd a noup directive to stop master mode bringing an...
2015-07-10  Roy MarplesMinor optimisation.
2015-07-09  Roy MarplesOnly run the IPv4LL script on drop when actually droppi...
2015-07-09  Roy MarplesRelease dhcpcd-6.9.1 v6.9.1
2015-07-09  Roy MarplesDocument many interface assignment from a delegated...
2015-07-04  Roy MarplesRemove pointless comment.
2015-07-04  Roy MarplesRefer to the domain name encoding as RFC1035 rather...
2015-07-04  Roy MarplesAllow static to work for pre-existing addresses without...
2015-07-04  Roy MarplesWhen sending to an address, ensure we have a socket.
2015-07-03  Roy MarplesDHCPv6 elapsed time is centiseconds, not seconds.
2015-07-03  Roy MarplesFix DHCPv6 elapsed time.
2015-07-03  Roy MarplesCompile on OpenBSD again.
2015-07-03  Roy MarplesDescribe the persistent option better with regards...
2015-07-02  Roy MarplesRFC2132 notes that the Vendor Class identifier option...
2015-07-02  Roy MarplesUpdate comment about FQDN encoding
2015-07-02  Roy MarplesUse constants defined in arpa/nameser.h rather than...
2015-07-02  Roy MarplesNote that the FDQN has to support domain encoding rathe...
2015-07-02  Roy MarplesDocument why we say some RFC1035 label types are not...
2015-07-02  Roy MarplesFix testing reporting the DHCP lease.
2015-07-01  Roy MarplesIf we load a saved lease we are trying to rebind, set...
2015-06-29  Roy MarplesSend the IPv4LL interface to listeners.
2015-06-29  Roy MarplesClarify IPV4LL.
2015-06-29  Roy MarplesAdd an ipv4ll suffix just in case
2015-06-29  Roy MarplesAdd an option to keep arp state when deleting addresses...
2015-06-29  Roy MarplesSet interface is up when running IPV4LL scripts.
2015-06-29  Roy MarplesReplace custom uptime() with clock_gettime(2) calls...
2015-06-27  Roy MarplesRemove pointless warning
2015-06-26  Roy MarplesFix compile
2015-06-26  Roy MarplesAs DHCP and IPv4LL now have separate route generators...
2015-06-26  Roy MarplesAnnounce the address.
2015-06-26  Roy MarplesRemove the complex ARP logic when binding a lease and...
2015-06-26  Roy MarplesRemove the arp_state argument to dhcp_bind
2015-06-26  Roy MarplesAnnounce our IPv4LL address.
2015-06-25  Roy MarplesEven if we ignore the RA due to no public addresses...
2015-06-25  Roy MarplesCorrect address test, thanks to Michał Kępień.
2015-06-25  Roy MarplesAdd an free callback to ARP states so that they can...
2015-06-24  Roy MarplesOnly use MRT if we have an MRT
2015-06-24  Roy MarplesAdd a guard to ensure failure to send a DHCP release...
2015-06-23  Roy MarplesRemove redundant IPv4LL checks
2015-06-20  Roy MarplesEnsure we have an IPv4 state before starting DHCP.
2015-06-19  Roy MarplesRemove the root check - invalid permission errors shoul...
2015-06-19  Roy MarplesSet the BPF memory to zero.
2015-06-19  Roy MarplesMove the BPF buffer from DHCP into IPv4 where it belongs.
2015-06-19  Roy MarplesFix compile
2015-06-19  Roy MarplesMove ARP state out of DHCP.
2015-06-19  Roy MarplesFree the ARP state on conflict rather than just closing...
2015-06-19  Roy MarplesIf we free the last ARP state, close the ARP socket.
2015-06-19  Roy MarplesEven though WPAD is an expired RFC, some browsers are...
2015-06-19  Roy MarplesEnsure we can always read the DHCP option length when...
2015-06-19  Roy MarplesImprove error handling for option length.
2015-06-19  Roy MarplesWhen we have a zero length for an embedded option,...
2015-06-16  Roy MarplesStyle
2015-06-16  Roy MarplesCheck the interface has an IPv4 state before enumarting...
2015-06-15  Roy MarplesRemove a pre-existing IPv4LL address when binding a...
2015-06-14  Roy MarplesAllow IPv4LL to qualify an added address.
2015-06-13  Roy MarplesBuild routes and daemonise when we get an IPv4LL address.
2015-06-12  Roy MarplesImprove IPv4LL debug messages.
2015-06-12  Roy MarplesFix compile on BSD
2015-06-12  Roy MarplesFix network_number.
2015-06-12  Roy MarplesUse macro HTONL to fix compile on Linux and drop addres...
2015-06-12  Roy MarplesAdd a macro version of htonl(3).
2015-06-12  Roy MarplesFix IPV4LL making the correct environment.
2015-06-12  Roy MarplesAdd the DHCPCD_NODROP macro to simplify if we drop...
2015-06-12  Roy MarplesStop making IPv4LL into a DHCP lease and treat it indep...
2015-06-12  Roy MarplesCheck fclose(3) writes correctly, thanks to Bob.
2015-06-09  Roy MarplesSet af_waiting if any interface or global is waiting.
2015-06-09  Roy MarplesRemove if_oneup and replace with if_afwaited and af_waited.
2015-06-09  Roy MarplesDescribe which IP address family we are waiting for.
2015-06-09  Roy MarplesLog IPv4 DAD completing when the kernel handles DAD.
2015-06-05  Roy MarplesRemove the pseudo interface created for prefix delegati...
2015-06-05  Roy MarplesReject any NA/RA message with a hoplimit not equal...
2015-06-03  Roy MarplesAdd an option to skip the initial randomised protocol...
2015-06-03  Roy MarplesEven if the script is /dev/null or NULL, always send...
2015-05-31  Roy MarplesDisable IP address waiting for pseudo interfaces, fixes...
2015-05-29  Roy MarplesSend and release if we have an address to send to.
next