| 2015-08-07 |
Roy Marples | Add IPv4LL subnet routes like the kernel does. |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Roy Marples | Use the new xsocket function on Linux as well. |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Roy Marples | Open sockets once instead of open/close each for each... |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Roy Marples | Remove the old 10-mtu hook if we can. |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Roy Marples | If we add authentication, ensure saved lease has it. |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Roy Marples | Check correct auth bits. |
commit | commitdiff | tree | snapshot |
| 2015-08-04 |
Roy Marples | Simplify the socket code by adding a custom function... |
commit | commitdiff | tree | snapshot |
| 2015-08-01 |
Roy Marples | noauthrequired also allows unauthenticated FORCERENEW... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
Roy Marples | Update MTU on IPv6 routes if needed as well. |
commit | commitdiff | tree | snapshot |
| 2015-07-28 |
Roy Marples | Extract the route MTU for Linux. |
commit | commitdiff | tree | snapshot |
| 2015-07-28 |
Roy Marples | Move route state into it's own flag. |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
Roy Marples | Only apply interface MTU on DHCP messages, or static... |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Roy Marples | Ignore interface address changes we made on Linux. |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
Roy Marples | Free offer on drop. |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
Roy Marples | Only read the DHCP lease when doing DHCP. |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
Roy Marples | When dropping IPv4LL state, remove the address and... |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
Roy Marples | If we only have IPv4LL addresses, add a default route... |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Roy Marples | Remove un-used variable. |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Roy Marples | Clarify the automatic mapping of DHCPv4 to DHCPv6 options. |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Roy Marples | When ending IPv4LL, only rebuild routes if we dropped... |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Roy Marples | Ignore the RA if there are no public addresses on the... |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Roy Marples | Backout commit [f20a30175f] as the behaviour can be... |
commit | commitdiff | tree | snapshot |
| 2015-07-18 |
Roy Marples | Add another fix for compiling on old systems. |
commit | commitdiff | tree | snapshot |
| 2015-07-18 |
Roy Marples | eloop itself now contains a pselect wrapper. |
commit | commitdiff | tree | snapshot |
| 2015-07-13 |
Roy Marples | Add a #define to compile ignoring the RA without a... |
commit | commitdiff | tree | snapshot |
| 2015-07-13 |
Roy Marples | Add a noup directive to stop master mode bringing an... |
commit | commitdiff | tree | snapshot |
| 2015-07-10 |
Roy Marples | Minor optimisation. |
commit | commitdiff | tree | snapshot |
| 2015-07-09 |
Roy Marples | Only run the IPv4LL script on drop when actually droppi... |
commit | commitdiff | tree | snapshot |
| 2015-07-09 |
Roy Marples | Release dhcpcd-6.9.1 v6.9.1 |
commit | commitdiff | tree | snapshot |
| 2015-07-09 |
Roy Marples | Document many interface assignment from a delegated... |
commit | commitdiff | tree | snapshot |
| 2015-07-04 |
Roy Marples | Remove pointless comment. |
commit | commitdiff | tree | snapshot |
| 2015-07-04 |
Roy Marples | Refer to the domain name encoding as RFC1035 rather... |
commit | commitdiff | tree | snapshot |
| 2015-07-04 |
Roy Marples | Allow static to work for pre-existing addresses without... |
commit | commitdiff | tree | snapshot |
| 2015-07-04 |
Roy Marples | When sending to an address, ensure we have a socket. |
commit | commitdiff | tree | snapshot |
| 2015-07-03 |
Roy Marples | DHCPv6 elapsed time is centiseconds, not seconds. |
commit | commitdiff | tree | snapshot |
| 2015-07-03 |
Roy Marples | Fix DHCPv6 elapsed time. |
commit | commitdiff | tree | snapshot |
| 2015-07-03 |
Roy Marples | Compile on OpenBSD again. |
commit | commitdiff | tree | snapshot |
| 2015-07-03 |
Roy Marples | Describe the persistent option better with regards... |
commit | commitdiff | tree | snapshot |
| 2015-07-02 |
Roy Marples | RFC2132 notes that the Vendor Class identifier option... |
commit | commitdiff | tree | snapshot |
| 2015-07-02 |
Roy Marples | Update comment about FQDN encoding |
commit | commitdiff | tree | snapshot |
| 2015-07-02 |
Roy Marples | Use constants defined in arpa/nameser.h rather than... |
commit | commitdiff | tree | snapshot |
| 2015-07-02 |
Roy Marples | Note that the FDQN has to support domain encoding rathe... |
commit | commitdiff | tree | snapshot |
| 2015-07-02 |
Roy Marples | Document why we say some RFC1035 label types are not... |
commit | commitdiff | tree | snapshot |
| 2015-07-02 |
Roy Marples | Fix testing reporting the DHCP lease. |
commit | commitdiff | tree | snapshot |
| 2015-07-01 |
Roy Marples | If we load a saved lease we are trying to rebind, set... |
commit | commitdiff | tree | snapshot |
| 2015-06-29 |
Roy Marples | Send the IPv4LL interface to listeners. |
commit | commitdiff | tree | snapshot |
| 2015-06-29 |
Roy Marples | Clarify IPV4LL. |
commit | commitdiff | tree | snapshot |
| 2015-06-29 |
Roy Marples | Add an ipv4ll suffix just in case |
commit | commitdiff | tree | snapshot |
| 2015-06-29 |
Roy Marples | Add an option to keep arp state when deleting addresses... |
commit | commitdiff | tree | snapshot |
| 2015-06-29 |
Roy Marples | Set interface is up when running IPV4LL scripts. |
commit | commitdiff | tree | snapshot |
| 2015-06-29 |
Roy Marples | Replace custom uptime() with clock_gettime(2) calls... |
commit | commitdiff | tree | snapshot |
| 2015-06-27 |
Roy Marples | Remove pointless warning |
commit | commitdiff | tree | snapshot |
| 2015-06-26 |
Roy Marples | Fix compile |
commit | commitdiff | tree | snapshot |
| 2015-06-26 |
Roy Marples | As DHCP and IPv4LL now have separate route generators... |
commit | commitdiff | tree | snapshot |
| 2015-06-26 |
Roy Marples | Announce the address. |
commit | commitdiff | tree | snapshot |
| 2015-06-26 |
Roy Marples | Remove the complex ARP logic when binding a lease and... |
commit | commitdiff | tree | snapshot |
| 2015-06-26 |
Roy Marples | Remove the arp_state argument to dhcp_bind |
commit | commitdiff | tree | snapshot |
| 2015-06-26 |
Roy Marples | Announce our IPv4LL address. |
commit | commitdiff | tree | snapshot |
| 2015-06-25 |
Roy Marples | Even if we ignore the RA due to no public addresses... |
commit | commitdiff | tree | snapshot |
| 2015-06-25 |
Roy Marples | Correct address test, thanks to Michał Kępień. |
commit | commitdiff | tree | snapshot |
| 2015-06-25 |
Roy Marples | Add an free callback to ARP states so that they can... |
commit | commitdiff | tree | snapshot |
| 2015-06-24 |
Roy Marples | Only use MRT if we have an MRT |
commit | commitdiff | tree | snapshot |
| 2015-06-24 |
Roy Marples | Add a guard to ensure failure to send a DHCP release... |
commit | commitdiff | tree | snapshot |
| 2015-06-23 |
Roy Marples | Remove redundant IPv4LL checks |
commit | commitdiff | tree | snapshot |
| 2015-06-20 |
Roy Marples | Ensure we have an IPv4 state before starting DHCP. |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Remove the root check - invalid permission errors shoul... |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Set the BPF memory to zero. |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Move the BPF buffer from DHCP into IPv4 where it belongs. |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Fix compile |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Move ARP state out of DHCP. |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Free the ARP state on conflict rather than just closing... |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | If we free the last ARP state, close the ARP socket. |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Even though WPAD is an expired RFC, some browsers are... |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Ensure we can always read the DHCP option length when... |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | Improve error handling for option length. |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Roy Marples | When we have a zero length for an embedded option,... |
commit | commitdiff | tree | snapshot |
| 2015-06-16 |
Roy Marples | Style |
commit | commitdiff | tree | snapshot |
| 2015-06-16 |
Roy Marples | Check the interface has an IPv4 state before enumarting... |
commit | commitdiff | tree | snapshot |
| 2015-06-15 |
Roy Marples | Remove a pre-existing IPv4LL address when binding a... |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Roy Marples | Allow IPv4LL to qualify an added address. |
commit | commitdiff | tree | snapshot |
| 2015-06-13 |
Roy Marples | Build routes and daemonise when we get an IPv4LL address. |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Improve IPv4LL debug messages. |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Fix compile on BSD |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Fix network_number. |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Use macro HTONL to fix compile on Linux and drop addres... |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Add a macro version of htonl(3). |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Fix IPV4LL making the correct environment. |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Add the DHCPCD_NODROP macro to simplify if we drop... |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Stop making IPv4LL into a DHCP lease and treat it indep... |
commit | commitdiff | tree | snapshot |
| 2015-06-12 |
Roy Marples | Check fclose(3) writes correctly, thanks to Bob. |
commit | commitdiff | tree | snapshot |
| 2015-06-09 |
Roy Marples | Set af_waiting if any interface or global is waiting. |
commit | commitdiff | tree | snapshot |
| 2015-06-09 |
Roy Marples | Remove if_oneup and replace with if_afwaited and af_waited. |
commit | commitdiff | tree | snapshot |
| 2015-06-09 |
Roy Marples | Describe which IP address family we are waiting for. |
commit | commitdiff | tree | snapshot |
| 2015-06-09 |
Roy Marples | Log IPv4 DAD completing when the kernel handles DAD. |
commit | commitdiff | tree | snapshot |
| 2015-06-05 |
Roy Marples | Remove the pseudo interface created for prefix delegati... |
commit | commitdiff | tree | snapshot |
| 2015-06-05 |
Roy Marples | Reject any NA/RA message with a hoplimit not equal... |
commit | commitdiff | tree | snapshot |
| 2015-06-03 |
Roy Marples | Add an option to skip the initial randomised protocol... |
commit | commitdiff | tree | snapshot |
| 2015-06-03 |
Roy Marples | Even if the script is /dev/null or NULL, always send... |
commit | commitdiff | tree | snapshot |
| 2015-05-31 |
Roy Marples | Disable IP address waiting for pseudo interfaces, fixes... |
commit | commitdiff | tree | snapshot |
| 2015-05-29 |
Roy Marples | Send and release if we have an address to send to. |
commit | commitdiff | tree | snapshot |
| next |