]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-04-30  Roy MarplesRemove debug
2014-04-30  Roy MarplesSupport ND6_IFF_OVERRIDE_RTADV
2014-04-30  Roy MarplesFix some potential memory errors.
2014-04-30  Roy MarplesFix some possible leaks.
2014-04-30  Roy MarplesFix an unassigned memory error.
2014-04-28  Roy MarplesSupport IFA_F_NOPREFIXROUTE on Linux.
2014-04-28  Roy MarplesFix compile on Linux
2014-04-28  Roy MarplesSorting interfaces is an IPv4 specific task, so move...
2014-04-28  Roy MarplesNamespace all public dhcpcd.c functions.
2014-04-25  Roy Marplesprintf time_t, hmmmm
2014-04-25  Roy MarplesFix some -Wconversion errors on FreeBSD.
2014-04-25  Roy MarplesFix compile on Linux.
2014-04-25  Roy MarplesFix compile on OpenBSD.
2014-04-25  Roy MarplesMove net.c to if.c.
2014-04-25  Roy MarplesAdd more TAILQ #ifdef tests for older queue.h's
2014-04-25  Roy MarplesSupport older Linux kernels where DAD is not reported.
2014-04-25  Roy MarplesFix --disable-embedded [f097d9f0ef]
2014-04-24  Roy MarplesSupport older systems with different defines for IPV6_R...
2014-04-24  Roy MarplesWork without IFA_F_OPTIMISTIC on Linux.
2014-04-24  Roy MarplesSupport older linux without SOCK_CLOEXEC.
2014-04-23  Roy MarplesMove all Linux only sources into if-linux.c
2014-04-23  Roy MarplesFix compat/queue.h
2014-04-23  Roy MarplesMove all BSD only sources into if-bsd.c
2014-04-23  Roy MarplesCompile embedded in without a config
2014-04-23  Roy MarplesAdd missing file
2014-04-23  Roy Marplesgmake-4 supports != shell assignment operator, like...
2014-04-23  Roy MarplesAdd config-null.mk and a nasty hack to include config...
2014-04-23  Roy MarplesFix compile without IPv4
2014-04-23  Roy MarplesDon't spam timezone updates unless its actually changed.
2014-04-23  Roy MarplesFix compile on OpenBSD
2014-04-23  Roy MarplesFix GNU make depend
2014-04-23  Roy MarplesDefine a macro to include spawn.h or compat/spawn.h...
2014-04-23  Roy MarplesShip a compat queue.h for older systems without any...
2014-04-18  Roy MarplesWork with older libc's without O_CLOEXEC.
2014-04-06  Roy MarplesDocument debug
2014-04-01  Roy MarplesOn a read error, remove the FD from eloop.
2014-04-01  Roy MarplesMove the bpf filter len to a define.
2014-03-31  Roy MarplesMore number differences
2014-03-31  Roy MarplesBPF filter size is unsigned int
2014-03-27  Roy Marples64-bit clang fallout
2014-03-27  Roy MarplesFix some 64-bit fallout
2014-03-27  Roy MarplesAdd -Wconversion to debug CFLAGS and fix fallout.
2014-03-27  Roy MarplesDon't need to zero as many bytes.
2014-03-26  Roy MarplesDefault to building static for a $PREFIX of \ for non...
2014-03-24  Roy MarplesBlank build
2014-03-24  Roy MarplesSo apparently target is just for compilers and we shoul...
2014-03-24  Roy MarplesIf given --build or --host targets, the expectation...
2014-03-23  Roy Marplesglibc 2.17 has clock_gettime in libc directly, so test...
2014-03-22  Roy MarplesBe specific
2014-03-22  Roy MarplesIf not specified, Delegated Prefixes will get an automa...
2014-03-20  Roy MarplesFix compile.
2014-03-20  Roy MarplesAdd a reject route for the delegated prefix so that...
2014-03-20  Roy MarplesBSD has per interface rtadv kernel flag, handle it...
2014-03-19  Roy MarplesWork with FreeBSD ypbind as well.
2014-03-19  Roy MarplesSupport ypbind on OpenBSD.
2014-03-18  Roy MarplesWe don't want to find TENTATIVE addresses
2014-03-18  Roy MarplesOnly fork when the RA has a RDNSS option AND a valid...
2014-03-14  Roy MarplesRelease dhcpcd-6.3.2 v6.3.2
2014-03-13  Roy MarplesIf we can't use cc then try and find a working compiler.
2014-03-12  Roy MarplesSet hoplimit by IPV6_MULTICAST_HOPS intead of each...
2014-03-12  Roy MarplesRemove notion of hoplimit from DHCPv6
2014-03-12  Roy MarplesClarify hop limit
2014-03-11  Roy MarplesSet a hop limit on our DHCPv6 messages.
2014-03-11  Roy MarplesWhitespace
2014-03-11  Roy MarplesRemove the last of the SEND_DAD code
2014-03-11  Roy MarplesMore fixes to dhcp dumping leases.
2014-03-11  Roy MarplesFix a crash when dumping a DHCPv4 lease.
2014-03-11  Roy MarplesEnsure that -M -x ifname does the right thing.
2014-03-11  Roy MarplesDescribe DHCPv6 better.
2014-03-11  Roy MarplesValidate an accepted reconfigure key if we don't requir...
2014-03-10  Roy MarplesFix reconfigure behaviour
2014-03-10  Roy MarplesFix a crash when accepting a reconfigure key.
2014-03-07  Roy MarplesOnly check for carrier if state is still unknown.
2014-03-07  Roy MarplesForce a static build for OpenBSD and a SBINDIR of ...
2014-03-07  Roy MarplesDetect OpenBSD rc system (check instead of status).
2014-03-07  Roy MarplesLog args and ignore --disable-silent-rules
2014-03-07  Roy MarplesA router with a lifetime of zero is no longer a default...
2014-03-07  Roy MarplesAdd -M, --master to force dhcpcd into master mode.
2014-03-07  Roy MarplesRationalise signal handling - HUP now rebinds, ALRM...
2014-03-07  Roy Marplesrtm_hdrlen is OpenBSD only and doesn't appear to be...
2014-03-06  Roy MarplesDeleting IPv4 subnet routes and IPv6 prefixes now works...
2014-03-06  Roy MarplesFix assignment error from strcpy removal.
2014-03-06  Roy MarplesTentative does not mean RTM_DELADDR.
2014-03-06  Roy MarplesWe need AF_LINK and AF_INET sockets. Sigh.
2014-03-06  Roy MarplesInitial support for OpenBSD interface and routing priority.
2014-03-06  Roy MarplesWe changed this file in 2014
2014-03-06  Roy Marplesdhcpcd device context is from temporary storage, so...
2014-03-06  Roy MarplesChange the last strcpy calls to strlcpy.
2014-03-05  Roy MarplesCompile and work on OpenBSD.
2014-03-05  Roy MarplesAdjust comment to match expected behaviour
2014-03-04  Roy MarplesNetBSD sh seems to break with *[![:alnum:]-_]* but...
2014-03-04  Roy MarplesNo need for this code when we can reliably work with...
2014-03-04  Roy MarplesWhitespace
2014-03-04  Roy MarplesSanitize some gcc options in -Wall.
2014-03-04  Roy MarplesWe should really check fscanf value here.
2014-03-04  Roy MarplesTo avoid any future problems, log the TARGET we dervive...
2014-03-03  Roy Marplesoptions is long long.....
2014-03-03  Roy MarplesJust make the configure a bit easier.
2014-03-03  Roy MarplesWe don't care about the result of these functions.
2014-03-03  Roy MarplesFudge deriving os from Debian style
next