Fix to correctly identify remote IP address and host name when using
[rsync/rsync.git] / clientname.c
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 -...