summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--auth-chall.c2
-rw-r--r--auth-passwd.c2
-rw-r--r--auth.h2
-rw-r--r--auth1.c2
-rw-r--r--auth2.c2
-rw-r--r--session.c2
7 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 080e148e..95d67e14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
20010322
- (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
- (bal) version.c CVS ID resync
+ - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
+ resync
20010321
- (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
@@ -4660,4 +4662,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1000 2001/03/22 01:08:39 mouring Exp $
+$Id: ChangeLog,v 1.1001 2001/03/22 01:22:03 mouring Exp $
diff --git a/auth-chall.c b/auth-chall.c
index aced659c..ee7b6cd9 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-chall.c,v 1.5 2001/03/02 18:54:30 deraadt Exp $");
+RCSID("$OpenBSD: auth-chall.c,v 1.6 2001/03/20 18:57:04 markus Exp $");
#include "auth.h"
#include "log.h"
diff --git a/auth-passwd.c b/auth-passwd.c
index 5a91e558..27977155 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -36,7 +36,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-passwd.c,v 1.21 2001/02/12 16:16:23 markus Exp $");
+RCSID("$OpenBSD: auth-passwd.c,v 1.22 2001/03/20 18:57:04 markus Exp $");
#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
diff --git a/auth.h b/auth.h
index 6afce6b3..960f1ac3 100644
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: auth.h,v 1.12 2001/02/22 21:59:43 markus Exp $
+ * $OpenBSD: auth.h,v 1.13 2001/03/20 18:57:04 markus Exp $
*/
#ifndef AUTH_H
#define AUTH_H
diff --git a/auth1.c b/auth1.c
index 6d492d07..1ce1cc44 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.19 2001/03/08 18:47:12 stevesk Exp $");
+RCSID("$OpenBSD: auth1.c,v 1.20 2001/03/20 18:57:04 markus Exp $");
#include "xmalloc.h"
#include "rsa.h"
diff --git a/auth2.c b/auth2.c
index 8d229955..4f9b8496 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.46 2001/03/11 13:25:36 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.47 2001/03/20 18:57:04 markus Exp $");
#include <openssl/evp.h>
diff --git a/session.c b/session.c
index a794f3b2..ace284de 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: session.c,v 1.61 2001/03/16 19:06:30 markus Exp $");
+RCSID("$OpenBSD: session.c,v 1.62 2001/03/20 18:57:04 markus Exp $");
#include "ssh.h"
#include "ssh1.h"