John E. Malmberg convinced me to standardize on #ifs for defined
[rsync/rsync.git] / clientname.c
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 -...