index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clientname.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Got rid of a superfluous empty line.
Wayne Davison
2005-11-10
1
-1
/
+0
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-5
/
+5
*
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
2005-01-28
1
-4
/
+4
*
Turned the various FERROR messages into (the more proper) FLOG.
Wayne Davison
2004-09-24
1
-23
/
+13
*
The daemon-over-ssh code now looks for $SSH_CONNECTION and $SSH2_CLIENT
Wayne Davison
2004-06-03
1
-12
/
+10
*
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
2004-05-15
1
-2
/
+1
*
Only refer to AI_NUMERICHOST if it is defined.
Wayne Davison
2004-04-30
1
-0
/
+2
*
Use getaddrinfo() to figure out if a numeric address is IPv4 or IPv6.
Wayne Davison
2004-04-01
1
-32
/
+29
*
Last of the cleanup before the patching starts.
Wayne Davison
2004-04-01
1
-15
/
+11
*
A couple more minor twiddles.
Wayne Davison
2004-04-01
1
-4
/
+6
*
Updated the sizeof syntax and trimmed some trailing whitespace.
Wayne Davison
2004-04-01
1
-18
/
+18
*
Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
Wayne Davison
2004-03-16
1
-1
/
+1
*
Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).
Wayne Davison
2004-02-27
1
-1
/
+1
*
The inet_pton() man page says we need to pass in a pointer to a
Wayne Davison
2003-01-11
1
-2
/
+2
*
Support IPv6 addresses with "hosts allow" and "hosts deny". Patch from
David Dykstra
2003-01-09
1
-3
/
+19
*
* Don't call getnameinfo() if we've already populated the addr_buf.
Wayne Davison
2002-08-02
1
-10
/
+10
*
Put in better method of checking whether or not daemon over --rsh mode is
David Dykstra
2002-08-02
1
-10
/
+19
*
Fix client_name to work on when INET6 is enabled but using a 4-part IPv4
David Dykstra
2002-08-02
1
-22
/
+33
*
Fix last change to use correct IPv6 structure names when using INET6.
David Dykstra
2002-08-01
1
-2
/
+7
*
Fix to correctly identify remote IP address and host name when using
David Dykstra
2002-08-01
1
-9
/
+41
*
Commit patch based on one from John L. Allen to fix "forward name
Martin Pool
2002-04-03
1
-5
/
+14
*
check_name doesn't need a socklen_t, because it knows what is inside
Martin Pool
2002-01-25
1
-2
/
+1
*
Add code to compare sin6_addrs.
v2.5.2pre3
Martin Pool
2002-01-25
1
-3
/
+9
*
Back out last change -- to see whether an address is spoofed, we don't
Martin Pool
2002-01-25
1
-15
/
+18
*
compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.
Martin Pool
2002-01-25
1
-16
/
+13
*
Split out code to compare addrinfo and sockaddr into it's own
Martin Pool
2002-01-25
1
-25
/
+45
*
Doc.
Martin Pool
2002-01-25
1
-7
/
+12
*
The name resolution stuff is getting complicated -- split it out into
Martin Pool
2002-01-25
1
-0
/
+252