]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2016-05-25  Roy MarplesFix some routing issues for POINTOPOINT interfaces.
2016-05-25  Roy MarplesDisable ARP for POINTOPOINT.
2016-05-24  Roy MarplesWe need to store INADDR_ANY addresses for Solaris.
2016-05-23  Roy MarplesConstity and void
2016-05-23  Roy MarplesRestore setting of secs.
2016-05-23  Roy MarplesTest for hostname_fqdn being set to server (new preferr...
2016-05-23  Roy MarplesDon't create blank dns entries, thanks to Jacques.
2016-05-23  Roy MarplesConstify and fix alignment.
2016-05-20  Roy MarplesAdd support for parsing route messages on Solaris ...
2016-05-20  Roy Marpleswhitespace police.
2016-05-19  Roy MarplesUse more void.
2016-05-19  Roy MarplesFix adding static address masks.
2016-05-19  Roy MarplesFix compile
2016-05-19  Roy MarplesSpit handlelink into smaller functions to increase...
2016-05-19  Roy MarplesSpecify AF_UNPSEC
2016-05-19  Roy MarplesFix compile.
2016-05-19  Roy MarplesProvide a better getifaddrs(3).
2016-05-19  Roy MarplesFix a compile issue adding loopback routes.
2016-05-19  Roy Marplesmanagelink -> hanlelink
2016-05-19  Roy MarplesUse named initialiser.
2016-05-19  Roy MarplesGrab the state before freeing the address.
2016-05-19  Roy MarplesFix compile on NetBSD.
2016-05-18  Roy MarplesFix compile
2016-05-18  Roy MarplesFix requesting a lease witout an existing address.
2016-05-18  Roy MarplesFix compile
2016-05-18  Roy MarplesRework if_address to just use an ipv4_addr structure...
2016-05-17  Roy Marplesmask is more descriptive than net. Churn.
2016-05-17  Roy MarplesSet correct netmask for INFORM as requested.
2016-05-17  Roy MarplesUse DLPI to send and receive ARP and BOOTP packets.
2016-05-16  Roy MarplesOnly accept BOOTREPLY.
2016-05-16  Roy MarplesMore DHCP -> BOOTP.
2016-05-14  Roy Marplesdhcp_bpf_filter -> bootp_bpf_filter (and DHCP -> BOOTP...
2016-05-14  Roy MarplesNo point in looping on the raw socket anymore thanks...
2016-05-14  Roy MarplesUse UNCONST
2016-05-13  Roy MarplesGive some context to if_closeraw
2016-05-13  Roy MarplesRework the raw packet API so we work directly with...
2016-05-13  Roy Marpleswhitespace
2016-05-13  Roy MarplesImprove memory allocation parsing routes and provide...
2016-05-13  Roy Marpleslo0 doesn't appear in dlpi_walk, so create an empty...
2016-05-13  Roy MarplesIf we don't have a broadcast address, set zero on assig...
2016-05-12  Roy MarplesLearn about routing tables on Solaris.
2016-05-12  Roy Marplesinitrt should really take dhcpcd_ctx as an argument.
2016-05-11  Roy MarplesHandle truncated DHCP messages, provided only the ...
2016-05-10  Roy MarplesAvoid a "conversion to '__uint16_t' from 'int' may...
2016-05-09  Roy MarplesNote dhcpcd -v in options, fixes [46237d7e79].
2016-05-09  Roy MarplesRelease dhcpcd-6.11.0 v6.11.0
2016-05-09  Roy MarplesPreserve lo0 routes if the global default is to persist.
2016-05-08  Roy MarplesFix deleting the reject route on Linux, [efc359da01].
2016-05-08  Roy MarplesNo need for ;
2016-05-07  Roy MarplesWhitespace.
2016-05-07  Roy MarplesFix option concatenation.
2016-05-07  Roy MarplesWhen removing delegated addresses, ensure the reject...
2016-05-07  Roy MarplesWhite space.
2016-05-07  Roy MarplesDon't realloc delegated prefixes needlessly.
2016-05-07  Roy MarplesRevert prior
2016-05-07  Roy MarplesRemember the delegating prefix rather than the delegati...
2016-05-07  Roy MarplesAlways set HAVE_REALLOCARRAY so that eloop can use it.
2016-05-06  Roy MarplesUse libc reallocarray in eloop if we have it.
2016-05-06  Roy MarplesCheck we actually have options allocated before adding...
2016-05-06  Roy MarplesFix a bogus clang analyzer warning on BSD by moving...
2016-05-06  Roy MarplesDon't install a reject route if the prefix is the same...
2016-05-06  Roy MarplesNo need to check if the passed pointer is valid.
2016-05-06  Roy MarplesFix some memory issues.
2016-05-06  Roy MarplesFree the getline buffer if needed.
2016-05-06  Roy MarplesMove duid and ipv6 secret file reading code into a...
2016-05-06  Roy MarplesMove packet buffer from dhcpcd context to a generic...
2016-05-06  Roy MarplesDHCP messages are really BOOTP so lets name the structu...
2016-05-06  Roy MarplesMove dhcp6's read lease code into dhcp-common.
2016-05-06  Roy MarplesCheck a calloc failure.
2016-05-04  Roy MarplesFix comment.
2016-05-04  Roy MarplesRemove random() from a potential htonl() macro which...
2016-05-04  Roy MarplesRead from BPF into a void pointer aliased to the buffer...
2016-05-04  Roy MarplesFix returning a pid if open fails.
2016-05-04  Roy MarplesFix compile.
2016-05-04  Roy MarplesCheck for NULL.
2016-05-04  Roy MarplesFix reallocarray test
2016-05-04  Roy MarplesOptimize code to find a route interface.
2016-05-03  Roy MarplesUse void * to read the DHCP lease file as that seems...
2016-05-03  Roy MarplesUse a union to read an old lease.
2016-05-03  Roy MarplesApply a bit more security around parsing DHCP.
2016-05-03  Roy MarplesAdd a guard to ensure any needed argument is provided.
2016-05-03  Roy MarplesFix a potential memory issue.
2016-05-03  Roy MarplesFix reading long DHCPv6 leases.
2016-05-03  Roy MarplesFix closing fd.
2016-05-03  Roy MarplesTell Coverity that we do need to call initstate()...
2016-05-03  Roy MarplesTell Coverity that we do need to call random() for...
2016-05-03  Roy MarplesUse a local variable to indicate if we need to close...
2016-05-03  Roy MarplesRework control_open to be cleaner for static analysis.
2016-05-03  Roy MarplesRemove useless range check.
2016-05-03  Roy MarplesDocument some coverity false positives.
2016-05-03  Roy MarplesFix a constant expression result.
2016-05-03  Roy MarplesReally fix the TOCTOU error.
2016-05-03  Roy MarplesFix math.
2016-05-03  Roy MarplesUse reallocarray(3) to fix a pontential overflow issue...
2016-05-03  Roy MarplesFix a memory leak reported by Coverity.
2016-05-03  Roy Marplescontrol_open() should always return the fd to help...
2016-05-03  Roy MarplesExplain to Coverity why overrunning sockaddr_ll for...
2016-05-03  Roy MarplesFix a Coverity error by avoiding a memset with zero...
2016-05-03  Roy MarplesFix some issues reported by Converity.
2016-05-03  Roy MarplesTell coverity that we don't care about this errors...
next