2016-04-08 |
Roy Marples | Fix changing routes on FreeBSD. |
commit | commitdiff | tree |
2016-04-08 |
Roy Marples | Log RA's only when it's a new router unless debugging... |
commit | commitdiff | tree |
2016-04-08 |
Roy Marples | Fix BSD for making routes. |
commit | commitdiff | tree |
2016-04-08 |
Roy Marples | Constify handlert |
commit | commitdiff | tree |
2016-04-07 |
Roy Marples | Fix a bogus static analyzer bug. |
commit | commitdiff | tree |
2016-04-07 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree |
2016-04-07 |
Roy Marples | Linux netlink nlmsg_pid is not process id - only the... |
commit | commitdiff | tree |
2016-04-06 |
Roy Marples | Don't do ipv6 routes if ipv6 is disabled. |
commit | commitdiff | tree |
2016-04-06 |
Roy Marples | Fix function name |
commit | commitdiff | tree |
2016-04-06 |
Roy Marples | Descope dest and gateway when copying routes. Set RTA_I... |
commit | commitdiff | tree |
2016-04-05 |
Roy Marples | Bring FORCERENEW message in line with others (drop... |
commit | commitdiff | tree |
2016-04-05 |
Roy Marples | Fix spelling of RECONFIGURE6, fixes [c6f1927f1a]. |
commit | commitdiff | tree |
2016-04-01 |
Roy Marples | Fix pidfile_lock compat on Linux. |
commit | commitdiff | tree |
2016-04-01 |
Roy Marples | Remove pidfile handling from dhcpcd and use pidfile_loc... |
commit | commitdiff | tree |
2016-03-30 |
Roy Marples | Describe how hardware based arping profiles work. |
commit | commitdiff | tree |
2016-03-28 |
Roy Marples | White space police. |
commit | commitdiff | tree |
2016-03-23 |
Roy Marples | Document --with-poll |
commit | commitdiff | tree |
2016-03-23 |
Roy Marples | Fix compile on Linux. |
commit | commitdiff | tree |
2016-03-17 |
Roy Marples | Make eloop a tad easier to use. |
commit | commitdiff | tree |
2016-03-16 |
Roy Marples | Fix dprintf, thanks to OBATA Akio. |
commit | commitdiff | tree |
2016-03-13 |
Roy Marples | It's possible to receive routing events for non existan... |
commit | commitdiff | tree |
2016-03-12 |
Roy Marples | Support buggy FreeBSD rc system out of the box. |
commit | commitdiff | tree |
2016-03-11 |
Roy Marples | Fix configure when >1 ld-elf.so.N |
commit | commitdiff | tree |
2016-03-11 |
Roy Marples | Fix configure again |
commit | commitdiff | tree |
2016-03-11 |
Roy Marples | Initialise struct to pass configure on FreeBSD. |
commit | commitdiff | tree |
2016-03-11 |
Roy Marples | Fix configure tests |
commit | commitdiff | tree |
2016-03-11 |
Roy Marples | Use -Wall -Werror when running configure tests. |
commit | commitdiff | tree |
2016-03-11 |
Roy Marples | Fix compile on older platforms which lack O_CLOEXEC. |
commit | commitdiff | tree |
2016-03-11 |
Roy Marples | Support RTF_CONNECTED, soon to be committed to NetBSD. |
commit | commitdiff | tree |
2016-03-03 |
Roy Marples | Correct help about for localstatedir and PREFIX. |
commit | commitdiff | tree |
2016-02-27 |
Roy Marples | If we fail to open kqueue/epoll, abort the loop. |
commit | commitdiff | tree |
2016-02-26 |
Roy Marples | Now we have a fd lookup table, we can elimiate the... |
commit | commitdiff | tree |
2016-02-26 |
Roy Marples | Use a fd lookup table rather than checking each event... |
commit | commitdiff | tree |
2016-02-26 |
Roy Marples | Roll our own reallocarray(3) function because that... |
commit | commitdiff | tree |
2016-02-26 |
Roy Marples | This comment no longer applies with kqueue(2) and epoll(7). |
commit | commitdiff | tree |
2016-02-26 |
Roy Marples | Describe eloop better. |
commit | commitdiff | tree |
2016-02-26 |
Roy Marples | Add POLLOUT to the pselect wrapper. |
commit | commitdiff | tree |
2016-02-20 |
Roy Marples | Enforce pltime < vltime for prefixes as well. |
commit | commitdiff | tree |
2016-02-20 |
Roy Marples | Exlcude stale or delegated prefixes from timers. |
commit | commitdiff | tree |
2016-02-19 |
Roy Marples | Enforce correctness of vltime, pltime, T1 and T2. |
commit | commitdiff | tree |
2016-02-16 |
Roy Marples | Set fp to NULL after fclose() to avoid a potential... |
commit | commitdiff | tree |
2016-02-16 |
Roy Marples | We need to log expiry time for the lease as each addres... |
commit | commitdiff | tree |
2016-02-15 |
Roy Marples | Remove ipv6ra_accept_nopublic and just accept it. |
commit | commitdiff | tree |
2016-02-15 |
Roy Marples | Export STATIC6 to libdhcpcd. |
commit | commitdiff | tree |
2016-02-15 |
Roy Marples | Check we have arg before accessing it's parsed iaid... |
commit | commitdiff | tree |
2016-02-15 |
Roy Marples | Ensure that env is freed in arraytostr() fails. Fixes... |
commit | commitdiff | tree |
2016-02-15 |
Roy Marples | Fix snapshot building |
commit | commitdiff | tree |
2016-02-15 |
Roy Marples | This can be const at least. |
commit | commitdiff | tree |
2016-02-15 |
Roy Marples | Fix compile warning. |
commit | commitdiff | tree |
2016-02-15 |
Roy Marples | Fix compile on BSD, [7e6b5d07d5] |
commit | commitdiff | tree |
2016-02-14 |
Roy Marples | For the time being, consider STATIC6 as not up |
commit | commitdiff | tree |
2016-02-14 |
Roy Marples | Fix non IPv6 build. |
commit | commitdiff | tree |
2016-02-14 |
Roy Marples | Make ipv6_newaddr static |
commit | commitdiff | tree |
2016-02-14 |
Roy Marples | Add request, inform and inform6 to dhcpcd.conf |
commit | commitdiff | tree |
2016-02-14 |
Roy Marples | If we handle >1 static IPv6 address, test them all... |
commit | commitdiff | tree |
2016-02-14 |
Roy Marples | Implement IPv6 static address, fixes [29417b793e]. |
commit | commitdiff | tree |
2016-02-12 |
Roy Marples | fclose the pointer if chmod fails, fixes [b434b7f79e] |
commit | commitdiff | tree |
2016-02-12 |
Roy Marples | Fix a potential memory leak if strdup fails, [6d370974e2] |
commit | commitdiff | tree |
2016-02-11 |
Roy Marples | Change IF_SSIDSIZE to IF_SSIDLEN to be more clear about it. |
commit | commitdiff | tree |
2016-02-11 |
Roy Marples | Fix a potential SSID overflow if the SSID maximum lengt... |
commit | commitdiff | tree |
2016-02-11 |
Roy Marples | Clarify fallingthrough a switch. |
commit | commitdiff | tree |
2016-02-11 |
Roy Marples | Fix compat/arc4random() to not stir on every evocation. |
commit | commitdiff | tree |
2016-02-05 |
Roy Marples | Comment out dead assignment. |
commit | commitdiff | tree |
2016-02-05 |
Roy Marples | Remove debug |
commit | commitdiff | tree |
2016-02-05 |
Roy Marples | Allow embedded comments. |
commit | commitdiff | tree |
2016-02-04 |
Roy Marples | Fix activating a stopped interface. |
commit | commitdiff | tree |
2016-02-04 |
Roy Marples | When activating an interface, bring up a basic config... |
commit | commitdiff | tree |
2016-02-04 |
Roy Marples | Introduce IF_INACTIVE, IF_ACTIVE and IF_ACTIVE_USER... |
commit | commitdiff | tree |
2016-02-04 |
Roy Marples | Activate interfaces to delegate to when we start DHCPv6, |
commit | commitdiff | tree |
2016-02-04 |
Roy Marples | Return a better error if we don't find our interface. |
commit | commitdiff | tree |
2016-02-03 |
Roy Marples | Touched these in 2016. |
commit | commitdiff | tree |
2016-02-03 |
Roy Marples | Fix parsing prefix_len |
commit | commitdiff | tree |
2016-02-03 |
Roy Marples | Don't be gready in allocating space for extra SLA's... |
commit | commitdiff | tree |
2016-02-03 |
Roy Marples | Fix copying some IPv6 route masks on BSD. |
commit | commitdiff | tree |
2016-02-02 |
Roy Marples | Move ROUNDUP8 to common.h as it's not IPv6 specific. |
commit | commitdiff | tree |
2016-02-02 |
Roy Marples | Fix Prefix Delegation assigning the SLA in the correct... |
commit | commitdiff | tree |
2016-02-02 |
Roy Marples | Use fls64 instead of ffs64 because we're interested... |
commit | commitdiff | tree |
2016-02-02 |
Roy Marples | Allow multiple automatic SLA if no SLA is set to 0. |
commit | commitdiff | tree |
2016-02-01 |
Roy Marples | Reduce some more casts. |
commit | commitdiff | tree |
2016-02-01 |
Roy Marples | Reduce needless casts on void * |
commit | commitdiff | tree |
2016-02-01 |
Roy Marples | Do the same for IPv6 as the prior patch. |
commit | commitdiff | tree |
2016-02-01 |
Roy Marples | Fix a crash where existing routes dhcpcd wants to parse... |
commit | commitdiff | tree |
2016-01-29 |
Roy Marples | Allow a suffix of 0 to mean a slaac style PD address. |
commit | commitdiff | tree |
2016-01-29 |
Roy Marples | Fix compile on Linux |
commit | commitdiff | tree |
2016-01-29 |
Roy Marples | Allow the suffix of PD addresses to be configurable. |
commit | commitdiff | tree |
2016-01-29 |
Roy Marples | Remove our internal ffs32 and just use bitops.h |
commit | commitdiff | tree |
2016-01-29 |
Roy Marples | Use ffs64(3) instead of ffs(3) when calculating to... |
commit | commitdiff | tree |
2016-01-29 |
Roy Marples | Max prefix to request is really 120 |
commit | commitdiff | tree |
2016-01-25 |
Roy Marples | A blank hostname is not a valid hostname |
commit | commitdiff | tree |
2016-01-22 |
Roy Marples | Move the queue.h test to just before our structures... |
commit | commitdiff | tree |
2016-01-22 |
Roy Marples | Move eloop structure inside eloop.c - the outside has... |
commit | commitdiff | tree |
2016-01-22 |
Roy Marples | Fix build without INET |
commit | commitdiff | tree |
2016-01-22 |
Roy Marples | Check return value of snprintf and ipv6_printaddr. |
commit | commitdiff | tree |
2016-01-20 |
Roy Marples | Fix delegation activating interfaces. v6.10.1 |
commit | commitdiff | tree |
2016-01-20 |
Roy Marples | Release dhcpcd-6.10.1 |
commit | commitdiff | tree |
2016-01-14 |
Roy Marples | Remove unused prototypes. |
commit | commitdiff | tree |
2016-01-14 |
Roy Marples | Add the -1, --oneshot option which causes dhcpcd to... |
commit | commitdiff | tree |
2016-01-14 |
Roy Marples | Improve interval arrival and departure when running... |
commit | commitdiff | tree |
2016-01-11 |
Roy Marples | Only stop the interface if it's active when the interfa... |
commit | commitdiff | tree |
2016-01-07 |
Roy Marples | Reduce mallocs when printing pidfile |
commit | commitdiff | tree |
next |