index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clientname.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-10
Got rid of a superfluous empty line.
Wayne Davison
1
-1
/
+0
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-5
/
+5
2005-01-28
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
1
-4
/
+4
2004-09-24
Turned the various FERROR messages into (the more proper) FLOG.
Wayne Davison
1
-23
/
+13
2004-06-03
The daemon-over-ssh code now looks for $SSH_CONNECTION and $SSH2_CLIENT
Wayne Davison
1
-12
/
+10
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-2
/
+1
2004-04-30
Only refer to AI_NUMERICHOST if it is defined.
Wayne Davison
1
-0
/
+2
2004-04-01
Use getaddrinfo() to figure out if a numeric address is IPv4 or IPv6.
Wayne Davison
1
-32
/
+29
2004-04-01
Last of the cleanup before the patching starts.
Wayne Davison
1
-15
/
+11
2004-04-01
A couple more minor twiddles.
Wayne Davison
1
-4
/
+6
2004-04-01
Updated the sizeof syntax and trimmed some trailing whitespace.
Wayne Davison
1
-18
/
+18
2004-03-16
Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
Wayne Davison
1
-1
/
+1
2004-02-27
Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).
Wayne Davison
1
-1
/
+1
2003-01-11
The inet_pton() man page says we need to pass in a pointer to a
Wayne Davison
1
-2
/
+2
2003-01-09
Support IPv6 addresses with "hosts allow" and "hosts deny". Patch from
David Dykstra
1
-3
/
+19
2002-08-02
* Don't call getnameinfo() if we've already populated the addr_buf.
Wayne Davison
1
-10
/
+10
2002-08-02
Put in better method of checking whether or not daemon over --rsh mode is
David Dykstra
1
-10
/
+19
2002-08-02
Fix client_name to work on when INET6 is enabled but using a 4-part IPv4
David Dykstra
1
-22
/
+33
2002-08-01
Fix last change to use correct IPv6 structure names when using INET6.
David Dykstra
1
-2
/
+7
2002-08-01
Fix to correctly identify remote IP address and host name when using
David Dykstra
1
-9
/
+41
2002-04-03
Commit patch based on one from John L. Allen to fix "forward name
Martin Pool
1
-5
/
+14
2002-01-25
check_name doesn't need a socklen_t, because it knows what is inside
Martin Pool
1
-2
/
+1
2002-01-25
Add code to compare sin6_addrs.
v2.5.2pre3
Martin Pool
1
-3
/
+9
2002-01-25
Back out last change -- to see whether an address is spoofed, we don't
Martin Pool
1
-15
/
+18
2002-01-25
compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.
Martin Pool
1
-16
/
+13
2002-01-25
Split out code to compare addrinfo and sockaddr into it's own
Martin Pool
1
-25
/
+45
2002-01-25
Doc.
Martin Pool
1
-7
/
+12
2002-01-25
The name resolution stuff is getting complicated -- split it out into
Martin Pool
1
-0
/
+252