]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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
2014-03-03  Roy MarplesWe shouldn't need this anymore
2014-03-03  Roy MarplesCorrect man page RUNDIR
2014-03-03  Roy MarplesWhen deleting IPv6 addresses, remove them from our...
2014-03-03  Roy MarplesExpire DHCP lease and then run no carrier as a seperate...
2014-03-02  Roy MarplesAs we do now listen to the udp socket directly, delete...
2014-03-02  Roy MarplesWork better with autoconf build host
2014-03-01  Roy MarplesCorrectly delete IPv6 addresses from eloop timeouts
2014-03-01  Roy MarplesRelease dhcpcd-6.3.1 v6.3.1
2014-02-28  Roy MarplesFix potential memory loss.
2014-02-28  Roy MarplesIf CC is not defined, default it to cc
2014-02-28  Roy MarplesDon't set CC, always let the environment choose
2014-02-28  Roy MarplesTidy some INET only and INET6 only warnings.
2014-02-28  Roy MarplesFix some silly warnings.
2014-02-28  Roy MarplesFix more clang analyzer warnings. i386/NetBSD and amd64...
2014-02-27  Roy MarplesFix more clang analyzer errors
2014-02-27  Roy MarplesRemove dead line
2014-02-27  Roy MarplesFix all errors reported by clang static analyser.
2014-02-27  Roy MarplesFix some possible pointer checks.
2014-02-27  Roy MarplesTypo
2014-02-27  Roy MarplesReport interface carrier state to the dhcpcd-run-hooks...
2014-02-25  Roy MarplesDon't use a variable length buffer
2014-02-25  Roy MarplesRelease dhcpcd-6.3.0 v6.3.0
2014-02-25  Roy MarplesDocument control sockets and DHCPv6 lease file.
2014-02-25  Roy MarplesRespect initial commandline arguments when rebooting...
2014-02-24  Roy MarplesFix arping moving to the next test if we find the IP...
2014-02-21  Roy MarplesAdd a USE_SIGNALS define.
2014-02-21  Roy MarplesIf there are no file actions or dangerous attributes...
2014-02-21  Roy MarplesWhen removing an interface we need to remove it's route...
2014-02-14  Roy MarplesIf the prefix is not on link, nor autoconf and we don...
2014-02-13  Roy MarplesFix FreeBSD compile warnings.
2014-02-13  Roy MarplesOpen right socket.
2014-02-13  Roy MarplesLog why we cannot delete a route
2014-02-13  Roy MarplesWork without SOCK_CLOEXEC again.
2014-02-13  Roy MarplesFix compile without INET or INET6.
2014-02-12  Roy MarplesEnsure we close the contol socket if we fail to connect.
2014-02-12  Roy MarplesNo need to malloc pidfile.
2014-02-12  Roy MarplesReplace PATH_MAX with something more precise.
2014-02-12  Roy MarplesPATH_MAX is too much, lets be more precise
2014-02-12  Roy MarplesEnsure we remove the socket from the eloop event queue...
2014-02-12  Roy MarplesRemove needless malloc
2014-02-12  Roy MarplesFix compile on BSD
2014-02-12  Roy MarplesMove all global variables into contexts, with a small...
2014-02-08  Roy MarplesFix a compile warning
2014-02-08  Roy MarplesFix writing the pidfile and cleaning up a bit better.
2014-02-08  Roy MarplesMove vendor out of global scope.
2014-02-07  Roy Marplesget_line is now static inside of if-options.c and is...
2014-02-07  Roy MarplesUse fgets instead
2014-02-07  Roy MarplesChanged in 2014
2014-02-07  Roy MarplesUse fscand instead of get_line
2014-02-07  Roy MarplesEnsure fscanf does not overflow.
2014-02-07  Roy MarplesFix compile
2014-02-07  Roy MarplesUse fscanf instead of get_line when parsing /proc/cpuinfo
2014-02-07  Roy MarplesRemove some dead uses of get_monotonic
next