summaryrefslogtreecommitdiff
path: root/clientname.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Allow a "%scope" suffix on the client's ipv6 addr.Wayne Davison2021-10-171-9/+17
* Add missing INET6 check.Wayne Davison2021-09-261-0/+2
* Warning fixes & impossible-failure improvementsWayne Davison2020-07-081-1/+1
* Tweak a comment.Wayne Davison2020-07-051-1/+1
* Tweak valid_ipaddr() check.Wayne Davison2020-06-221-1/+1
* Some fixes after compiling on cygwin.Wayne Davison2020-06-161-1/+1
* Rename "haproxy header" to "proxy protocol".Wayne Davison2020-06-151-2/+2
* Some indentation fixes.Wayne Davison2020-06-131-8/+5
* Add `haproxy header` parameter to rsync daemonWayne Davison2020-06-111-107/+290
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* 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