]> andersk Git - openssh.git/commitdiff
- (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
authormouring <mouring>
Thu, 22 Mar 2001 01:22:03 +0000 (01:22 +0000)
committermouring <mouring>
Thu, 22 Mar 2001 01:22:03 +0000 (01:22 +0000)
   resync

ChangeLog
auth-chall.c
auth-passwd.c
auth.h
auth1.c
auth2.c
session.c

index 3aea311e6a81b89c5211db9eac1a14a37e7c3f3d..65da2c61985795e4426ebe2c68aec6d4666798f8 100644 (file)
--- 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 
index aced659c0c6b78c1b200fe56033153f109fafd87..ee7b6cd96531d36aba13b9b3e3ac474412293b4e 100644 (file)
@@ -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"
index 5a91e5585afe6f811e69cb7ee1621fad48911ea5..27977155aba42cfa0a0b5cce8f09356f045e58ba 100644 (file)
@@ -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 6afce6b3aa55bdbd86ca0d87fda471cb4bafcf93..960f1ac3bde95501ce64f3b7c7025e5009de28b1 100644 (file)
--- 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 6d492d077653f87f9cc43b24dbc95ab42de4c435..1ce1cc44b7552ae0fecb98ce903feb8bb4056a43 100644 (file)
--- 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 8d229955cb6a76389827dced58bb5a46e3d8261d..4f9b8496eba36d9117f066bd84e9d5eeeb8c0cf7 100644 (file)
--- 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>
 
index a794f3b2d742f0299c02712051f060e47fb4917d..ace284deb7acaa5283939a9c824329ea17beda6c 100644 (file)
--- 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"
This page took 0.276767 seconds and 5 git commands to generate.