]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2013-04-04  Roy MarplesFix RELEASE support.
2013-04-04  Roy MarplesBetter sanity for working out if our SLA id overflows...
2013-04-04  Roy MarplesWhite space police
2013-04-04  Roy MarplesEnsure we check options bounds correctly.
2013-04-02  Roy MarplesThe interface to delegate to is optional
2013-04-02  Roy MarplesStop ipv6only enabling RS support.
2013-04-02  Roy MarplesFix linux default subnet route metric on linux again.
2013-04-02  Roy MarplesWhite space brigade
2013-04-02  Roy MarplesFix incorrectly expiring routers on multi-homed systems.
2013-04-01  Roy MarplesFix IA
2013-04-01  Roy MarplesFix default sla_len
2013-04-01  Roy MarplesAdd DHCPv6 Prefix Delegation support, RFC3633.
2013-03-28  Roy MarplesRespect xidhwaddr option for DHCPv6
2013-03-27  Roy MarplesAdd the noalias directive to so that when adding an...
2013-03-27  Roy MarplesAcquire another address faster after NAKing ARP failure.
2013-03-27  Roy MarplesCreate lease files so they are user writeable.
2013-03-26  Roy MarplesRemove pointless double assignment
2013-03-26  Roy MarplesDon't spam warning about CSR all the time.
2013-03-26  Roy MarplesFix configure --without-pollts
2013-03-26  Roy MarplesFix rebooting.
2013-03-26  Roy MarplesWarn when a route cannot be added because it already...
2013-03-26  Roy MarplesFix compile for systems without pollts/ppoll or pselect.
2013-03-26  Roy MarplesAvoid a potential malloc when handling signals.
2013-03-26  Roy MarplesDefault to using a DUID + IAID for DHCPv4 Client ID.
2013-03-17  Roy MarplesEnsure routes are initialised correctly, fixes #265.
2013-02-19  Roy MarplesChange arp errno to match what we use in dhcpcd.
2013-02-19  Roy MarplesFix last commit.
2013-02-19  Roy MarplesAvoid a potential buffer overflow.
2013-02-19  Roy MarplesMove IPv6 RA checking and disabling kernel RA higher...
2013-02-19  Roy MarplesFix a crash.
2013-02-19  Roy MarplesFix compile on BSD
2013-02-19  Roy MarplesUse TAILQ macros for IPv4 routes.
2013-02-19  Roy MarplesUse a TAILQ macro for our interface list.
2013-02-19  Roy MarplesUse TAILQ macros in eloop for better readability and...
2013-02-19  Roy MarplesFree the fds structure when finishing.
2013-02-18  Roy MarplesFix compile on Linux.
2013-02-18  Roy MarplesComplete transition to pollts(2)
2013-02-18  Roy MarplesChange from ppoll(2) to pollts(2).
2013-02-18  Roy MarplesRework our signal setup and event loop around ppoll(2).
2013-02-18  Roy MarplesRestore our signal pipe so that we process signals...
2013-02-18  Roy MarplesDon't reboot if we don't have an active state.
2013-02-18  Roy MarplesMove the signal reboot code into it's own function...
2013-02-18  Roy MarplesIf we fail to send an IPv6 RS then DHCP6 won't work...
2013-02-17  Roy MarplesRemove debug
2013-02-17  Roy MarplesWork on FreeBSD9 where we fail on some interfaces
2013-02-17  Roy MarplesFix compile on FreeBSD
2013-02-16  Roy MarplesIf we don't have a state, send a carrier status
2013-02-16  Roy MarplesFix compile.
2013-02-16  Roy MarplesRemove the xmalloc function.
2013-02-15  Roy MarplesAvoid printing a silly warning on an unknown option
2013-02-15  Roy MarplesRemove xstrdup
2013-02-15  Roy MarplesRemove xrealloc
2013-02-15  Roy MarplesRemove xzalloc function
2013-02-15  Roy MarplesInstead of opening link, ipv6, ipv6rs and ipv6ns socket...
2013-02-15  Roy MarplesAdd -h|--help option to configure
2013-02-05  Roy MarplesIf we have one interface enabled for IPv6 RS, we stupid...
2013-02-04  Roy MarplesFix compile on BSD
2013-02-04  Roy MarplesIt's now possible to compile out IPv4 and IPv6 support...
2013-02-04  Roy MarplesMove ipv4 specific code out of net.c and into ipv4.c
2013-02-03  Roy MarplesMove if_state into interface->if_data as dhcp_state.
2013-02-03  Roy MarplesMove ipv4 specific infos from interface to if_state.
2013-02-03  Roy MarplesMove options away from ipv4 state to the interface.
2013-02-02  Roy MarplesRemove IPv4 and DHCP4 specific setup from dhcpcd.c...
2013-01-28  Roy MarplesFix potential issue if we don't want routes and we...
2013-01-28  Roy MarplesEnsure that nooption correctly woks for routes.
2013-01-18  Roy MarplesCheck the correct interface the RAP came from before...
2012-12-20  Roy MarplesPreserve the space in static routes on the command...
2012-12-19  Roy MarplesRelease dhcpcd-5.99.3 v5.99.3
2012-12-11  Roy MarplesFix default onlink value.
2012-12-11  Roy MarplesRespect the ONLINK flag the prefix option of the RA
2012-12-07  Roy MarplesFix compile on BSD.
2012-12-07  Roy MarplesLog error whe starting DHCPv6 without RA.
2012-12-07  Roy MarplesIf no IPv6 proc or sysctl entries exist for RA or forwa...
2012-11-24  Roy MarplesAvoid sillyness if not a valid IPv6 address
2012-11-24  Roy MarplesSet %interface for exported IPv6 link local addresses.
2012-11-13  Roy MarplesNormalise timing
2012-11-13  Roy MarplesMove free to exit function.
2012-11-13  Roy MarplesDiscard addresses if expired on reboot
2012-11-13  Roy MarplesStop probing when dropped
2012-11-13  Roy MarplesSend to all dhcp agents instead of all routers.
2012-11-13  Roy MarplesUse a proper namespace for IPv4LL
2012-11-13  Roy MarplesUse a proper namespace for eloop
2012-11-13  Roy MarplesUse a proper namespace for control
2012-11-13  Roy MarplesFix some memory issues
2012-11-11  Roy MarplesExpire the DHCPv6 lease when carrier drops.
2012-11-11  Roy MarplesAlways close this fd
2012-11-11  Roy MarplesImprove logging of script exiting.
2012-11-11  Roy MarplesLog posix_spawn(2) errors better.
2012-11-11  Roy MarplesBecause posix_spawn(2) implementations can use fork...
2012-11-11  Roy Marpleseloop doesn't check errors atm
2012-11-10  Roy MarplesBreak after processing a callback
2012-11-10  Roy MarplesFix memory errors
2012-11-10  Roy Marples_NSIG seems to be the norm. Use _SIG_MAXSIG if availabl...
2012-11-10  Roy MarplesFix compile of the new compat shims on NetBSD.
2012-11-10  Roy MarplesAdd a pselect(2) shim for systems that lack support...
2012-11-10  Roy MarplesReplace poll(2) with pselect(2) and vfork(2)+execve...
2012-11-10  Roy MarplesAdd a message to indicate dhcpcd exited cleanly.
2012-11-09  Roy MarplesSilence a gcc signed vs unsigned warning by comparing...
2012-11-08  Roy MarplesWe should check start len >0 as len will be zero at...
2012-11-07  Roy MarplesWhen decoding RCC3397 domains we should ensure that...
next