]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-03-03  Roy MarplesWe shouldn't need this anymore
2014-03-03  Roy MarplesCorrect man page RUNDIR
2014-03-03  Roy MarplesWhen deleting IPv6 addresses, remove them from our...
2014-03-03  Roy MarplesExpire DHCP lease and then run no carrier as a seperate...
2014-03-02  Roy MarplesAs we do now listen to the udp socket directly, delete...
2014-03-02  Roy MarplesWork better with autoconf build host
2014-03-01  Roy MarplesCorrectly delete IPv6 addresses from eloop timeouts
2014-03-01  Roy MarplesRelease dhcpcd-6.3.1 v6.3.1
2014-02-28  Roy MarplesFix potential memory loss.
2014-02-28  Roy MarplesIf CC is not defined, default it to cc
2014-02-28  Roy MarplesDon't set CC, always let the environment choose
2014-02-28  Roy MarplesTidy some INET only and INET6 only warnings.
2014-02-28  Roy MarplesFix some silly warnings.
2014-02-28  Roy MarplesFix more clang analyzer warnings. i386/NetBSD and amd64...
2014-02-27  Roy MarplesFix more clang analyzer errors
2014-02-27  Roy MarplesRemove dead line
2014-02-27  Roy MarplesFix all errors reported by clang static analyser.
2014-02-27  Roy MarplesFix some possible pointer checks.
2014-02-27  Roy MarplesTypo
2014-02-27  Roy MarplesReport interface carrier state to the dhcpcd-run-hooks...
2014-02-25  Roy MarplesDon't use a variable length buffer
2014-02-25  Roy MarplesRelease dhcpcd-6.3.0 v6.3.0
2014-02-25  Roy MarplesDocument control sockets and DHCPv6 lease file.
2014-02-25  Roy MarplesRespect initial commandline arguments when rebooting...
2014-02-24  Roy MarplesFix arping moving to the next test if we find the IP...
2014-02-21  Roy MarplesAdd a USE_SIGNALS define.
2014-02-21  Roy MarplesIf there are no file actions or dangerous attributes...
2014-02-21  Roy MarplesWhen removing an interface we need to remove it's route...
2014-02-14  Roy MarplesIf the prefix is not on link, nor autoconf and we don...
2014-02-13  Roy MarplesFix FreeBSD compile warnings.
2014-02-13  Roy MarplesOpen right socket.
2014-02-13  Roy MarplesLog why we cannot delete a route
2014-02-13  Roy MarplesWork without SOCK_CLOEXEC again.
2014-02-13  Roy MarplesFix compile without INET or INET6.
2014-02-12  Roy MarplesEnsure we close the contol socket if we fail to connect.
2014-02-12  Roy MarplesNo need to malloc pidfile.
2014-02-12  Roy MarplesReplace PATH_MAX with something more precise.
2014-02-12  Roy MarplesPATH_MAX is too much, lets be more precise
2014-02-12  Roy MarplesEnsure we remove the socket from the eloop event queue...
2014-02-12  Roy MarplesRemove needless malloc
2014-02-12  Roy MarplesFix compile on BSD
2014-02-12  Roy MarplesMove all global variables into contexts, with a small...
2014-02-08  Roy MarplesFix a compile warning
2014-02-08  Roy MarplesFix writing the pidfile and cleaning up a bit better.
2014-02-08  Roy MarplesMove vendor out of global scope.
2014-02-07  Roy Marplesget_line is now static inside of if-options.c and is...
2014-02-07  Roy MarplesUse fgets instead
2014-02-07  Roy MarplesChanged in 2014
2014-02-07  Roy MarplesUse fscand instead of get_line
2014-02-07  Roy MarplesEnsure fscanf does not overflow.
2014-02-07  Roy MarplesFix compile
2014-02-07  Roy MarplesUse fscanf instead of get_line when parsing /proc/cpuinfo
2014-02-07  Roy MarplesRemove some dead uses of get_monotonic
2014-02-07  Roy MarplesMove DUID_LEN to a better header.
2014-02-07  Roy Marpleswritepid is now a static inline function
2014-02-07  Roy MarplesRemove custom set_cloexec and set_nonblock functions.
2014-02-07  Roy MarplesUse our own signal structure instead of siginfo_t to...
2014-02-07  Roy MarplesIgnore netlink messages with an our of range pid.
2014-02-07  Roy MarplesCopy the siginfo_t structure onto a global copy and...
2014-02-07  Roy MarplesSet memory to zero
2014-02-07  Roy MarplesSet dev fd to -1 when stopped.
2014-02-07  Roy MarplesDon't hold onto an AF_INET socket for the duration...
2014-02-07  Roy MarplesExit correctly if no interfaces have a carrier.
2014-02-05  Roy MarplesFix opening the control socket.
2014-02-05  Roy MarplesUse fscanf some more.
2014-02-05  Roy MarplesReplace get_line with sscanf
2014-02-05  Roy Marplespidfd can be static now.
2014-02-05  Roy MarplesMove control globals into a context.
2014-02-04  Roy MarplesOnly return 0 from daemonise if we have forked successf...
2014-02-04  Roy MarplesFork correctly from RA and DAD.
2014-02-04  Roy MarplesReset kernel RA flag correctly.
2014-02-04  Roy MarplesChanged these files in 2014.
2014-02-04  Roy MarplesFix compile
2014-02-04  Roy MarplesRemove DEBUG_MEMORY guard and always free memory and...
2014-02-03  Roy MarplesDrain the correct UDP socket.
2014-02-03  Roy MarplesWe don't want to show cc errors here
2014-02-03  Roy MarplesOpen UDP sockets for *.*.*.*:bootpc and $ip_address...
2014-02-03  Roy MarplesOnly link to libmd if it lives in /lib
2014-02-03  Roy MarplesFix make import with compat sources.
2014-02-03  Roy MarplesOnly listen to the UDP port if we opened it.
2014-02-03  Roy MarplesRFC7083 has new inital timer values.
2014-02-03  Roy MarplesAdd support for the following RFCs:
2014-02-01  Roy MarplesFix auto-configure
2014-01-31  Roy MarplesOnly check auto-configure in the DISCOVER state.
2014-01-31  Roy MarplesAdd support for DHCP auto configuration, RFC 2563.
2014-01-31  Roy MarplesReset reconfigure token when dropping a lease.
2014-01-31  Roy MarplesTweak stuff for importing
2014-01-31  Roy MarplesRemove used var
2014-01-31  Roy MarplesSupport AFTR-Name, RFC6334.
2014-01-31  Roy MarplesRemove debug
2014-01-31  Roy MarplesSupport RECONFIGURE DHCPv6 messages.
2014-01-31  Roy MarplesChanged in 2014
2014-01-31  Roy MarplesProvide a string for FORCERENEW
2014-01-31  Roy MarplesForce renew now works when we are in the informed state.
2014-01-31  Roy MarplesImplement Force Renew Nonce Capability option, RFC6704
2014-01-31  Roy MarplesAs we need to actuall drain the kernel buffer, don...
2014-01-31  Roy MarplesImplement support for RFC 3203, FORCERENEW message.
2014-01-30  Roy MarplesImprove authentication logging.
2014-01-30  Roy MarplesWarn on missing auth if we request it but do not requir...
2014-01-30  Roy MarplesChange to using a NTP time stamp for Replay Detection...
next