]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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
2016-02-15  Roy MarplesThis can be const at least.
2016-02-15  Roy MarplesFix compile warning.
2016-02-15  Roy MarplesFix compile on BSD, [7e6b5d07d5]
2016-02-14  Roy MarplesFor the time being, consider STATIC6 as not up
2016-02-14  Roy MarplesFix non IPv6 build.
2016-02-14  Roy MarplesMake ipv6_newaddr static
2016-02-14  Roy MarplesAdd request, inform and inform6 to dhcpcd.conf
2016-02-14  Roy MarplesIf we handle >1 static IPv6 address, test them all...
2016-02-14  Roy MarplesImplement IPv6 static address, fixes [29417b793e].
2016-02-12  Roy Marplesfclose the pointer if chmod fails, fixes [b434b7f79e]
2016-02-12  Roy MarplesFix a potential memory leak if strdup fails, [6d370974e2]
2016-02-11  Roy MarplesChange IF_SSIDSIZE to IF_SSIDLEN to be more clear about it.
2016-02-11  Roy MarplesFix a potential SSID overflow if the SSID maximum lengt...
2016-02-11  Roy MarplesClarify fallingthrough a switch.
2016-02-11  Roy MarplesFix compat/arc4random() to not stir on every evocation.
2016-02-05  Roy MarplesComment out dead assignment.
2016-02-05  Roy MarplesRemove debug
2016-02-05  Roy MarplesAllow embedded comments.
2016-02-04  Roy MarplesFix activating a stopped interface.
2016-02-04  Roy MarplesWhen activating an interface, bring up a basic config...
2016-02-04  Roy MarplesIntroduce IF_INACTIVE, IF_ACTIVE and IF_ACTIVE_USER...
2016-02-04  Roy MarplesActivate interfaces to delegate to when we start DHCPv6,
2016-02-04  Roy MarplesReturn a better error if we don't find our interface.
2016-02-03  Roy MarplesTouched these in 2016.
2016-02-03  Roy MarplesFix parsing prefix_len
2016-02-03  Roy MarplesDon't be gready in allocating space for extra SLA's...
2016-02-03  Roy MarplesFix copying some IPv6 route masks on BSD.
2016-02-02  Roy MarplesMove ROUNDUP8 to common.h as it's not IPv6 specific.
2016-02-02  Roy MarplesFix Prefix Delegation assigning the SLA in the correct...
2016-02-02  Roy MarplesUse fls64 instead of ffs64 because we're interested...
2016-02-02  Roy MarplesAllow multiple automatic SLA if no SLA is set to 0.
2016-02-01  Roy MarplesReduce some more casts.
2016-02-01  Roy MarplesReduce needless casts on void *
2016-02-01  Roy MarplesDo the same for IPv6 as the prior patch.
2016-02-01  Roy MarplesFix a crash where existing routes dhcpcd wants to parse...
2016-01-29  Roy MarplesAllow a suffix of 0 to mean a slaac style PD address.
2016-01-29  Roy MarplesFix compile on Linux
2016-01-29  Roy MarplesAllow the suffix of PD addresses to be configurable.
2016-01-29  Roy MarplesRemove our internal ffs32 and just use bitops.h
2016-01-29  Roy MarplesUse ffs64(3) instead of ffs(3) when calculating to...
2016-01-29  Roy MarplesMax prefix to request is really 120
2016-01-25  Roy MarplesA blank hostname is not a valid hostname
2016-01-22  Roy MarplesMove the queue.h test to just before our structures...
2016-01-22  Roy MarplesMove eloop structure inside eloop.c - the outside has...
2016-01-22  Roy MarplesFix build without INET
2016-01-22  Roy MarplesCheck return value of snprintf and ipv6_printaddr.
2016-01-20  Roy MarplesFix delegation activating interfaces. v6.10.1
2016-01-20  Roy MarplesRelease dhcpcd-6.10.1
2016-01-14  Roy MarplesRemove unused prototypes.
2016-01-14  Roy MarplesAdd the -1, --oneshot option which causes dhcpcd to...
2016-01-14  Roy MarplesImprove interval arrival and departure when running...
2016-01-11  Roy MarplesOnly stop the interface if it's active when the interfa...
2016-01-07  Roy MarplesReduce mallocs when printing pidfile
next