Call wildmatch(), not fnmatch().
[rsync/rsync.git] / authenticate.c
2003-07-30 Wayne DavisonCall wildmatch(), not fnmatch().
2003-06-17 Martin PoolAdd a comment about using getpassphrase() or readpassph...
2003-01-26 Wayne DavisonFile I/O already handles '\r', so we can remove the...
2003-01-26 David DykstraOpen config files in text mode when O_TEXT is defined...
2002-08-01 Wayne DavisonChanged auth_server() to take two fds (for the daemon...
2002-01-24 Martin PoolAnother harmless size_t warning.
2001-08-29 Martin PoolAdd comment: cyeoh says that getpass is deprecated...
2001-06-22 Andrew Tridgellallow shell wildcards in auth users lines
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-08-19 Andrew Tridgellgot rid of some unused variables
2000-01-23 Andrew Tridgellhandle systems that don't take a 2nd argument to gettim...
1999-02-09 David DykstraAdded "strict modes" option. When set false (default...
1999-01-08 Andrew Tridgellfixed bug where strtok() could return NULL in getpassf().
1999-01-08 Andrew Tridgelladded --password-file patch from Alex Schlessinger...
1998-11-24 David DykstraMake sure secrets file is not other-accessible, and...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-05-16 Andrew Tridgellfor authenticated access record the authenticated usern...
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-13 Andrew Tridgellimproved the authentication and in particular the error...
1998-05-13 Andrew Tridgellfirst working version of challenge response authenticat...
1998-05-13 Andrew Tridgellimproved max connections code. Now use fcntl instead...