summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormouring <mouring>2002-05-15 15:59:17 +0000
committermouring <mouring>2002-05-15 15:59:17 +0000
commit5c7386326802ce6502c4f4e8ec1140941410448e (patch)
treeaed5cb042cc2f4992492b806df7d0e84d4804167
parentded8568f689556284ad4db0ded7a6ee311cff310 (diff)
downloadopenssh-5c7386326802ce6502c4f4e8ec1140941410448e.tar.gz
- (bal) CVS ID fix up on auth-passwd.c
-rw-r--r--ChangeLog5
-rw-r--r--auth-passwd.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 37abbcf9..47b6cfba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20020515
+ - (bal) CVS ID fix up on auth-passwd.c
+
20020514
- (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
- (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to
@@ -601,4 +604,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2120 2002/05/15 00:12:29 djm Exp $
+$Id: ChangeLog,v 1.2121 2002/05/15 15:59:17 mouring Exp $
diff --git a/auth-passwd.c b/auth-passwd.c
index 58c11364..ad3bd355 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -36,7 +36,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-passwd.c,v 1.24 2002/03/04 12:43:06 markus Exp $");
+RCSID("$OpenBSD: auth-passwd.c,v 1.26 2002/05/10 02:30:12 mouring Exp $");
#include "packet.h"
#include "log.h"