summaryrefslogtreecommitdiff
path: root/clientname.c
Commit message (Expand)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Look for REMOTE_HOST before SSH_* environment options.Wayne Davison2013-07-121-3/+3
* Support rsync daemon over SSL via stunnel.Wayne Davison2013-06-151-5/+7
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Don't lookup address "0.0.0.0" when we're a remote-shell daemon.Wayne Davison2008-10-111-0/+3
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Cast ai->ai_addrlen to int for an rprintf() call using %d.Wayne Davison2008-02-221-1/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* - Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison2006-10-131-12/+14
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-26/+22
* Got rid of unused externs.Wayne Davison2006-02-241-1/+0
* Got rid of a superfluous empty line.Wayne Davison2005-11-101-1/+0
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-5/+5
* Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison2005-01-281-4/+4
* Turned the various FERROR messages into (the more proper) FLOG.Wayne Davison2004-09-241-23/+13
* The daemon-over-ssh code now looks for $SSH_CONNECTION and $SSH2_CLIENTWayne Davison2004-06-031-12/+10
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-2/+1
* Only refer to AI_NUMERICHOST if it is defined.Wayne Davison2004-04-301-0/+2
* Use getaddrinfo() to figure out if a numeric address is IPv4 or IPv6.Wayne Davison2004-04-011-32/+29
* Last of the cleanup before the patching starts.Wayne Davison2004-04-011-15/+11
* A couple more minor twiddles.Wayne Davison2004-04-011-4/+6
* Updated the sizeof syntax and trimmed some trailing whitespace.Wayne Davison2004-04-011-18/+18
* Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.Wayne Davison2004-03-161-1/+1
* Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).Wayne Davison2004-02-271-1/+1
* The inet_pton() man page says we need to pass in a pointer to aWayne Davison2003-01-111-2/+2
* Support IPv6 addresses with "hosts allow" and "hosts deny". Patch fromDavid Dykstra2003-01-091-3/+19
* * Don't call getnameinfo() if we've already populated the addr_buf.Wayne Davison2002-08-021-10/+10
* Put in better method of checking whether or not daemon over --rsh mode isDavid Dykstra2002-08-021-10/+19
* Fix client_name to work on when INET6 is enabled but using a 4-part IPv4David Dykstra2002-08-021-22/+33
* Fix last change to use correct IPv6 structure names when using INET6.David Dykstra2002-08-011-2/+7
* Fix to correctly identify remote IP address and host name when usingDavid Dykstra2002-08-011-9/+41
* Commit patch based on one from John L. Allen to fix "forward nameMartin Pool2002-04-031-5/+14
* check_name doesn't need a socklen_t, because it knows what is insideMartin Pool2002-01-251-2/+1
* Add code to compare sin6_addrs.v2.5.2pre3Martin Pool2002-01-251-3/+9
* Back out last change -- to see whether an address is spoofed, we don'tMartin Pool2002-01-251-15/+18
* compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.Martin Pool2002-01-251-16/+13
* Split out code to compare addrinfo and sockaddr into it's ownMartin Pool2002-01-251-25/+45
* Doc.Martin Pool2002-01-251-7/+12
* The name resolution stuff is getting complicated -- split it out intoMartin Pool2002-01-251-0/+252