| 2016-05-02 |
Roy Marples | Solaris does not return AF_LINK addresses in getifaddrs... |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Roy Marples | Fix compile on sunos again. |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Roy Marples | Fix a signed/unsigned comparison. |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Roy Marples | Test exit status of which, not just stdout. |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Roy Marples | Not all systems supply sys/cdefs.h and some require... |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Roy Marples | Prefix dhcp definition type with OT_ |
commit | commitdiff | tree | snapshot |
| 2016-04-30 |
Roy Marples | Move last last extending into it's own option so we... |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Roy Marples | Extending dhcp lease on expire should respect ARP being... |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Roy Marples | When the leaselease option is given, retain the lease... |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Roy Marples | Allow arp_open to be called publically. |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Roy Marples | Keep the ARP state open on announce so we can detect... |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Roy Marples | Fix a potential access after free issue. |
commit | commitdiff | tree | snapshot |
| 2016-04-27 |
Roy Marples | Describe multiple interfaces, master mode and single... |
commit | commitdiff | tree | snapshot |
| 2016-04-27 |
Roy Marples | Save BOOTP leases so they can be dumped. |
commit | commitdiff | tree | snapshot |
| 2016-04-26 |
Roy Marples | Revert prior and just move the RUNDIR check above pidfi... |
commit | commitdiff | tree | snapshot |
| 2016-04-26 |
Roy Marples | Add a hack to ensure RUNDIR exists. |
commit | commitdiff | tree | snapshot |
| 2016-04-26 |
Roy Marples | Ensure we use the correct rundir. |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | Linux does not change netmask/broadcast addresses when... |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | Update remembered addresses for netmask and broadcast... |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | If a DHCP state is ARP probbed successfully and we... |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | Report the broadcast address being added. |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | We can only check rtm_pid for the correct pid - other... |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | Ignore address removals if the broadcast address is... |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | Fix compile. |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | dst becomes brd as it's makes more sense as we mainly... |
commit | commitdiff | tree | snapshot |
| 2016-04-25 |
Roy Marples | Whitespace police. |
commit | commitdiff | tree | snapshot |
| 2016-04-24 |
Roy Marples | CID 1358677: (Negative returns) tuck in poll_fd assignm... |
commit | commitdiff | tree | snapshot |
| 2016-04-24 |
Roy Marples | CID 1358676: Forward NULL. |
commit | commitdiff | tree | snapshot |
| 2016-04-22 |
Roy Marples | Remove closefrom as we don't suffer from fd starvation. |
commit | commitdiff | tree | snapshot |
| 2016-04-21 |
Roy Marples | Clarify the reasoning for not installing a blackhole... |
commit | commitdiff | tree | snapshot |
| 2016-04-21 |
Roy Marples | RFC3315 Section 12.1 is a little vague about adding... |
commit | commitdiff | tree | snapshot |
| 2016-04-20 |
Roy Marples | Release dhcpcd-6.10.3 v6.10.3 |
commit | commitdiff | tree | snapshot |
| 2016-04-20 |
Roy Marples | RFC 3927 Section 2.5 says a defence of an address shoul... |
commit | commitdiff | tree | snapshot |
| 2016-04-18 |
Roy Marples | Add sys/file.h so we can get to flock(2). |
commit | commitdiff | tree | snapshot |
| 2016-04-18 |
Roy Marples | Sync latest from NetBSD. |
commit | commitdiff | tree | snapshot |
| 2016-04-18 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree | snapshot |
| 2016-04-17 |
Roy Marples | Improve xsocket to have the same API as socket. |
commit | commitdiff | tree | snapshot |
| 2016-04-16 |
Roy Marples | Clarify sla 0. |
commit | commitdiff | tree | snapshot |
| 2016-04-16 |
Roy Marples | Don't drop DHCPv6 if the interface is delegated to... |
commit | commitdiff | tree | snapshot |
| 2016-04-16 |
Roy Marples | If sla is 0, just copy the prefix and don't set a black... |
commit | commitdiff | tree | snapshot |
| 2016-04-16 |
Roy Marples | Warn that an sla of 0 is not RFC3633 (section 12.1... |
commit | commitdiff | tree | snapshot |
| 2016-04-13 |
Roy Marples | Set -DHAVE_CONFIG_H after it's blanked on user config... |
commit | commitdiff | tree | snapshot |
| 2016-04-12 |
Roy Marples | Move embedded test to after setting compiler options... |
commit | commitdiff | tree | snapshot |
| 2016-04-12 |
Roy Marples | iSNS is option 83, not 84. |
commit | commitdiff | tree | snapshot |
| 2016-04-11 |
Roy Marples | Add support for int8 and uint8 data types. |
commit | commitdiff | tree | snapshot |
| 2016-04-11 |
Roy Marples | Fix prior definition. |
commit | commitdiff | tree | snapshot |
| 2016-04-11 |
Roy Marples | Support iSNS, RFC4174. |
commit | commitdiff | tree | snapshot |
| 2016-04-10 |
Roy Marples | Sync pidfile.c from NetBSD. |
commit | commitdiff | tree | snapshot |
| 2016-04-10 |
Roy Marples | Make fork process clearer. |
commit | commitdiff | tree | snapshot |
| 2016-04-08 |
Roy Marples | Release dhcpcd-6.10.2 v6.10.2 |
commit | commitdiff | tree | snapshot |
| 2016-04-08 |
Roy Marples | Fix compile warnings. |
commit | commitdiff | tree | snapshot |
| 2016-04-08 |
Roy Marples | Don't dick with IPv4LL route reactions on BSD. |
commit | commitdiff | tree | snapshot |
| 2016-04-08 |
Roy Marples | If a normal default route is added, delete our IPv4LL... |
commit | commitdiff | tree | snapshot |
| 2016-04-08 |
Roy Marples | Fix changing routes on FreeBSD. |
commit | commitdiff | tree | snapshot |
| 2016-04-08 |
Roy Marples | Log RA's only when it's a new router unless debugging... |
commit | commitdiff | tree | snapshot |
| 2016-04-08 |
Roy Marples | Fix BSD for making routes. |
commit | commitdiff | tree | snapshot |
| 2016-04-08 |
Roy Marples | Constify handlert |
commit | commitdiff | tree | snapshot |
| 2016-04-07 |
Roy Marples | Fix a bogus static analyzer bug. |
commit | commitdiff | tree | snapshot |
| 2016-04-07 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree | snapshot |
| 2016-04-07 |
Roy Marples | Linux netlink nlmsg_pid is not process id - only the... |
commit | commitdiff | tree | snapshot |
| 2016-04-06 |
Roy Marples | Don't do ipv6 routes if ipv6 is disabled. |
commit | commitdiff | tree | snapshot |
| 2016-04-06 |
Roy Marples | Fix function name |
commit | commitdiff | tree | snapshot |
| 2016-04-06 |
Roy Marples | Descope dest and gateway when copying routes. Set RTA_I... |
commit | commitdiff | tree | snapshot |
| 2016-04-05 |
Roy Marples | Bring FORCERENEW message in line with others (drop... |
commit | commitdiff | tree | snapshot |
| 2016-04-05 |
Roy Marples | Fix spelling of RECONFIGURE6, fixes [c6f1927f1a]. |
commit | commitdiff | tree | snapshot |
| 2016-04-01 |
Roy Marples | Fix pidfile_lock compat on Linux. |
commit | commitdiff | tree | snapshot |
| 2016-04-01 |
Roy Marples | Remove pidfile handling from dhcpcd and use pidfile_loc... |
commit | commitdiff | tree | snapshot |
| 2016-03-30 |
Roy Marples | Describe how hardware based arping profiles work. |
commit | commitdiff | tree | snapshot |
| 2016-03-28 |
Roy Marples | White space police. |
commit | commitdiff | tree | snapshot |
| 2016-03-23 |
Roy Marples | Document --with-poll |
commit | commitdiff | tree | snapshot |
| 2016-03-23 |
Roy Marples | Fix compile on Linux. |
commit | commitdiff | tree | snapshot |
| 2016-03-17 |
Roy Marples | Make eloop a tad easier to use. |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Roy Marples | Fix dprintf, thanks to OBATA Akio. |
commit | commitdiff | tree | snapshot |
| 2016-03-13 |
Roy Marples | It's possible to receive routing events for non existan... |
commit | commitdiff | tree | snapshot |
| 2016-03-12 |
Roy Marples | Support buggy FreeBSD rc system out of the box. |
commit | commitdiff | tree | snapshot |
| 2016-03-11 |
Roy Marples | Fix configure when >1 ld-elf.so.N |
commit | commitdiff | tree | snapshot |
| 2016-03-11 |
Roy Marples | Fix configure again |
commit | commitdiff | tree | snapshot |
| 2016-03-11 |
Roy Marples | Initialise struct to pass configure on FreeBSD. |
commit | commitdiff | tree | snapshot |
| 2016-03-11 |
Roy Marples | Fix configure tests |
commit | commitdiff | tree | snapshot |
| 2016-03-11 |
Roy Marples | Use -Wall -Werror when running configure tests. |
commit | commitdiff | tree | snapshot |
| 2016-03-11 |
Roy Marples | Fix compile on older platforms which lack O_CLOEXEC. |
commit | commitdiff | tree | snapshot |
| 2016-03-11 |
Roy Marples | Support RTF_CONNECTED, soon to be committed to NetBSD. |
commit | commitdiff | tree | snapshot |
| 2016-03-03 |
Roy Marples | Correct help about for localstatedir and PREFIX. |
commit | commitdiff | tree | snapshot |
| 2016-02-27 |
Roy Marples | If we fail to open kqueue/epoll, abort the loop. |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Roy Marples | Now we have a fd lookup table, we can elimiate the... |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Roy Marples | Use a fd lookup table rather than checking each event... |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Roy Marples | Roll our own reallocarray(3) function because that... |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Roy Marples | This comment no longer applies with kqueue(2) and epoll(7). |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Roy Marples | Describe eloop better. |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Roy Marples | Add POLLOUT to the pselect wrapper. |
commit | commitdiff | tree | snapshot |
| 2016-02-20 |
Roy Marples | Enforce pltime < vltime for prefixes as well. |
commit | commitdiff | tree | snapshot |
| 2016-02-20 |
Roy Marples | Exlcude stale or delegated prefixes from timers. |
commit | commitdiff | tree | snapshot |
| 2016-02-19 |
Roy Marples | Enforce correctness of vltime, pltime, T1 and T2. |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Roy Marples | Set fp to NULL after fclose() to avoid a potential... |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Roy Marples | We need to log expiry time for the lease as each addres... |
commit | commitdiff | tree | snapshot |
| 2016-02-15 |
Roy Marples | Remove ipv6ra_accept_nopublic and just accept it. |
commit | commitdiff | tree | snapshot |
| 2016-02-15 |
Roy Marples | Export STATIC6 to libdhcpcd. |
commit | commitdiff | tree | snapshot |
| 2016-02-15 |
Roy Marples | Check we have arg before accessing it's parsed iaid... |
commit | commitdiff | tree | snapshot |
| 2016-02-15 |
Roy Marples | Ensure that env is freed in arraytostr() fails. Fixes... |
commit | commitdiff | tree | snapshot |
| 2016-02-15 |
Roy Marples | Fix snapshot building |
commit | commitdiff | tree | snapshot |
| next |