]> andersk Git - openssh.git/commitdiff
[NOTE: Next patch will sync nchan.c, channels.c and channels.h and all this
authormouring <mouring>
Sat, 9 Jun 2001 00:36:26 +0000 (00:36 +0000)
committermouring <mouring>
Sat, 9 Jun 2001 00:36:26 +0000 (00:36 +0000)
pain will be over.]
   - markus@cvs.openbsd.org 2001/05/31 10:30:17
     [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
      packet.c serverloop.c session.c ssh.c]
     undo the .c file split, just merge the header and keep the cvs
     history

ChangeLog
auth-options.c
auth2.c
clientloop.c
packet.c
serverloop.c
session.c
ssh.c

index 068192ca4603b7a54556b22ba1cb828b21dc480e..fcb9110fafffeba64214b56ac4943891504245bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
    - markus@cvs.openbsd.org 2001/05/30 15:20:10
      [ssh.c]
      merge functions, simplify.
+   - markus@cvs.openbsd.org 2001/05/31 10:30:17
+     [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c 
+      packet.c serverloop.c session.c ssh.c]
+     undo the .c file split, just merge the header and keep the cvs 
+     history
 
 20010606
  - OpenBSD CVS Sync
index d6258ab1ad17511065f8650ee01a1b99c9260b76..210fbe7eaea5d28fb1cc3e9a860b6eecddfe68d3 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-options.c,v 1.17 2001/05/30 12:55:06 markus Exp $");
+RCSID("$OpenBSD: auth-options.c,v 1.18 2001/05/31 10:30:12 markus Exp $");
 
 #include "packet.h"
 #include "xmalloc.h"
 #include "match.h"
 #include "log.h"
 #include "canohost.h"
-#include "channel.h"
+#include "channels.h"
 #include "auth-options.h"
 #include "servconf.h"
 
diff --git a/auth2.c b/auth2.c
index 05b60128682b308e1575696e0468bc91dd3fa577..0b4df9cdaf50be651388c6b1c5329cd8fe60871c 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.60 2001/05/30 23:31:14 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.61 2001/05/31 10:30:12 markus Exp $");
 
 #include <openssl/evp.h>
 
@@ -36,7 +36,7 @@ RCSID("$OpenBSD: auth2.c,v 1.60 2001/05/30 23:31:14 markus Exp $");
 #include "log.h"
 #include "servconf.h"
 #include "compat.h"
-#include "channel.h"
+#include "channels.h"
 #include "bufaux.h"
 #include "auth.h"
 #include "session.h"
index 59a556a88596ebdaa6f797ec0e2e13ab450340bd..70abee8fde46fd83e3ef0f45ff1778703b9dcbcc 100644 (file)
@@ -59,7 +59,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.73 2001/05/30 12:55:10 markus Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.74 2001/05/31 10:30:15 markus Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -68,7 +68,7 @@ RCSID("$OpenBSD: clientloop.c,v 1.73 2001/05/30 12:55:10 markus Exp $");
 #include "packet.h"
 #include "buffer.h"
 #include "compat.h"
-#include "channel.h"
+#include "channels.h"
 #include "dispatch.h"
 #include "buffer.h"
 #include "bufaux.h"
index e3e68872aba1cfbf5840f9a2560e891646f9616c..402259a994870468fe8bc568c6137783edf50538 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.63 2001/05/30 12:55:11 markus Exp $");
+RCSID("$OpenBSD: packet.c,v 1.64 2001/05/31 10:30:16 markus Exp $");
 
 #include "xmalloc.h"
 #include "buffer.h"
@@ -48,7 +48,7 @@ RCSID("$OpenBSD: packet.c,v 1.63 2001/05/30 12:55:11 markus Exp $");
 
 #include "compress.h"
 #include "deattack.h"
-#include "channel.h"
+#include "channels.h"
 
 #include "compat.h"
 #include "ssh1.h"
index 5f50b4ee7b0b05cdffa0917d5ce6842d6d873bed..d8026ec5a7d7b3b7d5ffd64920e94bcd5d43d2be 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.66 2001/05/30 12:55:12 markus Exp $");
+RCSID("$OpenBSD: serverloop.c,v 1.67 2001/05/31 10:30:16 markus Exp $");
 
 #include "xmalloc.h"
 #include "packet.h"
@@ -43,7 +43,7 @@ RCSID("$OpenBSD: serverloop.c,v 1.66 2001/05/30 12:55:12 markus Exp $");
 #include "log.h"
 #include "servconf.h"
 #include "sshpty.h"
-#include "channel.h"
+#include "channels.h"
 #include "compat.h"
 #include "ssh1.h"
 #include "ssh2.h"
index 8a8b4c114c9f53e53540bb177ed9e38672f74615..0625bf81f10d2ca25d27aa629fc44a913845825f 100644 (file)
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: session.c,v 1.77 2001/05/30 12:55:13 markus Exp $");
+RCSID("$OpenBSD: session.c,v 1.78 2001/05/31 10:30:16 markus Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -45,7 +45,7 @@ RCSID("$OpenBSD: session.c,v 1.77 2001/05/30 12:55:13 markus Exp $");
 #include "mpaux.h"
 #include "uidswap.h"
 #include "compat.h"
-#include "channel.h"
+#include "channels.h"
 #include "bufaux.h"
 #include "auth.h"
 #include "auth-options.h"
diff --git a/ssh.c b/ssh.c
index dffd2d0d53f57ab7c92cfa04ab43fab3bcf7e962..07947dc6a92ffa25a80619343e59dcd86b48608c 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.122 2001/05/30 15:20:10 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.123 2001/05/31 10:30:17 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -53,7 +53,7 @@ RCSID("$OpenBSD: ssh.c,v 1.122 2001/05/30 15:20:10 markus Exp $");
 #include "packet.h"
 #include "buffer.h"
 #include "uidswap.h"
-#include "channel.h"
+#include "channels.h"
 #include "key.h"
 #include "authfd.h"
 #include "authfile.h"
This page took 0.063132 seconds and 5 git commands to generate.