Fix "just in case" unlink. Prefer renaming of normal files
[rsync/rsync.git] / clientname.c
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.
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 -...