David Dykstra
|
3ca8e68f58
|
Added "strict modes" option. When set false (default is true), it allows
the secrets file to be readable by other users. Added to support the Windows
port under cygwin. Problem reported by Martin Krumpolec krumpo@pobox.sk
|
1999-02-09 19:27:15 +00:00 |
|
Andrew Tridgell
|
379e689dac
|
fixed bug where strtok() could return NULL in getpassf().
|
1999-01-08 10:42:29 +00:00 |
|
Andrew Tridgell
|
65575e9670
|
added --password-file patch from Alex Schlessinger <alex@inconnect.com>
(yes, I know I'm not supposed to be doing rsync work at the moment!
only four weeks to go ...)
|
1999-01-08 10:32:56 +00:00 |
|
David Dykstra
|
d1be231290
|
Make sure secrets file is not other-accessible, and owned by root if the
daemon is running as root. Suggested by
Mike Richardson <mike@quaking.demon.co.uk>
|
1998-11-24 19:52:35 +00:00 |
|
Andrew Tridgell
|
37f9805dab
|
changed strlcat() and strlcpy() to have the same semantics as the
OpenBSD functions of the same name.
changed slprintf() to take buffer length rather than buffer length -1
|
1998-11-14 23:31:58 +00:00 |
|
Andrew Tridgell
|
6e4fb64e61
|
added finddead target, removed dead code and made some functions
static
|
1998-09-09 05:57:34 +00:00 |
|
Andrew Tridgell
|
d0d56395c8
|
for authenticated access record the authenticated username in the logs
|
1998-05-16 07:45:26 +00:00 |
|
Andrew Tridgell
|
1a016bfdec
|
- changed the log messages to show the requested path
- some more paranoid buffer size checks
- separate open syslog call
- handle systems without LOG_NDELAY
|
1998-05-15 10:34:07 +00:00 |
|
Andrew Tridgell
|
e42c9458c2
|
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
chance of a buffer overflow
|
1998-05-15 09:26:01 +00:00 |
|
Andrew Tridgell
|
c8e78d87ad
|
improved the authentication and in particular the error reporting
|
1998-05-13 12:21:10 +00:00 |
|
Andrew Tridgell
|
bcb7e50250
|
first working version of challenge response authentication. needs
testing.
|
1998-05-13 11:49:05 +00:00 |
|
Andrew Tridgell
|
31593dd610
|
improved max connections code. Now use fcntl instead of flock.
also started on authentication code (I'm doing a challenge response
system initially)
|
1998-05-13 09:38:54 +00:00 |
|