Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_rsync
/
7fd24bef0fb5d3f7e07af433cfbdea0f00becdbc
/
clientname.c
2c681b8
Some fixes after compiling on cygwin.
by Wayne Davison
· 6 years ago
249e28c
Rename "haproxy header" to "proxy protocol".
by Wayne Davison
· 6 years ago
e63ff70
Some indentation fixes.
by Wayne Davison
· 6 years ago
cff0764
Add `haproxy header` parameter to rsync daemon
by Wayne Davison
· 6 years ago
3e2e4b5
Tweak the copyright year.
by Wayne Davison
· 7 years ago
473108a
Tweak copyright date.
by Wayne Davison
· 8 years ago
453914e
Update the copyright year.
by Wayne Davison
· 11 years ago
dfa5b49
Bump the year to 2014.
by Wayne Davison
· 12 years ago
99c9520
Look for REMOTE_HOST before SSH_* environment options.
by Wayne Davison
· 13 years ago
70d4a94
Support rsync daemon over SSL via stunnel.
by Wayne Davison
· 13 years ago
7e1a9c4
Update copyright year.
by Wayne Davison
· 13 years ago
b3bf9b9
Update the copyright year.
by Wayne Davison
· 17 years ago
ea0f037
Don't lookup address "0.0.0.0" when we're a remote-shell daemon.
by Wayne Davison
· 18 years ago
d3d07a5
Include 2008 in the copyright years.
by Wayne Davison
· 18 years ago
f587061
Cast ai->ai_addrlen to int for an rprintf() call using %d.
by Wayne Davison
· 18 years ago
8e41b68
Tweaking the license text a bit more.
by Wayne Davison
· 19 years ago
4fd842f
Switching to GPL 3.
by Wayne Davison
· 19 years ago
ba2133d
Further modifications to the copyright comment section.
by Wayne Davison
· 19 years ago
5541036
- Changed strcpy() calls into strlcpy() calls, just to be extra safe.
by Wayne Davison
· 20 years ago
e7c6706
Updated the FSF's address to an even newer one.
by Wayne Davison
· 20 years ago
0f78b81
- Updated the address for the FSF in the opening comment.
by Wayne Davison
· 20 years ago
cca9208
Got rid of unused externs.
by Wayne Davison
· 20 years ago
e16ca9e
Got rid of a superfluous empty line.
by Wayne Davison
· 20 years ago
4f5b075
John E. Malmberg convinced me to standardize on #ifs for defined
by Wayne Davison
· 21 years ago
25ff044
Use "#if" (not "#ifdef") for configure-defined macros.
by Wayne Davison
· 21 years ago
fde045c
Turned the various FERROR messages into (the more proper) FLOG.
by Wayne Davison
· 22 years ago
b2ef4f6
The daemon-over-ssh code now looks for $SSH_CONNECTION and $SSH2_CLIENT
by Wayne Davison
· 22 years ago
d62bcc1
Changed rprintf() calls that included strerror() to use rsyserr().
by Wayne Davison
· 22 years ago
6a6d211
Only refer to AI_NUMERICHOST if it is defined.
by Wayne Davison
· 22 years ago
706c753
Use getaddrinfo() to figure out if a numeric address is IPv4 or IPv6.
by Wayne Davison
· 22 years ago
2b284ee
Last of the cleanup before the patching starts.
by Wayne Davison
· 22 years ago
4cfa615
A couple more minor twiddles.
by Wayne Davison
· 22 years ago
c1e7217
Updated the sizeof syntax and trimmed some trailing whitespace.
by Wayne Davison
· 22 years ago
16f72ad
Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
by Wayne Davison
· 22 years ago
ac7aa92
Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).
by Wayne Davison
· 22 years ago
aaf375d
The inet_pton() man page says we need to pass in a pointer to a
by Wayne Davison
· 23 years ago
bc2b496
Support IPv6 addresses with "hosts allow" and "hosts deny". Patch from
by David Dykstra
· 23 years ago
3b5f621
* Don't call getnameinfo() if we've already populated the addr_buf.
by Wayne Davison
· 24 years ago
542ad67
Put in better method of checking whether or not daemon over --rsh mode is
by David Dykstra
· 24 years ago
1e736b8
Fix client_name to work on when INET6 is enabled but using a 4-part IPv4
by David Dykstra
· 24 years ago
a6d8c3f
Fix last change to use correct IPv6 structure names when using INET6.
by David Dykstra
· 24 years ago
09021ea
Fix to correctly identify remote IP address and host name when using
by David Dykstra
· 24 years ago
6c92af2
Commit patch based on one from John L. Allen to fix "forward name
by Martin Pool
· 24 years ago
be8bd99
check_name doesn't need a socklen_t, because it knows what is inside
by Martin Pool
· 24 years ago
6780f72
Add code to compare sin6_addrs.
by Martin Pool
· 24 years ago
39e01d2
Back out last change -- to see whether an address is spoofed, we don't
by Martin Pool
· 24 years ago
f755029
compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.
by Martin Pool
· 24 years ago
974f27e
Split out code to compare addrinfo and sockaddr into it's own
by Martin Pool
· 24 years ago
af32f69
Doc.
by Martin Pool
· 24 years ago
0cd2f40
The name resolution stuff is getting complicated -- split it out into
by Martin Pool
· 24 years ago