]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2017-02-25  Roy MarplesAdd a define to allow noisy ARP debugging.
2017-02-25  Roy MarplesIgnore ARP Unicast Poll, RFC 1122
2017-02-23  Roy MarplesAdd .gitignore so that generated files are excluded...
2017-02-23  Roy MarplesDetect .git directory and add debugging flags.
2017-02-14  Roy MarplesCopy out the inet6 address from some unaligned strucutu...
2017-01-23  Roy MarplesBump dates for prior.
2017-01-23  Roy MarplesSpelling fixes from abhinav@netbsd.org
2017-01-17  Roy MarplesInclude a defintion for getallifaddrs from libsocket_priv.h
2017-01-17  Roy MarplesIt's more correct to say BSD has sa_len.
2017-01-17  Roy MarplesNewer Illumos defines AF_PACKET which confuses us,...
2017-01-15  Roy MarplesFix runit service handling, [62772337e0].
2017-01-15  Roy MarplesTest actual gateway given rather than one from a random...
2017-01-13  Roy MarplesOpenBSD-6.0 defines rt_mtu as a "convienience", so...
2016-12-19  Roy MarplesRemove extra waitip from man page, fixed [b1c7268430].
2016-12-13  Roy MarplesDon't start arping if there is no configuration for it.
2016-12-13  Roy MarplesTest we are given an interface in dhcpcd.conf before...
2016-12-09  Roy MarplesAdd support for MUD URL, draft-lear-ietf-netmod-mud-04.
2016-12-06  Roy MarplesChange arping_index from 1 based to 0 based, defaulting...
2016-11-29  Roy MarplesDon't trust bootp->sname to be NULL terminated.
2016-11-29  Roy MarplesCast away a warning.
2016-11-29  Roy MarplesInit kernel routes before building our routes after...
2016-11-29  Roy MarplesAlways warn if we cannot open the config file.
2016-11-29  Roy MarplesContinue operation when failing to send packets.
2016-11-29  Roy MarplesImprove if_addrflag handling.
2016-11-29  Roy MarplesFreeBSD does not set an error when trying to get IPv6...
2016-11-23  Roy MarplesFix IPv6 DAD on OpenBSD.
2016-11-23  Roy MarplesBackout prior, added stuff by mistake.
2016-11-23  Roy MarplesFix IPv6 DAD on OpenBSD.
2016-11-23  Roy MarplesOnly clear the address family routes we're re-loading.
2016-11-23  Roy MarplesFix adding subnet routes without a source address on...
2016-11-19  Roy MarplesMove ipv6_ctx into dhcpcd_ctx.
2016-11-19  Roy MarplesOnly build the routing tables for the address family...
2016-11-18  Roy MarplesRevert prior, it's wrong.
2016-11-18  Roy MarplesStop spamming each route change needlessly.
2016-11-18  Roy MarplesOnly compare the address part length as the rest maybe...
2016-11-18  Roy MarplesImprove NTP timestamp from realtime and fix the double...
2016-11-18  Roy MarplesMerge fixes from dhcpcd-6 for authentication token...
2016-11-18  Roy MarplesAuthentication token support should have an algo of 0.
2016-11-18  Roy MarplesFix markup.
2016-11-17  Roy MarplesDon't assume we always have RTA_IFA.
2016-11-17  Roy MarplesImprove nl80211 support as we now know how to work...
2016-11-17  Roy MarplesImprove nl80211 support as we now know how to work...
2016-11-16  Roy MarplesFix compile on FreeBSD.
2016-11-10  Roy MarplesFix sa_fromprefix for real on BSD.
2016-11-10  Roy MarplesSet sa_len when creating a sockaddr from a prefix.
2016-11-10  Roy MarplesFix size of DHCPv6 addresses when making messages.
2016-11-08  Roy MarplesDo somewith with getline result in configure to make...
2016-11-08  Roy MarplesDo somewith with getline result in configure to make...
2016-11-08  Roy MarplesReject routes on Linux don't use a gateway.
2016-11-08  Roy MarplesFix working with REJECT routes.
2016-11-08  Roy MarplesMove union sa_ss to sa.h
2016-11-08  Roy MarplesIf netmask is INADDR_ANY then CIDR must be 0.
2016-11-08  Roy MarplesFix rt_find on linux
2016-11-08  Roy MarplesRemove debug
2016-11-08  Roy MarplesDefault DBDIR from /var/db to /var/db/dhcpcd.
2016-11-05  Roy MarplesRemove distinfo files before making them.
2016-11-05  Roy MarplesRemove distinfo files before making them.
2016-11-05  Roy MarplesKeep the distinfo in the signed result.
2016-11-05  Roy MarplesKeep the distinfo in the signed result.
2016-11-04  Roy Marplesmake distinfo now produces a .distinfo file which conta...
2016-11-04  Roy MarplesFix clean files
2016-11-04  Roy Marplesmake distinfo now produces a .distinfo file which conta...
2016-10-25  Roy MarplesRemove address family specific routing and introduce...
2016-10-24  Roy Marpleslogger output always goes to stderr now.
2016-10-24  Roy Marpleshwaddr_ntoa now takes a void * as a source.
2016-10-24  Roy MarplesRemove debug.
2016-10-14  Roy MarplesReturn an error.
2016-10-14  Roy MarplesAlways create the ARP state when binding .... when...
2016-10-14  Roy MarplesMerge BSD IPv6 kernel checking from trunk.
2016-10-14  Roy MarplesRe-work checking IPv6 kernel settings on BSD.
2016-10-14  Roy MarplesSupport kernels which implement RFC5227.
2016-10-10  Roy MarplesMerge dhcpcd-6 changes.
2016-10-10  Roy MarplesI updated this file this year.
2016-10-10  Roy MarplesIf there is no announced_cb, free the arp state.
2016-10-10  Roy MarplesReturn early to make code more readable.
2016-10-10  Roy MarplesFix build with DEBUG_NS
2016-10-09  Roy MarplesCopy pdp.prefix as it's not aligned.
2016-10-09  Roy MarplesRelease dhcpcd-6.11.5 v6.11.5
2016-10-09  Roy MarplesCorrect define to __OpenBSD__. Fixes [ad8b5130d4] again.
2016-10-09  Roy MarplesCorrect define to __OpenBSD__.
2016-10-07  Roy MarplesMerge fixes from branch
2016-10-07  Roy MarplesMerge fixes from branch
2016-10-07  Roy MarplesFix build system to make import correctly for authentic...
2016-10-07  Roy MarplesFix import for auth
2016-10-07  Roy MarplesRelease dhcpcd-6.11.4 v6.11.4
2016-10-06  Roy MarplesCast away some more compile errors.
2016-10-05  Roy MarplesRemove debug.
2016-10-05  Roy MarplesFix sending DHCPv6 vendor option.
2016-10-05  Roy MarplesUpdate copyright and intent.
2016-10-05  Roy MarplesCopy out ND option structs for correct alignment.
2016-10-05  Roy MarplesAssert size for more structs.
2016-10-05  Roy MarplesRemove packed from these structs.
2016-10-05  Roy MarplesFix compile on Linux with clang.
2016-10-05  Roy MarplesFix some gcc warnings.
2016-10-05  Roy MarplesTry and avoid using __packed.
2016-10-05  Roy MarplesAuth should work on void rather than a type.
2016-10-05  Roy MarplesStart work on dhcpcd-7
2016-10-05  Roy MarplesCreate new branch named "dhcpcd-6"
2016-10-04  Roy MarplesRemove hack to add IPv6 LL address as early as possible.
2016-10-03  Roy MarplesGuard against the possibility of no config..... may...
next