2015-06-26 |
Roy Marples | As DHCP and IPv4LL now have separate route generators... |
commit | commitdiff | tree |
2015-06-26 |
Roy Marples | Announce the address. |
commit | commitdiff | tree |
2015-06-26 |
Roy Marples | Remove the complex ARP logic when binding a lease and... |
commit | commitdiff | tree |
2015-06-26 |
Roy Marples | Remove the arp_state argument to dhcp_bind |
commit | commitdiff | tree |
2015-06-26 |
Roy Marples | Announce our IPv4LL address. |
commit | commitdiff | tree |
2015-06-25 |
Roy Marples | Even if we ignore the RA due to no public addresses... |
commit | commitdiff | tree |
2015-06-25 |
Roy Marples | Correct address test, thanks to Michał Kępień. |
commit | commitdiff | tree |
2015-06-25 |
Roy Marples | Add an free callback to ARP states so that they can... |
commit | commitdiff | tree |
2015-06-24 |
Roy Marples | Only use MRT if we have an MRT |
commit | commitdiff | tree |
2015-06-24 |
Roy Marples | Add a guard to ensure failure to send a DHCP release... |
commit | commitdiff | tree |
2015-06-23 |
Roy Marples | Remove redundant IPv4LL checks |
commit | commitdiff | tree |
2015-06-20 |
Roy Marples | Ensure we have an IPv4 state before starting DHCP. |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Remove the root check - invalid permission errors shoul... |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Set the BPF memory to zero. |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Move the BPF buffer from DHCP into IPv4 where it belongs. |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Fix compile |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Move ARP state out of DHCP. |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Free the ARP state on conflict rather than just closing... |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | If we free the last ARP state, close the ARP socket. |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Even though WPAD is an expired RFC, some browsers are... |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Ensure we can always read the DHCP option length when... |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | Improve error handling for option length. |
commit | commitdiff | tree |
2015-06-19 |
Roy Marples | When we have a zero length for an embedded option,... |
commit | commitdiff | tree |
2015-06-16 |
Roy Marples | Style |
commit | commitdiff | tree |
2015-06-16 |
Roy Marples | Check the interface has an IPv4 state before enumarting... |
commit | commitdiff | tree |
2015-06-15 |
Roy Marples | Remove a pre-existing IPv4LL address when binding a... |
commit | commitdiff | tree |
2015-06-14 |
Roy Marples | Allow IPv4LL to qualify an added address. |
commit | commitdiff | tree |
2015-06-13 |
Roy Marples | Build routes and daemonise when we get an IPv4LL address. |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Improve IPv4LL debug messages. |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Fix compile on BSD |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Fix network_number. |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Use macro HTONL to fix compile on Linux and drop addres... |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Add a macro version of htonl(3). |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Fix IPV4LL making the correct environment. |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Add the DHCPCD_NODROP macro to simplify if we drop... |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Stop making IPv4LL into a DHCP lease and treat it indep... |
commit | commitdiff | tree |
2015-06-12 |
Roy Marples | Check fclose(3) writes correctly, thanks to Bob. |
commit | commitdiff | tree |
2015-06-09 |
Roy Marples | Set af_waiting if any interface or global is waiting. |
commit | commitdiff | tree |
2015-06-09 |
Roy Marples | Remove if_oneup and replace with if_afwaited and af_waited. |
commit | commitdiff | tree |
2015-06-09 |
Roy Marples | Describe which IP address family we are waiting for. |
commit | commitdiff | tree |
2015-06-09 |
Roy Marples | Log IPv4 DAD completing when the kernel handles DAD. |
commit | commitdiff | tree |
2015-06-05 |
Roy Marples | Remove the pseudo interface created for prefix delegati... |
commit | commitdiff | tree |
2015-06-05 |
Roy Marples | Reject any NA/RA message with a hoplimit not equal... |
commit | commitdiff | tree |
2015-06-03 |
Roy Marples | Add an option to skip the initial randomised protocol... |
commit | commitdiff | tree |
2015-06-03 |
Roy Marples | Even if the script is /dev/null or NULL, always send... |
commit | commitdiff | tree |
2015-05-31 |
Roy Marples | Disable IP address waiting for pseudo interfaces, fixes... |
commit | commitdiff | tree |
2015-05-29 |
Roy Marples | Send and release if we have an address to send to. |
commit | commitdiff | tree |
2015-05-29 |
Roy Marples | Set the magic cookie on our faked DHCP messages so... |
commit | commitdiff | tree |
2015-05-29 |
Roy Marples | Use strtoi(3) instead of sscanf(3) to grab CIDR from... |
commit | commitdiff | tree |
2015-05-25 |
Roy Marples | Report the new nd_ options. |
commit | commitdiff | tree |
2015-05-23 |
Roy Marples | Only blank out wait options if we are parsing a valid... |
commit | commitdiff | tree |
2015-05-23 |
Roy Marples | Fix ARP checking. |
commit | commitdiff | tree |
2015-05-23 |
Roy Marples | Ensure that new_block is zero before use, fixes [1972d6... |
commit | commitdiff | tree |
2015-05-23 |
Roy Marples | Move the Is The Route a Host Route check to when we... |
commit | commitdiff | tree |
2015-05-20 |
Roy Marples | Fix waiting for ip address, [1972d664c2]. |
commit | commitdiff | tree |
2015-05-18 |
Roy Marples | Use xz instead of bzip2 to create the distribution. |
commit | commitdiff | tree |
2015-05-16 |
Roy Marples | Release dhcpcd-6.9.0 v6.9.0 |
commit | commitdiff | tree |
2015-05-16 |
Roy Marples | Ensure we have a state when prefering another address. |
commit | commitdiff | tree |
2015-05-16 |
Roy Marples | Add an assert to fix an impossible clang analyzer condition |
commit | commitdiff | tree |
2015-05-16 |
Roy Marples | Fix a control socketm error. |
commit | commitdiff | tree |
2015-05-16 |
Roy Marples | Fix some casts. |
commit | commitdiff | tree |
2015-05-16 |
Roy Marples | Improve IN_IFF_TENTATIVE with ip sharing. |
commit | commitdiff | tree |
2015-05-16 |
Roy Marples | Make this easier to read. |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | Don't send DHCP messages when we don't have a carrier. |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | Check a DHCP state exists when deleting an address... |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | Fix compile on FreeBSD |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | OpenBSD fixes. |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | Fix building without INET or INET6. |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | Fix another analyzer error. |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | Fix an analyzer error. |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | For now, ignore ND DNS lifetimes unless they are absent... |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | For each ND, output the time of acquisition and the... |
commit | commitdiff | tree |
2015-05-15 |
Roy Marples | Add new variable of type bitflags:flags |
commit | commitdiff | tree |
2015-05-14 |
Roy Marples | Fix compile on NetBSD. |
commit | commitdiff | tree |
2015-05-14 |
Roy Marples | gcc cleanups |
commit | commitdiff | tree |
2015-05-14 |
Roy Marples | Handle ND options in the same way we handle DHCP and... |
commit | commitdiff | tree |
2015-05-14 |
Roy Marples | Fix compile on Linux. |
commit | commitdiff | tree |
2015-05-14 |
Roy Marples | Fix waiting on non interface ip, [2095791c47]. |
commit | commitdiff | tree |
2015-05-14 |
Roy Marples | Allow waitip to work per interface. |
commit | commitdiff | tree |
2015-05-14 |
Roy Marples | Improve eloop api so we don't force a delete write... |
commit | commitdiff | tree |
2015-05-13 |
Roy Marples | hmmmm, seems this isn't needed anymore ... |
commit | commitdiff | tree |
2015-05-13 |
Roy Marples | Ensure adding an event does not have an fd of -1 |
commit | commitdiff | tree |
2015-05-13 |
Roy Marples | Disable asserts for non debug builds. |
commit | commitdiff | tree |
2015-05-13 |
Roy Marples | Ensure oldset is empty before sigprocmask call ...... |
commit | commitdiff | tree |
2015-05-13 |
Roy Marples | Ensure kqueue/epoll fd is open on init. |
commit | commitdiff | tree |
2015-05-13 |
Roy Marples | Sprinkle some asserts |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | setting signals should require an explicit len rather... |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | Fix compile on BSD |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | Use ppoll as pollts if available. |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | Remove compat for polling, dhcpcd now requires pselect... |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | Add a pollts wrapper in eloop.c directly so it really... |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | Improve eloop loading sys/queue.h |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | Make eloop entirely independant from dhcpcd. |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | eloop_ctx -> eloop |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | Move signal handling into eloop with just the callback... |
commit | commitdiff | tree |
2015-05-12 |
Roy Marples | Replace get_monotonic usage with the standard clock_get... |
commit | commitdiff | tree |
2015-05-09 |
Roy Marples | Fix prior |
commit | commitdiff | tree |
2015-05-09 |
Roy Marples | Remove dhcpcd specifics from eloop to make more portable. |
commit | commitdiff | tree |
2015-05-09 |
Roy Marples | Note we cannot set static DHCPv6 values. |
commit | commitdiff | tree |
2015-05-09 |
Roy Marples | Check if we have an IPv6 context before expiring RA's. |
commit | commitdiff | tree |
next |