]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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...
2014-01-30  Roy MarplesSend auth when all protocol options specified.
2014-01-29  Roy MarplesDon't mistakenly assume that a previously used token...
2014-01-29  Roy MarplesIf no status message given, supply a default.
2014-01-29  Roy MarplesIf we aren't sending an authentication option, don...
2014-01-29  Roy MarplesFix compile
2014-01-29  Roy MarplesAdd nodhcp and nodhcp6 directives.
2014-01-27  Roy MarplesTypo, thanks to Iain Hibbert.
2014-01-25  Roy MarplesFix compile on NetBSD
2014-01-25  Roy MarplesWarn about missing auth
2014-01-25  Roy MarplesFix monofile truncation.
2014-01-25  Roy MarplesReply authentication every time we send a message as...
2014-01-25  Roy MarplesImplement RFC 1321 MD5 Message-Digest if not provided...
2014-01-24  Roy MarplesEnsure that config.h or common.h is the first included...
2014-01-24  Roy MarplesAdd prefix to copyright constant.
2014-01-22  Roy MarplesRFC 3927 2.5 only metions the senders IP, not the targets.
2014-01-21  Roy MarplesReport error from correct function.
2014-01-21  Roy MarplesFix compile
2014-01-21  Roy MarplesMove vimaster checks to if-bsd.c
2014-01-21  Roy MarplesSkip Virtual Interface Masters.
2014-01-21  Roy MarplesClarify IPv4LL defence failure.
2014-01-21  Roy MarplesWe're not extracting the address from proc, so convert...
2014-01-20  Roy MarplesFix payload address calculation.
2014-01-20  Roy MarplesFix trim sed fallback
2014-01-20  Roy MarplesCheck that we have ctrl_interface defined in wpa_suppli...
2014-01-20  Roy MarplesRemove unused var
2014-01-19  Roy MarplesDetect IPv6 address flags at interface discovery on...
2014-01-18  Roy MarplesClarify dhcpcd needing to run on interfaces delegating to.
2014-01-18  Roy MarplesClarify which DHCP protocol vendor and user class optio...
2014-01-18  Roy MarplesIAID must be used within an interface block.
2014-01-16  Roy MarplesFix an off-by-1 error decoding RFC3361.
2014-01-15  Roy MarplesRelease dhcpcd-6.2.1 v6.2.1
2014-01-14  Roy MarplesChanged in 2014.
2014-01-14  Roy MarplesNote NetBSD and OpenBSD problems with DHCPv6 stateful...
2014-01-14  Roy MarplesChanged in 2014.
2014-01-14  Roy MarplesOn BSD, flush routes and prefixes only when we want...
2014-01-14  Roy MarplesWe changed these files in 2014
2014-01-14  Roy MarplesMark more data as read only.
2014-01-14  Roy Marplesbpf(4) says that we need to include sys/time.h as well.
2014-01-14  Roy MarplesWe changed these files in 2014
2014-01-14  Roy MarplesFree option definition recursively as we can embed...
2014-01-14  Roy MarplesFix some possible NULL dereferences, CID 1153963.
2014-01-14  Roy MarplesFix CID: 1153964 and 1153966
2014-01-14  Roy MarplesTypo.
2014-01-08  Roy MarplesFix definition
2014-01-08  Roy MarplesAdd support for RFC3495 DHCP option for CableLabs Clients.
2014-01-08  Roy MarplesModern init systems such as OpenRC and systemd can...
2014-01-05  Roy MarplesFix compile errors and warnings with IPv6 disabled.
2014-01-03  Roy MarplesWelcome to 2014! Relese dhcpcd-6.2.0. v6.2.0
2014-01-03  Roy MarplesChange configure to detect fossil for debugging.
2013-12-13  Roy MarplesTweak unicast a little
2013-12-13  Roy MarplesFix multiple arping options
2013-12-13  Roy MarplesMove some errors into debug.
2013-12-12  Roy MarplesFix NAK backoff when a server NAKs a REQUEST after...
next