Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/dist/ssh



Module Name:    src
Committed By:   lukem
Date:           Mon Mar 24 18:25:22 UTC 2003

Modified Files:
        src/crypto/dist/ssh: auth.c session.c

Log Message:
* Add log messages for password or account expiry; it makes it much easier
  to debug (on the server) why a login failed with this information.

* If _PASSWORD_CHGNOW is defined (it's -1 in NetBSD), check that pw_change
  is not set to that before testing if the password has expired.
  Still prevent the login, but log a different failure message in this case.
  XXX:  we need to decide if we let interactive logins occur in this case,
        but force a password change, a la login(1).


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/crypto/dist/ssh/auth.c
cvs rdiff -r1.28 -r1.29 src/crypto/dist/ssh/session.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index