]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2016-05-02  Roy MarplesSolaris does not return AF_LINK addresses in getifaddrs...
2016-05-01  Roy MarplesFix compile on sunos again.
2016-05-01  Roy MarplesFix a signed/unsigned comparison.
2016-05-01  Roy MarplesTest exit status of which, not just stdout.
2016-05-01  Roy MarplesNot all systems supply sys/cdefs.h and some require...
2016-05-01  Roy MarplesPrefix dhcp definition type with OT_
2016-04-30  Roy MarplesMove last last extending into it's own option so we...
2016-04-29  Roy MarplesExtending dhcp lease on expire should respect ARP being...
2016-04-29  Roy MarplesWhen the leaselease option is given, retain the lease...
2016-04-29  Roy MarplesAllow arp_open to be called publically.
2016-04-29  Roy MarplesKeep the ARP state open on announce so we can detect...
2016-04-29  Roy MarplesFix a potential access after free issue.
2016-04-27  Roy MarplesDescribe multiple interfaces, master mode and single...
2016-04-27  Roy MarplesSave BOOTP leases so they can be dumped.
2016-04-26  Roy MarplesRevert prior and just move the RUNDIR check above pidfi...
2016-04-26  Roy MarplesAdd a hack to ensure RUNDIR exists.
2016-04-26  Roy MarplesEnsure we use the correct rundir.
2016-04-25  Roy MarplesLinux does not change netmask/broadcast addresses when...
2016-04-25  Roy MarplesUpdate remembered addresses for netmask and broadcast...
2016-04-25  Roy MarplesIf a DHCP state is ARP probbed successfully and we...
2016-04-25  Roy MarplesReport the broadcast address being added.
2016-04-25  Roy MarplesWe can only check rtm_pid for the correct pid - other...
2016-04-25  Roy MarplesIgnore address removals if the broadcast address is...
2016-04-25  Roy MarplesFix compile.
2016-04-25  Roy Marplesdst becomes brd as it's makes more sense as we mainly...
2016-04-25  Roy MarplesWhitespace police.
2016-04-24  Roy MarplesCID 1358677: (Negative returns) tuck in poll_fd assignm...
2016-04-24  Roy MarplesCID 1358676: Forward NULL.
2016-04-22  Roy MarplesRemove closefrom as we don't suffer from fd starvation.
2016-04-21  Roy MarplesClarify the reasoning for not installing a blackhole...
2016-04-21  Roy MarplesRFC3315 Section 12.1 is a little vague about adding...
2016-04-20  Roy MarplesRelease dhcpcd-6.10.3 v6.10.3
2016-04-20  Roy MarplesRFC 3927 Section 2.5 says a defence of an address shoul...
2016-04-18  Roy MarplesAdd sys/file.h so we can get to flock(2).
2016-04-18  Roy MarplesSync latest from NetBSD.
2016-04-18  Roy MarplesFix compile on BSD.
2016-04-17  Roy MarplesImprove xsocket to have the same API as socket.
2016-04-16  Roy MarplesClarify sla 0.
2016-04-16  Roy MarplesDon't drop DHCPv6 if the interface is delegated to...
2016-04-16  Roy MarplesIf sla is 0, just copy the prefix and don't set a black...
2016-04-16  Roy MarplesWarn that an sla of 0 is not RFC3633 (section 12.1...
2016-04-13  Roy MarplesSet -DHAVE_CONFIG_H after it's blanked on user config...
2016-04-12  Roy MarplesMove embedded test to after setting compiler options...
2016-04-12  Roy MarplesiSNS is option 83, not 84.
2016-04-11  Roy MarplesAdd support for int8 and uint8 data types.
2016-04-11  Roy MarplesFix prior definition.
2016-04-11  Roy MarplesSupport iSNS, RFC4174.
2016-04-10  Roy MarplesSync pidfile.c from NetBSD.
2016-04-10  Roy MarplesMake fork process clearer.
2016-04-08  Roy MarplesRelease dhcpcd-6.10.2 v6.10.2
2016-04-08  Roy MarplesFix compile warnings.
2016-04-08  Roy MarplesDon't dick with IPv4LL route reactions on BSD.
2016-04-08  Roy MarplesIf a normal default route is added, delete our IPv4LL...
2016-04-08  Roy MarplesFix changing routes on FreeBSD.
2016-04-08  Roy MarplesLog RA's only when it's a new router unless debugging...
2016-04-08  Roy MarplesFix BSD for making routes.
2016-04-08  Roy MarplesConstify handlert
2016-04-07  Roy MarplesFix a bogus static analyzer bug.
2016-04-07  Roy MarplesFix compile on BSD.
2016-04-07  Roy MarplesLinux netlink nlmsg_pid is not process id - only the...
2016-04-06  Roy MarplesDon't do ipv6 routes if ipv6 is disabled.
2016-04-06  Roy MarplesFix function name
2016-04-06  Roy MarplesDescope dest and gateway when copying routes. Set RTA_I...
2016-04-05  Roy MarplesBring FORCERENEW message in line with others (drop...
2016-04-05  Roy MarplesFix spelling of RECONFIGURE6, fixes [c6f1927f1a].
2016-04-01  Roy MarplesFix pidfile_lock compat on Linux.
2016-04-01  Roy MarplesRemove pidfile handling from dhcpcd and use pidfile_loc...
2016-03-30  Roy MarplesDescribe how hardware based arping profiles work.
2016-03-28  Roy MarplesWhite space police.
2016-03-23  Roy MarplesDocument --with-poll
2016-03-23  Roy MarplesFix compile on Linux.
2016-03-17  Roy MarplesMake eloop a tad easier to use.
2016-03-16  Roy MarplesFix dprintf, thanks to OBATA Akio.
2016-03-13  Roy MarplesIt's possible to receive routing events for non existan...
2016-03-12  Roy MarplesSupport buggy FreeBSD rc system out of the box.
2016-03-11  Roy MarplesFix configure when >1 ld-elf.so.N
2016-03-11  Roy MarplesFix configure again
2016-03-11  Roy MarplesInitialise struct to pass configure on FreeBSD.
2016-03-11  Roy MarplesFix configure tests
2016-03-11  Roy MarplesUse -Wall -Werror when running configure tests.
2016-03-11  Roy MarplesFix compile on older platforms which lack O_CLOEXEC.
2016-03-11  Roy MarplesSupport RTF_CONNECTED, soon to be committed to NetBSD.
2016-03-03  Roy MarplesCorrect help about for localstatedir and PREFIX.
2016-02-27  Roy MarplesIf we fail to open kqueue/epoll, abort the loop.
2016-02-26  Roy MarplesNow we have a fd lookup table, we can elimiate the...
2016-02-26  Roy MarplesUse a fd lookup table rather than checking each event...
2016-02-26  Roy MarplesRoll our own reallocarray(3) function because that...
2016-02-26  Roy MarplesThis comment no longer applies with kqueue(2) and epoll(7).
2016-02-26  Roy MarplesDescribe eloop better.
2016-02-26  Roy MarplesAdd POLLOUT to the pselect wrapper.
2016-02-20  Roy MarplesEnforce pltime < vltime for prefixes as well.
2016-02-20  Roy MarplesExlcude stale or delegated prefixes from timers.
2016-02-19  Roy MarplesEnforce correctness of vltime, pltime, T1 and T2.
2016-02-16  Roy MarplesSet fp to NULL after fclose() to avoid a potential...
2016-02-16  Roy MarplesWe need to log expiry time for the lease as each addres...
2016-02-15  Roy MarplesRemove ipv6ra_accept_nopublic and just accept it.
2016-02-15  Roy MarplesExport STATIC6 to libdhcpcd.
2016-02-15  Roy MarplesCheck we have arg before accessing it's parsed iaid...
2016-02-15  Roy MarplesEnsure that env is freed in arraytostr() fails. Fixes...
2016-02-15  Roy MarplesFix snapshot building
next