Added RERR_VANISHED.
[rsync/rsync.git] / clientname.c
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 -...