Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_rsync
/
e9489cd6cb380b30727bd3d074eacc59abca080e
/
authenticate.c
d3d07a5
Include 2008 in the copyright years.
by Wayne Davison
· 18 years ago
3f0211b
New logging categories added to allow differentiation between
by Wayne Davison
· 18 years ago
c9b16cd
Stop password errors from getting reported as transfer errors.
by Wayne Davison
· 18 years ago
3f655ca
If the user told us to use a password file and we used it, there's
by Wayne Davison
· 18 years ago
f74a3d8
Call the renamed read_line_old() function (was read_line()).
by Wayne Davison
· 19 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
a0456b9
Protocol 30 now uses MD5 checksums instead of MD4.
by Wayne Davison
· 19 years ago
ba2133d
Further modifications to the copyright comment section.
by Wayne Davison
· 19 years ago
4a19c3b
Added "const" to appropriate char pointers.
by Wayne Davison
· 19 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
293def6
The base4_encode() function now takes a "pad" arg which indicates
by Wayne Davison
· 20 years ago
351f5e2
Check MY_UID() directly instead of accessing am_root.
by Wayne Davison
· 20 years ago
45c49b5
Got rid of calls to (the soon to vanish) safe_fname() function.
by Wayne Davison
· 20 years ago
d999d31
Use BIGPATHBUFLEN for the length of a line buffer.
by Wayne Davison
· 21 years ago
bf011fe
Made the code a little cleaner by having gen_challenge() return
by Wayne Davison
· 21 years ago
5037cf3
- Use the MD4_SUM_LENGTH define in place of some hard-wired values.
by Wayne Davison
· 21 years ago
4875d6b
Adding more calls to safe_fname().
by Wayne Davison
· 21 years ago
30c041f
Changed the errors concerning the secrets file to output with FLOG
by Wayne Davison
· 22 years ago
ba582f7
Changed sum_init() to take a seed value as an arg instead of always
by Wayne Davison
· 22 years ago
18cc8c7
Improved a comment and got rid of some trailing whitespace.
by Wayne Davison
· 22 years ago
58c9b4b
Tweaked the sizeof syntax and some multi-statement lines.
by Wayne Davison
· 22 years ago
38cab94
- Improved the get_secret()'s function comments, made it accept a line
by Wayne Davison
· 22 years ago
4b2f6a7
Decided to use "nobody" instead of "guest".
by Wayne Davison
· 22 years ago
ef383c0
The auth_client function must not return without outputting something
by Wayne Davison
· 22 years ago
5738512
Made base64_encode() non-static.
by Wayne Davison
· 22 years ago
fe33203
Call wildmatch(), not fnmatch().
by Wayne Davison
· 23 years ago
908f5a9
Add a comment about using getpassphrase() or readpassphrase() rather
by Martin Pool
· 23 years ago
73ff720
File I/O already handles '\r', so we can remove the O_TEXT flags.
by Wayne Davison
· 23 years ago
536b846
Open config files in text mode when O_TEXT is defined. This helps on
by David Dykstra
· 23 years ago
973007d
Changed auth_server() to take two fds (for the daemon via remote-shell support).
by Wayne Davison
· 24 years ago
707de53
Another harmless size_t warning.
by Martin Pool
· 24 years ago
64bd756
Add comment: cyeoh says that getpass is deprecated, because it may
by Martin Pool
· 25 years ago
5d78a10
allow shell wildcards in auth users lines
by Andrew Tridgell
· 25 years ago
4a13b9d
Print strerror when a system error occurs; add a new function rsyserr
by Martin Pool
· 25 years ago
a039749
Print strerror when a system error occurs; add a new function rsyserr
by Martin Pool
· 25 years ago
ae682c3
got rid of some unused variables
by Andrew Tridgell
· 26 years ago
3060d4a
handle systems that don't take a 2nd argument to gettimeofday()
by Andrew Tridgell
· 26 years ago
3ca8e68
Added "strict modes" option. When set false (default is true), it allows
by David Dykstra
· 27 years ago
379e689
fixed bug where strtok() could return NULL in getpassf().
by Andrew Tridgell
· 27 years ago
65575e9
added --password-file patch from Alex Schlessinger <alex@inconnect.com>
by Andrew Tridgell
· 27 years ago
d1be231
Make sure secrets file is not other-accessible, and owned by root if the
by David Dykstra
· 27 years ago
37f9805
changed strlcat() and strlcpy() to have the same semantics as the
by Andrew Tridgell
· 27 years ago
6e4fb64
added finddead target, removed dead code and made some functions static
by Andrew Tridgell
· 28 years ago
d0d5639
for authenticated access record the authenticated username in the logs
by Andrew Tridgell
· 28 years ago
1a016bf
- changed the log messages to show the requested path
by Andrew Tridgell
· 28 years ago
e42c945
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
by Andrew Tridgell
· 28 years ago
c8e78d8
improved the authentication and in particular the error reporting
by Andrew Tridgell
· 28 years ago
bcb7e50
first working version of challenge response authentication. needs testing.
by Andrew Tridgell
· 28 years ago
31593dd
by Andrew Tridgell
· 28 years ago