2015-09-15 |
Roy Marples | Fix mandoc lintian error, thanks to JS Junior. |
commit | commitdiff | tree |
2015-09-15 |
Roy Marples | Fix compile on kFreeBSD thanks to JS Junior. |
commit | commitdiff | tree |
2015-09-13 |
Roy Marples | Add an assert here as it's currently failing when movin... |
commit | commitdiff | tree |
2015-09-13 |
Roy Marples | Add a note about OpenBSD always adding it's own lladdr |
commit | commitdiff | tree |
2015-09-13 |
Roy Marples | Change the BSD IPv6 interface setup order to ensure... |
commit | commitdiff | tree |
2015-09-12 |
Roy Marples | Fix compile on FreeBSD. |
commit | commitdiff | tree |
2015-09-12 |
Roy Marples | Make CAN_ADD_LLADDR work on BSD. |
commit | commitdiff | tree |
2015-09-12 |
Roy Marples | If we can toggle the automatic creation of the lladdr... |
commit | commitdiff | tree |
2015-09-12 |
Roy Marples | We need to check kernel IPv6 setup for the interface... |
commit | commitdiff | tree |
2015-09-12 |
Roy Marples | Remove some unreachable code. |
commit | commitdiff | tree |
2015-09-12 |
Roy Marples | Fix compile on Bitrig |
commit | commitdiff | tree |
2015-09-12 |
Roy Marples | Remove correct configure test file |
commit | commitdiff | tree |
2015-09-11 |
Roy Marples | Test for error condition rather than a success of 0... |
commit | commitdiff | tree |
2015-09-10 |
Roy Marples | Remove the custom SixRD decode function and replace... |
commit | commitdiff | tree |
2015-09-10 |
Roy Marples | Add IPv4 address selection from route code so platform... |
commit | commitdiff | tree |
2015-09-09 |
Roy Marples | Fix prior for IPv6 old routes. |
commit | commitdiff | tree |
2015-09-08 |
Roy Marples | When deleting an old route and it doesn't have an inter... |
commit | commitdiff | tree |
2015-09-08 |
Roy Marples | Fix the REBIND reason. |
commit | commitdiff | tree |
2015-09-08 |
Roy Marples | Rework arp_free and arp_free_but to share a common... |
commit | commitdiff | tree |
2015-09-08 |
Roy Marples | Revert this part of prior patch. |
commit | commitdiff | tree |
2015-09-08 |
Roy Marples | ifp may not be set, but ctx will be. |
commit | commitdiff | tree |
2015-09-08 |
Roy Marples | Move defines checks after all includes to make Android... |
commit | commitdiff | tree |
2015-09-07 |
Roy Marples | I was wrong about Linux allowing userland to mark addre... |
commit | commitdiff | tree |
2015-09-07 |
Roy Marples | Instead of forcing a #define for IFLA_AF_SPEC, add... |
commit | commitdiff | tree |
2015-09-07 |
Roy Marples | If we failed to release, we may not have a state when... |
commit | commitdiff | tree |
2015-09-07 |
Roy Marples | Add support for Chrony, fixes [03943daba7]. |
commit | commitdiff | tree |
2015-09-04 |
Roy Marples | Release dhcpcd-6.9.3 v6.9.3 |
commit | commitdiff | tree |
2015-09-03 |
Roy Marples | When adding a static address on non IN_IFF_* systems... |
commit | commitdiff | tree |
2015-09-03 |
Roy Marples | Fix compile on Linux |
commit | commitdiff | tree |
2015-09-03 |
Roy Marples | Fix rebinding statically assinged IPv4 addresses. |
commit | commitdiff | tree |
2015-08-31 |
Roy Marples | Now that we set MTU for routes instead of using a hook... |
commit | commitdiff | tree |
2015-08-31 |
Roy Marples | Test prefix as well as variable name when setting stati... |
commit | commitdiff | tree |
2015-08-23 |
Roy Marples | Fix compile on systems lacking SOCK_CLOEXEC. |
commit | commitdiff | tree |
2015-08-22 |
Roy Marples | Silence a bogus gcc warning |
commit | commitdiff | tree |
2015-08-21 |
Roy Marples | Remove unused variable. |
commit | commitdiff | tree |
2015-08-21 |
Roy Marples | Fix compile on OpenBSD v6.9.2 |
commit | commitdiff | tree |
2015-08-21 |
Roy Marples | Release dhcpcd-6.9.2 |
commit | commitdiff | tree |
2015-08-21 |
Roy Marples | Document removed mtu hook and installed dump hook. |
commit | commitdiff | tree |
2015-08-14 |
Roy Marples | Reference old DHCPv6 FQDN when processing the hostname. |
commit | commitdiff | tree |
2015-08-14 |
Roy Marples | Don't delete dhcpcd assigned IPv6 link-local addresses... |
commit | commitdiff | tree |
2015-08-14 |
Roy Marples | Describe adding an IPv6 temporary address. |
commit | commitdiff | tree |
2015-08-14 |
Roy Marples | Build new_domain_name from other sources if blank befor... |
commit | commitdiff | tree |
2015-08-11 |
Roy Marples | Don't do platform init or setting interface MTU if... |
commit | commitdiff | tree |
2015-08-11 |
Roy Marples | Only set maximum message size if we can get the MTU... |
commit | commitdiff | tree |
2015-08-07 |
Roy Marples | Fix reading prior lease without authenticaton set. |
commit | commitdiff | tree |
2015-08-07 |
Roy Marples | Fix IPv4LL on NetBSD when wifi reconfigures. |
commit | commitdiff | tree |
2015-08-07 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree |
2015-08-07 |
Roy Marples | Add IPv4LL subnet routes like the kernel does. |
commit | commitdiff | tree |
2015-08-06 |
Roy Marples | Use the new xsocket function on Linux as well. |
commit | commitdiff | tree |
2015-08-06 |
Roy Marples | Open sockets once instead of open/close each for each... |
commit | commitdiff | tree |
2015-08-06 |
Roy Marples | Remove the old 10-mtu hook if we can. |
commit | commitdiff | tree |
2015-08-06 |
Roy Marples | If we add authentication, ensure saved lease has it. |
commit | commitdiff | tree |
2015-08-06 |
Roy Marples | Check correct auth bits. |
commit | commitdiff | tree |
2015-08-04 |
Roy Marples | Simplify the socket code by adding a custom function... |
commit | commitdiff | tree |
2015-08-01 |
Roy Marples | noauthrequired also allows unauthenticated FORCERENEW... |
commit | commitdiff | tree |
2015-07-29 |
Roy Marples | Update MTU on IPv6 routes if needed as well. |
commit | commitdiff | tree |
2015-07-28 |
Roy Marples | Extract the route MTU for Linux. |
commit | commitdiff | tree |
2015-07-28 |
Roy Marples | Move route state into it's own flag. |
commit | commitdiff | tree |
2015-07-27 |
Roy Marples | Only apply interface MTU on DHCP messages, or static... |
commit | commitdiff | tree |
2015-07-26 |
Roy Marples | Ignore interface address changes we made on Linux. |
commit | commitdiff | tree |
2015-07-24 |
Roy Marples | Free offer on drop. |
commit | commitdiff | tree |
2015-07-24 |
Roy Marples | Only read the DHCP lease when doing DHCP. |
commit | commitdiff | tree |
2015-07-24 |
Roy Marples | When dropping IPv4LL state, remove the address and... |
commit | commitdiff | tree |
2015-07-24 |
Roy Marples | If we only have IPv4LL addresses, add a default route... |
commit | commitdiff | tree |
2015-07-22 |
Roy Marples | Remove un-used variable. |
commit | commitdiff | tree |
2015-07-22 |
Roy Marples | Clarify the automatic mapping of DHCPv4 to DHCPv6 options. |
commit | commitdiff | tree |
2015-07-22 |
Roy Marples | When ending IPv4LL, only rebuild routes if we dropped... |
commit | commitdiff | tree |
2015-07-22 |
Roy Marples | Ignore the RA if there are no public addresses on the... |
commit | commitdiff | tree |
2015-07-22 |
Roy Marples | Backout commit [f20a30175f] as the behaviour can be... |
commit | commitdiff | tree |
2015-07-18 |
Roy Marples | Add another fix for compiling on old systems. |
commit | commitdiff | tree |
2015-07-18 |
Roy Marples | eloop itself now contains a pselect wrapper. |
commit | commitdiff | tree |
2015-07-13 |
Roy Marples | Add a #define to compile ignoring the RA without a... |
commit | commitdiff | tree |
2015-07-13 |
Roy Marples | Add a noup directive to stop master mode bringing an... |
commit | commitdiff | tree |
2015-07-10 |
Roy Marples | Minor optimisation. |
commit | commitdiff | tree |
2015-07-09 |
Roy Marples | Only run the IPv4LL script on drop when actually droppi... |
commit | commitdiff | tree |
2015-07-09 |
Roy Marples | Release dhcpcd-6.9.1 v6.9.1 |
commit | commitdiff | tree |
2015-07-09 |
Roy Marples | Document many interface assignment from a delegated... |
commit | commitdiff | tree |
2015-07-04 |
Roy Marples | Remove pointless comment. |
commit | commitdiff | tree |
2015-07-04 |
Roy Marples | Refer to the domain name encoding as RFC1035 rather... |
commit | commitdiff | tree |
2015-07-04 |
Roy Marples | Allow static to work for pre-existing addresses without... |
commit | commitdiff | tree |
2015-07-04 |
Roy Marples | When sending to an address, ensure we have a socket. |
commit | commitdiff | tree |
2015-07-03 |
Roy Marples | DHCPv6 elapsed time is centiseconds, not seconds. |
commit | commitdiff | tree |
2015-07-03 |
Roy Marples | Fix DHCPv6 elapsed time. |
commit | commitdiff | tree |
2015-07-03 |
Roy Marples | Compile on OpenBSD again. |
commit | commitdiff | tree |
2015-07-03 |
Roy Marples | Describe the persistent option better with regards... |
commit | commitdiff | tree |
2015-07-02 |
Roy Marples | RFC2132 notes that the Vendor Class identifier option... |
commit | commitdiff | tree |
2015-07-02 |
Roy Marples | Update comment about FQDN encoding |
commit | commitdiff | tree |
2015-07-02 |
Roy Marples | Use constants defined in arpa/nameser.h rather than... |
commit | commitdiff | tree |
2015-07-02 |
Roy Marples | Note that the FDQN has to support domain encoding rathe... |
commit | commitdiff | tree |
2015-07-02 |
Roy Marples | Document why we say some RFC1035 label types are not... |
commit | commitdiff | tree |
2015-07-02 |
Roy Marples | Fix testing reporting the DHCP lease. |
commit | commitdiff | tree |
2015-07-01 |
Roy Marples | If we load a saved lease we are trying to rebind, set... |
commit | commitdiff | tree |
2015-06-29 |
Roy Marples | Send the IPv4LL interface to listeners. |
commit | commitdiff | tree |
2015-06-29 |
Roy Marples | Clarify IPV4LL. |
commit | commitdiff | tree |
2015-06-29 |
Roy Marples | Add an ipv4ll suffix just in case |
commit | commitdiff | tree |
2015-06-29 |
Roy Marples | Add an option to keep arp state when deleting addresses... |
commit | commitdiff | tree |
2015-06-29 |
Roy Marples | Set interface is up when running IPV4LL scripts. |
commit | commitdiff | tree |
2015-06-29 |
Roy Marples | Replace custom uptime() with clock_gettime(2) calls... |
commit | commitdiff | tree |
2015-06-27 |
Roy Marples | Remove pointless warning |
commit | commitdiff | tree |
2015-06-26 |
Roy Marples | Fix compile |
commit | commitdiff | tree |
next |