]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2016-07-27  Roy MarplesFix aliasing on Solaris.
2016-07-27  Roy Marples#undef RTF_CLONING for Solaris in if.h so it's picked...
2016-07-27  Roy MarplesSolaris can disable LL generation, so we can add our...
2016-07-27  Roy MarplesJuggle #define ordering.
2016-07-26  Roy MarplesSync Solaris driver to latest API.
2016-07-26  Roy MarplesSolaris doesn't really have a machine/arch afaik.
2016-07-26  Roy MarplesRemove Solaris IN6_IFF_* defines from configure and...
2016-07-26  Roy MarplesFix a crash accidently introduced prior patch.
2016-07-26  Roy MarplesFix compile on BSD.
2016-07-26  Roy MarplesSimplify handling of IPv6 address from kernel messages...
2016-07-26  Roy MarplesFix compile on BSD.
2016-07-26  Roy MarplesBecause struct rt has src addr, we no longer need ipv4_...
2016-07-26  Roy Marplesuname always returns -1 on error on all supported platf...
2016-07-23  Roy MarplesAdd support for adding/deleting routes in Solaris.
2016-07-22  Roy MarplesMatch if_address
2016-07-22  Roy MarplesAdd initial support for aliased addresses on Solaris.
2016-07-21  Roy MarplesFree after logging error incase free generates an error.
2016-07-21  Roy MarplesRelease option memory if there is a problem allocating...
2016-07-21  Roy MarplesNeed this header for strtoi.
2016-07-18  Roy MarplesFix BYTE_ORDER for Solaris which does not define it...
2016-07-18  Roy MarplesAdd if_nametospec helper to decode and interface name...
2016-07-17  Roy MarplesFix API for sun.
2016-07-08  Roy MarplesApply command line options to profile.
2016-06-30  Roy MarplesDon't add our own IPv6 LLADDR if the OS doesn't allow...
2016-06-28  Roy MarplesClarify udp_len being out of bounds checked.
2016-06-28  Roy MarplesRevert [da213b6490] because the fd we're reading from...
2016-06-27  Roy MarplesFix spelling mistakes, [944ac40b82].
2016-06-25  Roy MarplesCheck we have an assigned address when an ARP conflict...
2016-06-21  Roy MarplesAllow pkg-config to be host selectable like the compiler.
2016-06-20  Roy MarplesRework prior so it works.
2016-06-20  Roy MarplesAllow the possibility to exclude the vendor class option.
2016-06-17  Roy MarplesRelease dhcpcd-6.11.1 v6.11.1
2016-06-16  Roy MarplesRemove mistakenly added debug.
2016-06-14  Roy MarplesHostname documentation fixes, thanks to Olaf Seibert.
2016-06-10  Roy MarplesRemove debug mistakenly added, [c4df3c6b97].
2016-06-10  Roy MarplesAlways set the aquired time for renewed delegated addre...
2016-06-10  Roy MarplesOnly log the once we have logged the delegated prefix.
2016-06-08  Roy MarplesAlways show the prefix we are delegated in debug, aids...
2016-06-07  Roy MarplesReserve enough space for a fully escaped SSID.
2016-06-01  Roy MarplesAllow an SLA 0 and prefix length of 0 to delegate the...
2016-06-01  Roy MarplesAdd lastlease informational message.
2016-06-01  Roy MarplesWe can work with saved leases without a full vendor...
2016-05-26  Roy MarplesDon't drop DHCPv6 if we have a delegated address on...
2016-05-25  Roy MarplesRemove debug
2016-05-25  Roy MarplesReport the first non requested address.
2016-05-25  Roy MarplesEnsure mask and bcast as always set.
2016-05-25  Roy MarplesCalc requested netmask at start rather than in get_lease.
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.
next