Mercurial > hg > dhcpcd
graph
-
Preserve lo0 routes if the global default is to persist. draftMon, 09 May 2016 08:22:38 +0000, by Roy Marples
-
Fix deleting the reject route on Linux, [efc359da01]. draftSun, 08 May 2016 15:44:12 +0000, by Roy Marples
-
When removing delegated addresses, ensure the reject route is restored. draftSat, 07 May 2016 20:40:40 +0000, by Roy Marples
-
Remember the delegating prefix rather than the delegating interface. draftSat, 07 May 2016 12:21:35 +0000, by Roy Marples
-
Always set HAVE_REALLOCARRAY so that eloop can use it. draftSat, 07 May 2016 12:20:36 +0000, by Roy Marples
-
Check we actually have options allocated before adding commandline options. draftFri, 06 May 2016 20:44:24 +0000, by Roy Marples
-
Fix a bogus clang analyzer warning on BSD by moving an assignment slightly higher up. draftFri, 06 May 2016 20:09:09 +0000, by Roy Marples
-
Don't install a reject route if the prefix is the same as the delegation, [efc359da01]. draftFri, 06 May 2016 18:45:01 +0000, by Roy Marples
-
No need to check if the passed pointer is valid. draftFri, 06 May 2016 18:15:41 +0000, by Roy Marples
-
Move duid and ipv6 secret file reading code into a common function. draftFri, 06 May 2016 16:01:54 +0000, by Roy Marples
-
Move packet buffer from dhcpcd context to a generic stack variable based on MTU_MAX. draftFri, 06 May 2016 14:46:32 +0000, by Roy Marples
-
DHCP messages are really BOOTP so lets name the structure accordingly. draftFri, 06 May 2016 13:26:41 +0000, by Roy Marples
-
Move dhcp6's read lease code into dhcp-common. draftFri, 06 May 2016 13:02:41 +0000, by Roy Marples
-
Remove random() from a potential htonl() macro which could call it more than once. draftWed, 04 May 2016 13:05:52 +0000, by Roy Marples
-
Read from BPF into a void pointer aliased to the buffer so that draftWed, 04 May 2016 12:34:13 +0000, by Roy Marples
-
Use void * to read the DHCP lease file as that seems to pass the Coverity draftTue, 03 May 2016 23:54:20 +0000, by Roy Marples
-
Apply a bit more security around parsing DHCP. draftTue, 03 May 2016 22:50:53 +0000, by Roy Marples
-
Add a guard to ensure any needed argument is provided. draftTue, 03 May 2016 22:09:16 +0000, by Roy Marples
-
Tell Coverity that we do need to call initstate() for IPv4LL addresses. draftTue, 03 May 2016 15:26:18 +0000, by Roy Marples
-
Tell Coverity that we do need to call random() for IPv4LL addresses. draftTue, 03 May 2016 15:18:39 +0000, by Roy Marples
-
Use a local variable to indicate if we need to close the fd we may have draftTue, 03 May 2016 15:06:22 +0000, by Roy Marples
-
Rework control_open to be cleaner for static analysis. draftTue, 03 May 2016 14:31:50 +0000, by Roy Marples
-
Use reallocarray(3) to fix a pontential overflow issue discovered by Coverity. draftTue, 03 May 2016 11:54:25 +0000, by Roy Marples
-
control_open() should always return the fd to help static analysis. draftTue, 03 May 2016 11:07:57 +0000, by Roy Marples
-
Explain to Coverity why overrunning sockaddr_ll for IPoIB interfaces can happen and is catered for. draftTue, 03 May 2016 10:55:57 +0000, by Roy Marples
-
Fix a Coverity error by avoiding a memset with zero length. draftTue, 03 May 2016 10:25:42 +0000, by Roy Marples
-
Tell coverity that we don't care about this errors because they draftTue, 03 May 2016 09:15:28 +0000, by Roy Marples
-
Solaris does not return AF_LINK addresses in getifaddrs(3), so draftMon, 02 May 2016 01:55:50 +0000, by Roy Marples
-
Not all systems supply sys/cdefs.h and some require limits.h for PATH_MAX. draftSun, 01 May 2016 14:30:08 +0000, by Roy Marples
