]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2015-05-29  Roy MarplesSet the magic cookie on our faked DHCP messages so...
2015-05-29  Roy MarplesUse strtoi(3) instead of sscanf(3) to grab CIDR from...
2015-05-25  Roy MarplesReport the new nd_ options.
2015-05-23  Roy MarplesOnly blank out wait options if we are parsing a valid...
2015-05-23  Roy MarplesFix ARP checking.
2015-05-23  Roy MarplesEnsure that new_block is zero before use, fixes [1972d6...
2015-05-23  Roy MarplesMove the Is The Route a Host Route check to when we...
2015-05-20  Roy MarplesFix waiting for ip address, [1972d664c2].
2015-05-18  Roy MarplesUse xz instead of bzip2 to create the distribution.
2015-05-16  Roy MarplesRelease dhcpcd-6.9.0 v6.9.0
2015-05-16  Roy MarplesEnsure we have a state when prefering another address.
2015-05-16  Roy MarplesAdd an assert to fix an impossible clang analyzer condition
2015-05-16  Roy MarplesFix a control socketm error.
2015-05-16  Roy MarplesFix some casts.
2015-05-16  Roy MarplesImprove IN_IFF_TENTATIVE with ip sharing.
2015-05-16  Roy MarplesMake this easier to read.
2015-05-15  Roy MarplesDon't send DHCP messages when we don't have a carrier.
2015-05-15  Roy MarplesCheck a DHCP state exists when deleting an address...
2015-05-15  Roy MarplesFix compile on FreeBSD
2015-05-15  Roy MarplesOpenBSD fixes.
2015-05-15  Roy MarplesFix building without INET or INET6.
2015-05-15  Roy MarplesFix another analyzer error.
2015-05-15  Roy MarplesFix an analyzer error.
2015-05-15  Roy MarplesFor now, ignore ND DNS lifetimes unless they are absent...
2015-05-15  Roy MarplesFor each ND, output the time of acquisition and the...
2015-05-15  Roy MarplesAdd new variable of type bitflags:flags
2015-05-14  Roy MarplesFix compile on NetBSD.
2015-05-14  Roy Marplesgcc cleanups
2015-05-14  Roy MarplesHandle ND options in the same way we handle DHCP and...
2015-05-14  Roy MarplesFix compile on Linux.
2015-05-14  Roy MarplesFix waiting on non interface ip, [2095791c47].
2015-05-14  Roy MarplesAllow waitip to work per interface.
2015-05-14  Roy MarplesImprove eloop api so we don't force a delete write...
2015-05-13  Roy Marpleshmmmm, seems this isn't needed anymore ...
2015-05-13  Roy MarplesEnsure adding an event does not have an fd of -1
2015-05-13  Roy MarplesDisable asserts for non debug builds.
2015-05-13  Roy MarplesEnsure oldset is empty before sigprocmask call ......
2015-05-13  Roy MarplesEnsure kqueue/epoll fd is open on init.
2015-05-13  Roy MarplesSprinkle some asserts
2015-05-12  Roy Marplessetting signals should require an explicit len rather...
2015-05-12  Roy MarplesFix compile on BSD
2015-05-12  Roy MarplesUse ppoll as pollts if available.
2015-05-12  Roy MarplesRemove compat for polling, dhcpcd now requires pselect...
2015-05-12  Roy MarplesAdd a pollts wrapper in eloop.c directly so it really...
2015-05-12  Roy MarplesImprove eloop loading sys/queue.h
2015-05-12  Roy MarplesMake eloop entirely independant from dhcpcd.
2015-05-12  Roy Marpleseloop_ctx -> eloop
2015-05-12  Roy MarplesMove signal handling into eloop with just the callback...
2015-05-12  Roy MarplesReplace get_monotonic usage with the standard clock_get...
2015-05-09  Roy MarplesFix prior
2015-05-09  Roy MarplesRemove dhcpcd specifics from eloop to make more portable.
2015-05-09  Roy MarplesNote we cannot set static DHCPv6 values.
2015-05-09  Roy MarplesCheck if we have an IPv6 context before expiring RA's.
2015-05-06  Roy MarplesFix IPv6 prefix underflow when confirming deprecated...
2015-05-02  Roy MarplesRelease dhcpcd-6.8.2 v6.8.2
2015-05-02  Roy MarplesFix compile on FreeBSD.
2015-05-01  Roy MarplesKNF
2015-05-01  Roy MarplesFix compile on non NetBSD-8
2015-05-01  Roy MarplesFix some compiler warnings.
2015-05-01  Roy MarplesOn carrier down, rebuild routes and expire RA's if...
2015-05-01  Roy MarplesDelete duplicated addresses.
2015-05-01  Roy MarplesFix reporting of non existant DHCPv6 lease.
2015-05-01  Roy MarplesFix compile on Linux.
2015-05-01  Roy MarplesIf config file changed, drop leases and re-disover.
2015-05-01  Roy MarplesMove address learning into a separate function for...
2015-05-01  Roy MarplesAdd initial support for keeping addresses at carrier...
2015-05-01  Roy MarplesFix compile and warnings on Linux for prior patch.
2015-05-01  Roy MarplesSupport IN_IFF_TENTATIVE and IN_IFF_DUPLICATED on NetBSD.
2015-05-01  Roy MarplesRemove this unused function.
2015-05-01  Roy MarplesLet arp_new take an address so we never have duplicate
2015-04-30  Roy MarplesMake code cleaner with UNUSED
2015-04-30  Roy MarplesEnsure errno is set if we dont find an interface.
2015-04-30  Roy MarplesMake finding interfaces take an interface list rather...
2015-04-24  Roy MarplesMove carrier state higher up the interface preference...
2015-04-24  Roy MarplesAdd dhcpcd_drop function to reduce code complexity.
2015-04-21  Roy MarplesFix some more -Wconversion issues.
2015-04-20  Roy MarplesGive up on _BSD_SOURCE and use _GNU_SOURCE for Linux.
2015-04-16  Roy MarplesCopy out some route types.
2015-04-16  Roy MarplesBSD handles a subnet route for addresses of /32.
2015-04-16  Roy MarplesEnsure static routes are in multiples of 8 and the...
2015-04-15  Roy MarplesStore a host route as the kernel would like it, rather...
2015-04-15  Roy MarplesFix routing generation when we receive a host route...
2015-04-12  Roy MarplesFix a segfault when finding a route without an interface.
2015-04-07  Roy MarplesOnly take into account useable IPv6 public addresses.
2015-04-07  Roy MarplesNo point in sending Maximum Message Size DHCP option...
2015-04-06  Roy MarplesThe bootp option will stop sending the DHCP Message...
2015-04-05  Roy MarplesRemove sockaddr_storage reference in sockaddr unions...
2015-04-05  Roy MarplesCheck the magic cookie when retreiving an option.
2015-04-04  Roy MarplesIf we receieve an RA without a public prefix but with...
2015-04-04  Roy MarplesCheck we're creating an autoconf address.
2015-04-04  Roy MarplesInstead of not installed a default route for RA's that...
2015-04-03  Roy MarplesReset no default warning on new data.
2015-04-03  Roy MarplesIf a IPv6 router claims it's a valid router but doesn...
2015-04-02  Roy MarplesFix more -Wconversion issues.
2015-04-01  Roy MarplesAvoid printing the leasefile on error with a valid...
2015-04-01  Roy MarplesINFORM will not have any leases so don't validate.
2015-04-01  Roy MarplesReally fix prior.
2015-04-01  Roy MarplesDumping leases should not change kernel IPv6 setup.
2015-04-01  Roy MarplesDon't attmept IPv6 ownage when dumping leases.
2015-03-31  Roy MarplesCID 1292550: Missing call to va_end().
next