]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-05-30  Roy MarplesFix compiler warning
2014-05-30  Roy MarplesFix configure error
2014-05-30  Roy MarplesLoad config.{h,mk} when building tests. Fixes [1c11c59282].
2014-05-29  Roy Marples-4 and -6 are now mutually exclusive and when running...
2014-05-29  Roy MarplesCheck naming rules before calling dev_initialized.
2014-05-29  Roy MarplesOnly process IPv6 neighbour messages from the link...
2014-05-24  Roy MarplesFix dev warning.
2014-05-24  Roy MarplesShould use arc4random_uniform when wanting a randon...
2014-05-24  Roy MarplesAdd a compat syslog function if the libc syslog does...
2014-05-21  Roy MarplesSource now compiles on Solaris, just missing the if...
2014-05-20  Roy MarplesSockets would be opened with PF_*, not AF_*.
2014-05-20  Roy MarplesOnly remove the interface from DHCP consideration if...
2014-05-19  Roy MarplesIf a DHCPv6 lease expires as well as all IPv6 routers...
2014-05-19  Roy MarplesAlthough dhcpcd now works fine with non blocking socket...
2014-05-16  Roy MarplesOnly remove the interface from the list once all callou...
2014-05-16  Roy MarplesDon't set probe state here.
2014-05-15  Roy MarplesOnly send interfaces which have a reason.
2014-05-09  Roy Marplescontrolgroup option changes group ownership of the...
2014-05-08  Roy MarplesEnsure that ND6_IFF_PERFORMNUD is set.
2014-05-08  Roy MarplesFix compile issue
2014-05-08  Roy MarplesSupport RTM_GETNEIGH on Linux as well as the polling...
2014-05-07  Roy MarplesPoll kernel neighbour reachability (SIOCGNBRINFO_IN6...
2014-05-07  Roy MarplesRun NOCARRIER before dropping protocols.
2014-05-06  Roy MarplesThese are not DHCP states.
2014-05-06  Roy MarplesAdd the interface to our list before initing state.
2014-05-06  Roy MarplesAlways send a carrier as it's no longer encapsulated...
2014-05-06  Roy MarplesWhen dropping, move the new config onto the old before...
2014-05-06  Roy MarplesWhen rebooting, directly call send_request to preserve...
2014-05-05  Roy MarplesFix sending DHCPv6
2014-05-05  Roy MarplesFix new dhcp environment options
2014-05-04  Roy MarplesFix writing interfaces to control socket.
2014-05-03  Roy MarplesFix compile.
2014-05-03  Roy MarplesRFC2131 section 4.4.1 states the client SHOULD wait...
2014-05-03  Roy MarplesRespect RFC4861 MAX_RTR_SOLICITATION_DELAY as specified...
2014-05-03  Roy MarplesCheck secondaries value before writing it as /proc...
2014-05-03  Roy MarplesRemove accidental commit.
2014-05-03  Roy MarplesMinor optimisation
2014-05-03  Roy MarplesPut POLLHUP back
2014-05-03  Roy MarplesSet EOF correctly
2014-05-02  Roy MarplesChange the readrawsocket API a little so that we know...
2014-05-02  Roy MarplesLog any errors sending the interface afer a getinterfac...
2014-05-02  Roy MarplesAccepted sockets should be marked non blocking.
2014-05-02  Roy MarplesWhen a node first becomes stale, fire off a NS probe...
2014-05-02  Roy MarplesOnce reachability + randomisation has passed, wait...
2014-05-02  Roy MarplesOptimise the initial probe timer.
2014-05-02  Roy MarplesThe unreachable timer should start AFTER the initial...
2014-05-02  Roy MarplesDocument why we don't send both FQDN and hostname options.
2014-04-30  Roy MarplesRemove debug
2014-04-30  Roy MarplesSupport ND6_IFF_OVERRIDE_RTADV
2014-04-30  Roy MarplesFix some potential memory errors.
2014-04-30  Roy MarplesFix some possible leaks.
2014-04-30  Roy MarplesFix an unassigned memory error.
2014-04-28  Roy MarplesSupport IFA_F_NOPREFIXROUTE on Linux.
2014-04-28  Roy MarplesFix compile on Linux
2014-04-28  Roy MarplesSorting interfaces is an IPv4 specific task, so move...
2014-04-28  Roy MarplesNamespace all public dhcpcd.c functions.
2014-04-25  Roy Marplesprintf time_t, hmmmm
2014-04-25  Roy MarplesFix some -Wconversion errors on FreeBSD.
2014-04-25  Roy MarplesFix compile on Linux.
2014-04-25  Roy MarplesFix compile on OpenBSD.
2014-04-25  Roy MarplesMove net.c to if.c.
2014-04-25  Roy MarplesAdd more TAILQ #ifdef tests for older queue.h's
2014-04-25  Roy MarplesSupport older Linux kernels where DAD is not reported.
2014-04-25  Roy MarplesFix --disable-embedded [f097d9f0ef]
2014-04-24  Roy MarplesSupport older systems with different defines for IPV6_R...
2014-04-24  Roy MarplesWork without IFA_F_OPTIMISTIC on Linux.
2014-04-24  Roy MarplesSupport older linux without SOCK_CLOEXEC.
2014-04-23  Roy MarplesMove all Linux only sources into if-linux.c
2014-04-23  Roy MarplesFix compat/queue.h
2014-04-23  Roy MarplesMove all BSD only sources into if-bsd.c
2014-04-23  Roy MarplesCompile embedded in without a config
2014-04-23  Roy MarplesAdd missing file
2014-04-23  Roy Marplesgmake-4 supports != shell assignment operator, like...
2014-04-23  Roy MarplesAdd config-null.mk and a nasty hack to include config...
2014-04-23  Roy MarplesFix compile without IPv4
2014-04-23  Roy MarplesDon't spam timezone updates unless its actually changed.
2014-04-23  Roy MarplesFix compile on OpenBSD
2014-04-23  Roy MarplesFix GNU make depend
2014-04-23  Roy MarplesDefine a macro to include spawn.h or compat/spawn.h...
2014-04-23  Roy MarplesShip a compat queue.h for older systems without any...
2014-04-18  Roy MarplesWork with older libc's without O_CLOEXEC.
2014-04-06  Roy MarplesDocument debug
2014-04-01  Roy MarplesOn a read error, remove the FD from eloop.
2014-04-01  Roy MarplesMove the bpf filter len to a define.
2014-03-31  Roy MarplesMore number differences
2014-03-31  Roy MarplesBPF filter size is unsigned int
2014-03-27  Roy Marples64-bit clang fallout
2014-03-27  Roy MarplesFix some 64-bit fallout
2014-03-27  Roy MarplesAdd -Wconversion to debug CFLAGS and fix fallout.
2014-03-27  Roy MarplesDon't need to zero as many bytes.
2014-03-26  Roy MarplesDefault to building static for a $PREFIX of \ for non...
2014-03-24  Roy MarplesBlank build
2014-03-24  Roy MarplesSo apparently target is just for compilers and we shoul...
2014-03-24  Roy MarplesIf given --build or --host targets, the expectation...
2014-03-23  Roy Marplesglibc 2.17 has clock_gettime in libc directly, so test...
2014-03-22  Roy MarplesBe specific
2014-03-22  Roy MarplesIf not specified, Delegated Prefixes will get an automa...
2014-03-20  Roy MarplesFix compile.
2014-03-20  Roy MarplesAdd a reject route for the delegated prefix so that...
2014-03-20  Roy MarplesBSD has per interface rtadv kernel flag, handle it...
next