log

age author description
Sat, 22 Jun 2013 09:16:37 +0000 Roy Marples Release dhcpcd-6.0.1 draft dhcpcd-6.0.1
Sat, 22 Jun 2013 09:15:35 +0000 Roy Marples Fix a compile issue on Big Endian machines. draft
Fri, 21 Jun 2013 18:58:09 +0000 Roy Marples Release dhcpcd-6.0.0! draft dhcpcd-6.0.0
Fri, 21 Jun 2013 18:17:52 +0000 Roy Marples We don't print the FQDN flags. draft
Thu, 20 Jun 2013 10:35:16 +0000 Roy Marples Add RCSID and CVS headers when importing to NetBSD. draft
Wed, 19 Jun 2013 16:32:22 +0000 Roy Marples The loopback route should also use the metric. draft
Wed, 19 Jun 2013 16:11:31 +0000 Roy Marples Add loopback support for Linux. draft
Wed, 19 Jun 2013 16:02:19 +0000 Roy Marples Add a route from the IPv4 address to the loopback address. draft
Wed, 19 Jun 2013 13:35:28 +0000 Roy Marples Note that ipv6ra_own doesn't work well on any BSD system. draft
Wed, 19 Jun 2013 10:06:54 +0000 Roy Marples Arrived interfaces should share the same commandline options. draft
Wed, 19 Jun 2013 09:41:30 +0000 Roy Marples Reduce the buggy PPP wait to 1 second. draft
Wed, 19 Jun 2013 09:36:52 +0000 Roy Marples When adding or changing routes, always supply IFP and IFA so we match draft
Wed, 19 Jun 2013 09:17:15 +0000 Roy Marples Restore linkaddr compat support for KFreeBSD draft
Wed, 19 Jun 2013 08:57:23 +0000 Roy Marples Fix operation on NetBSD draft
Tue, 18 Jun 2013 22:20:52 +0000 Roy Marples We may not have a state when we drop delegates draft
Tue, 18 Jun 2013 09:17:28 +0000 Roy Marples Add a delay to initial Rebind IA_PD message. draft
Wed, 12 Jun 2013 18:24:16 +0000 Roy Marples Fix a crash with departing interfaces. draft
Wed, 12 Jun 2013 15:21:05 +0000 Roy Marples Ensure we read the full lease. draft
Wed, 12 Jun 2013 15:01:59 +0000 Roy Marples Add initial delays as per RFC3315, 17.1.2, 18.1.2 and 18.1.5. draft
Wed, 12 Jun 2013 10:58:28 +0000 Roy Marples Ensure we have the correct type to send in our saved lease as the draft
Tue, 11 Jun 2013 22:49:07 +0000 Roy Marples Drop delegated addresses when we enter the discover phase. draft
Tue, 11 Jun 2013 10:13:19 +0000 Roy Marples When releasing, remove the delegated addresses. draft
Tue, 11 Jun 2013 08:55:58 +0000 Roy Marples If we get an invalid reply when rebinding a PD we should re-enter draft
Tue, 11 Jun 2013 06:22:02 +0000 Roy Marples Fix a crash. draft
Mon, 10 Jun 2013 22:13:44 +0000 Roy Marples Don't run INFORM6 twice. draft
Mon, 10 Jun 2013 21:54:00 +0000 Roy Marples If we fail to rebind a PD, drop the delegations. draft
Mon, 10 Jun 2013 20:31:52 +0000 Roy Marples IA_FORCED is explicitly set now draft
Mon, 10 Jun 2013 20:31:34 +0000 Roy Marples Improve logging draft
Mon, 10 Jun 2013 16:08:58 +0000 Roy Marples Disable flushing ra stuff for the time being. draft
Mon, 10 Jun 2013 09:10:18 +0000 Roy Marples Fix def draft
Mon, 10 Jun 2013 01:43:28 +0000 Roy Marples Fix compile on FreeBSD draft
Mon, 10 Jun 2013 01:15:59 +0000 Roy Marples Don't disable kernel RA when in IPv4 only. draft
Mon, 10 Jun 2013 00:56:54 +0000 Roy Marples Purge prefix list and routers at start of IPv6 for BSD. draft
Sun, 09 Jun 2013 21:51:52 +0000 Roy Marples RFC 3633 says that IA_PD should send a rebind, but at like a draft
Sun, 09 Jun 2013 10:57:16 +0000 Roy Marples Don't delete the subnet route if we don't own IPv6RA routes. draft
Sun, 09 Jun 2013 10:04:46 +0000 Roy Marples Only run LL callbacks from LL addresses draft
Sun, 09 Jun 2013 08:45:24 +0000 Roy Marples Don't try to delete non existant addresses draft
Sun, 09 Jun 2013 08:37:01 +0000 Roy Marples Only wait for DAD to complete for RA addresses marked for autoconf. draft
Sun, 09 Jun 2013 07:31:08 +0000 Roy Marples Because not all OS's send RTM_NEWADDR for a refreshed RA we need draft
Fri, 07 Jun 2013 20:51:44 +0000 Roy Marples If wpa_supplicant is not running when rebinding, start it for draft
Fri, 07 Jun 2013 20:03:28 +0000 Roy Marples Add a wpa_supplicant hook script. draft
Fri, 07 Jun 2013 12:44:19 +0000 Roy Marples Move signal handling into dhcpcd.c draft
Thu, 06 Jun 2013 19:08:10 +0000 Roy Marples Don't log an error if deleting from a departed interface draft
Thu, 06 Jun 2013 18:39:12 +0000 Roy Marples Don't log carrier lost if carrier was UNKNOWN. draft
Thu, 06 Jun 2013 18:15:33 +0000 Roy Marples Ensure we have options before calling getopt_long(3). draft
Thu, 06 Jun 2013 12:38:15 +0000 Roy Marples Add DEPARTED reason for when an interface is removed. draft
Thu, 06 Jun 2013 12:38:14 +0000 Roy Marples Don't error if the interface goes away. draft
Thu, 06 Jun 2013 12:38:14 +0000 Roy Marples Quote space in RFC to stop unfortunate line splitting. draft
Thu, 06 Jun 2013 00:31:00 +0000 Roy Marples Prefer --prefix over $PREFIX draft
Wed, 05 Jun 2013 23:57:03 +0000 Roy Marples Add support for Rapid Commit, RFC3315 and RFC4039. draft
Wed, 05 Jun 2013 20:48:09 +0000 Roy Marples Add support for NTP servers, RFC 4075 draft
Wed, 05 Jun 2013 20:13:14 +0000 Roy Marples Map DHCPv4 options to DHCPv6 where applicable. draft
Wed, 05 Jun 2013 17:36:49 +0000 Roy Marples Fix disabled FQDN and allocation draft
Wed, 05 Jun 2013 17:19:07 +0000 Roy Marples Silence bogus gcc messages. draft
Wed, 05 Jun 2013 16:35:54 +0000 Roy Marples Ensure our derived hostname is NULL terminated. draft
Wed, 05 Jun 2013 16:23:24 +0000 Roy Marples Add DHPCv6 FQDN support (RFC4704) draft
Wed, 05 Jun 2013 10:37:45 +0000 Roy Marples Support the DHCPv6 unicast option. draft
Tue, 04 Jun 2013 15:33:13 +0000 Roy Marples Handle routers expiring a bit more cleanly and less spammy. draft
Tue, 04 Jun 2013 14:53:03 +0000 Roy Marples As DHCPv6 can remove addresses with vltime 0 as well as a RA, draft
Tue, 04 Jun 2013 13:41:34 +0000 Roy Marples Fix compile on Linux draft