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
/
authenticate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-22
New logging categories added to allow differentiation between
Wayne Davison
1
-9
/
+5
2007-11-03
Stop password errors from getting reported as transfer errors.
Wayne Davison
1
-0
/
+4
2007-10-14
If the user told us to use a password file and we used it, there's
Wayne Davison
1
-9
/
+6
2007-09-09
Call the renamed read_line_old() function (was read_line()).
Wayne Davison
1
-1
/
+1
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-03-18
Protocol 30 now uses MD5 checksums instead of MD4.
Wayne Davison
1
-9
/
+11
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2006-11-19
Added "const" to appropriate char pointers.
Wayne Davison
1
-20
/
+20
2006-04-25
Updated the FSF's address to an even newer one.
Wayne Davison
1
-3
/
+3
2006-04-25
- Updated the address for the FSF in the opening comment.
Wayne Davison
1
-19
/
+20
2006-03-06
The base4_encode() function now takes a "pad" arg which indicates
Wayne Davison
1
-5
/
+8
2006-01-26
Check MY_UID() directly instead of accessing am_root.
Wayne Davison
1
-3
/
+2
2006-01-13
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
1
-3
/
+3
2005-07-29
Use BIGPATHBUFLEN for the length of a line buffer.
Wayne Davison
1
-1
/
+1
2005-04-10
Made the code a little cleaner by having gen_challenge() return
Wayne Davison
1
-11
/
+10
2005-04-09
- Use the MD4_SUM_LENGTH define in place of some hard-wired values.
Wayne Davison
1
-31
/
+40
2005-02-07
Adding more calls to safe_fname().
Wayne Davison
1
-3
/
+4
2004-09-24
Changed the errors concerning the secrets file to output with FLOG
Wayne Davison
1
-4
/
+4
2004-05-21
Changed sum_init() to take a seed value as an arg instead of always
Wayne Davison
1
-2
/
+2
2004-05-08
Improved a comment and got rid of some trailing whitespace.
Wayne Davison
1
-21
/
+18
2004-05-08
Tweaked the sizeof syntax and some multi-statement lines.
Wayne Davison
1
-18
/
+19
2004-05-08
- Improved the get_secret()'s function comments, made it accept a line
Wayne Davison
1
-53
/
+64
2004-04-01
Decided to use "nobody" instead of "guest".
Wayne Davison
1
-1
/
+1
2004-03-31
The auth_client function must not return without outputting something
Wayne Davison
1
-1
/
+2
2004-01-03
Made base64_encode() non-static.
Wayne Davison
1
-2
/
+2
2003-07-30
Call wildmatch(), not fnmatch().
Wayne Davison
1
-1
/
+1
2003-06-17
Add a comment about using getpassphrase() or readpassphrase() rather
Martin Pool
1
-2
/
+8
2003-01-26
File I/O already handles '\r', so we can remove the O_TEXT flags.
Wayne Davison
1
-2
/
+2
2003-01-26
Open config files in text mode when O_TEXT is defined. This helps on
David Dykstra
1
-2
/
+2
2002-08-01
Changed auth_server() to take two fds (for the daemon via remote-shell
Wayne Davison
1
-3
/
+3
2002-01-24
Another harmless size_t warning.
Martin Pool
1
-2
/
+2
2001-08-29
Add comment: cyeoh says that getpass is deprecated, because it may
Martin Pool
1
-0
/
+3
2001-06-22
allow shell wildcards in auth users lines
Andrew Tridgell
1
-2
/
+2
2000-10-26
Print strerror when a system error occurs; add a new function rsyserr
Martin Pool
1
-3
/
+4
2000-10-26
Print strerror when a system error occurs; add a new function rsyserr
Martin Pool
1
-2
/
+2
2000-08-19
got rid of some unused variables
Andrew Tridgell
1
-2
/
+1
2000-01-23
handle systems that don't take a 2nd argument to gettimeofday()
Andrew Tridgell
1
-1
/
+1
1999-02-09
Added "strict modes" option. When set false (default is true), it allows
David Dykstra
1
-6
/
+8
1999-01-08
fixed bug where strtok() could return NULL in getpassf().
Andrew Tridgell
1
-1
/
+3
1999-01-08
added --password-file patch from Alex Schlessinger <alex@inconnect.com>
Andrew Tridgell
1
-2
/
+50
1998-11-24
Make sure secrets file is not other-accessible, and owned by root if the
David Dykstra
1
-0
/
+19
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-1
/
+1
1998-09-09
added finddead target, removed dead code and made some functions
Andrew Tridgell
1
-1
/
+1
1998-05-16
for authenticated access record the authenticated username in the logs
Andrew Tridgell
1
-10
/
+20
1998-05-15
- changed the log messages to show the requested path
Andrew Tridgell
1
-6
/
+1
1998-05-15
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1
-5
/
+4
1998-05-13
improved the authentication and in particular the error reporting
Andrew Tridgell
1
-0
/
+13
1998-05-13
first working version of challenge response authentication. needs
Andrew Tridgell
1
-0
/
+177
1998-05-13
improved max connections code. Now use fcntl instead of flock.
Andrew Tridgell
1
-0
/
+21