]> git.ipfire.org Git - thirdparty/rsync.git/history - clientname.c
More tweaks for Actions.
[thirdparty/rsync.git] / clientname.c
2022-01-16  Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02  Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-10-17  Wayne DavisonAllow a "%scope" suffix on the client's ipv6 addr.
2021-09-26  Wayne DavisonAdd missing INET6 check.
2020-07-08  Wayne DavisonWarning fixes & impossible-failure improvements
2020-07-05  Wayne DavisonTweak a comment.
2020-06-22  Wayne DavisonTweak valid_ipaddr() check.
2020-06-17  Wayne DavisonSome fixes after compiling on cygwin.
2020-06-15  Wayne DavisonRename "haproxy header" to "proxy protocol".
2020-06-14  Wayne DavisonSome indentation fixes.
2020-06-11  Wayne DavisonAdd `haproxy header` parameter to rsync daemon
2019-03-16  Wayne DavisonTweak the copyright year.
2018-01-15  Wayne DavisonTweak copyright date.
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-07-12  Wayne DavisonLook for REMOTE_HOST before SSH_* environment options.
2013-06-15  Wayne DavisonSupport rsync daemon over SSL via stunnel.
2013-01-19  Wayne DavisonUpdate copyright year.
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-10-11  Wayne DavisonDon't lookup address "0.0.0.0" when we're a remote...
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2008-02-22  Wayne DavisonCast ai->ai_addrlen to int for an rprintf() call using %d.
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
2006-10-13  Wayne Davison- Changed strcpy() calls into strlcpy() calls, just...
2006-04-25  Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25  Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-24  Wayne DavisonGot rid of unused externs.
2005-11-10  Wayne DavisonGot rid of a superfluous empty line.
2005-02-14  Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-01-28  Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2004-09-24  Wayne DavisonTurned the various FERROR messages into (the more prope...
2004-06-03  Wayne DavisonThe daemon-over-ssh code now looks for $SSH_CONNECTION...
2004-05-15  Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-04-30  Wayne DavisonOnly refer to AI_NUMERICHOST if it is defined.
2004-04-01  Wayne DavisonUse getaddrinfo() to figure out if a numeric address...
2004-04-01  Wayne DavisonLast of the cleanup before the patching starts.
2004-04-01  Wayne DavisonA couple more minor twiddles.
2004-04-01  Wayne DavisonUpdated the sizeof syntax and trimmed some trailing...
2004-03-16  Wayne DavisonChanged HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
2004-02-27  Wayne DavisonUse new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOC...
2003-01-11  Wayne DavisonThe inet_pton() man page says we need to pass in a...
2003-01-09  David DykstraSupport IPv6 addresses with "hosts allow" and "hosts...
2002-08-02  Wayne Davison* Don't call getnameinfo() if we've already populated...
2002-08-02  David DykstraPut in better method of checking whether or not daemon...
2002-08-02  David DykstraFix client_name to work on when INET6 is enabled but...
2002-08-01  David DykstraFix last change to use correct IPv6 structure names...
2002-08-01  David DykstraFix to correctly identify remote IP address and host...
2002-04-03  Martin PoolCommit patch based on one from John L. Allen to fix...
2002-01-25  Martin Poolcheck_name doesn't need a socklen_t, because it knows...
2002-01-25  Martin PoolAdd code to compare sin6_addrs. v2.5.2pre3
2002-01-25  Martin PoolBack out last change -- to see whether an address is...
2002-01-25  Martin Poolcompare_addrinfo_sockaddr: Add code to compare AF_INET6...
2002-01-25  Martin PoolSplit out code to compare addrinfo and sockaddr into...
2002-01-25  Martin PoolDoc.
2002-01-25  Martin PoolThe name resolution stuff is getting complicated -...