[BACK]Return to auth-passwd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth-passwd.c between version 1.14 and 1.15

version 1.14, 1999/12/29 12:47:46 version 1.15, 2000/04/14 10:30:29
Line 19 
Line 19 
  * Tries to authenticate the user using password.  Returns true if   * Tries to authenticate the user using password.  Returns true if
  * authentication succeeds.   * authentication succeeds.
  */   */
 int  int
 auth_password(struct passwd * pw, const char *password)  auth_password(struct passwd * pw, const char *password)
 {  {
         extern ServerOptions options;          extern ServerOptions options;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15