Compare commits
1
Commits
V_3_0_2_P1
...
IBS
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bca9c66a90 |
@@ -1,6 +1,6 @@
|
||||
.\" -*- nroff -*-
|
||||
.\"
|
||||
.\" $Id: RFC.nroff,v 1.1 1999/10/27 03:42:43 damien Exp $
|
||||
.\" $Id: RFC.nroff,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $
|
||||
.\"
|
||||
.pl 10.0i
|
||||
.po 0
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
Kerberos v4 authentication and ticket-passing routines.
|
||||
|
||||
$Id: auth-krb4.c,v 1.1 1999/10/27 03:42:43 damien Exp $
|
||||
$Id: auth-krb4.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ the password is valid for the user.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: auth-passwd.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: auth-passwd.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include "packet.h"
|
||||
#include "ssh.h"
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ authentication.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: auth-rh-rsa.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: auth-rh-rsa.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include "packet.h"
|
||||
#include "ssh.h"
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ the login based on rhosts authentication. This file also processes
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: auth-rhosts.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: auth-rhosts.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include "packet.h"
|
||||
#include "ssh.h"
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ validity of the host key.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: auth-rsa.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: auth-rsa.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include "rsa.h"
|
||||
#include "packet.h"
|
||||
|
||||
@@ -14,7 +14,7 @@ Functions for connecting the local authentication agent.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: authfd.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: authfd.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "rsa.h"
|
||||
|
||||
@@ -13,7 +13,7 @@ Functions to interface with the SSH_AUTHENTICATION_FD socket.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: authfd.h,v 1.1 1999/10/27 03:42:43 damien Exp $"); */
|
||||
/* RCSID("$Id: authfd.h,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $"); */
|
||||
|
||||
#ifndef AUTHFD_H
|
||||
#define AUTHFD_H
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ for reading the passphrase from the user.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: authfile.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: authfile.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include <openssl/bn.h>
|
||||
#include "xmalloc.h"
|
||||
|
||||
@@ -15,7 +15,7 @@ Buffers.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: bufaux.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: bufaux.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include <openssl/bn.h>
|
||||
|
||||
@@ -11,7 +11,7 @@ Created: Wed Mar 29 02:18:23 1995 ylo
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: bufaux.h,v 1.1 1999/10/27 03:42:43 damien Exp $"); */
|
||||
/* RCSID("$Id: bufaux.h,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $"); */
|
||||
|
||||
#ifndef BUFAUX_H
|
||||
#define BUFAUX_H
|
||||
|
||||
@@ -14,7 +14,7 @@ Functions for manipulating fifo buffers (that can grow if needed).
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: buffer.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: buffer.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "buffer.h"
|
||||
|
||||
@@ -13,7 +13,7 @@ Code for manipulating FIFO buffers.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: buffer.h,v 1.1 1999/10/27 03:42:43 damien Exp $"); */
|
||||
/* RCSID("$Id: buffer.h,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $"); */
|
||||
|
||||
#ifndef BUFFER_H
|
||||
#define BUFFER_H
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ Functions for returning the canonical host name of the remote site.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: canohost.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
RCSID("$Id: canohost.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
|
||||
|
||||
#include "packet.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ arbitrary tcp/ip connections, and the authentication agent connection.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: channels.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: channels.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "packet.h"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
/* RCSID("$Id: channels.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: channels.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef CHANNELS_H
|
||||
#define CHANNELS_H
|
||||
|
||||
@@ -12,7 +12,7 @@ Created: Wed Apr 19 17:41:39 1995 ylo
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: cipher.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: cipher.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "cipher.h"
|
||||
|
||||
@@ -11,7 +11,7 @@ Created: Wed Apr 19 16:50:42 1995 ylo
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: cipher.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: cipher.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef CIPHER_H
|
||||
#define CIPHER_H
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ The main loop for the interactive session (client side).
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: clientloop.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: clientloop.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "ssh.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "includes.h"
|
||||
RCSID("$Id: compat.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: compat.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* RCSID("$Id: compat.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: compat.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef COMPAT_H
|
||||
#define COMPAT_H
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ Interface to packet compression for ssh.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: compress.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: compress.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "buffer.h"
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ Interface to packet compression for ssh.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: compress.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: compress.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef COMPRESS_H
|
||||
#define COMPRESS_H
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
crc32-function (including changing the interface). //ylo */
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: crc32.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: crc32.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "crc32.h"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Functions for computing 32-bit CRC.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: crc32.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: crc32.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef CRC32_H
|
||||
#define CRC32_H
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: deattack.c,v 1.1 1999/10/27 03:42:44 damien Exp $
|
||||
* $Id: deattack.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $
|
||||
* Cryptographic attack detector for ssh - source code
|
||||
*
|
||||
* Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
/* $Id: deattack.h,v 1.1 1999/10/27 03:42:44 damien Exp $
|
||||
/* $Id: deattack.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $
|
||||
* Cryptographic attack detector for ssh - Header file
|
||||
*
|
||||
* Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
|
||||
|
||||
@@ -13,7 +13,7 @@ Macros for storing and retrieving data in msb first and lsb first order.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: getput.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: getput.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef GETPUT_H
|
||||
#define GETPUT_H
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ Functions for manipulating the known hosts files.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: hostfile.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: hostfile.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "packet.h"
|
||||
#include "ssh.h"
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ Client-side versions of debug(), log(), etc. These print to stderr.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: log-client.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: log-client.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "ssh.h"
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ to the system log.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: log-server.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: log-server.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include <syslog.h>
|
||||
#include "packet.h"
|
||||
|
||||
@@ -18,7 +18,7 @@ on a tty.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: login.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: login.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include <utmp.h>
|
||||
#include "ssh.h"
|
||||
|
||||
@@ -14,7 +14,7 @@ Simple pattern matching, with '*' and '?' as wildcards.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: match.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: match.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ precision integers.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: mpaux.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: mpaux.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include <openssl/bn.h>
|
||||
#include "getput.h"
|
||||
|
||||
@@ -14,7 +14,7 @@ precision integers.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: mpaux.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: mpaux.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef MPAUX_H
|
||||
#define MPAUX_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "includes.h"
|
||||
RCSID("$Id: nchan.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: nchan.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* RCSID("$Id: nchan.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: nchan.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef NCHAN_H
|
||||
#define NCHAN_H
|
||||
|
||||
@@ -15,7 +15,7 @@ with the other side. This same code is used both on client and server side.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: packet.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: packet.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "buffer.h"
|
||||
|
||||
@@ -13,7 +13,7 @@ Interface for the packet protocol functions.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: packet.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: packet.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef PACKET_H
|
||||
#define PACKET_H
|
||||
|
||||
@@ -14,7 +14,7 @@ Allocating a pseudo-terminal, and making it the controlling tty.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: pty.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: pty.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "pty.h"
|
||||
#include "ssh.h"
|
||||
|
||||
@@ -14,7 +14,7 @@ tty.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: pty.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: pty.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef PTY_H
|
||||
#define PTY_H
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ Functions for reading the configuration files.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: readconf.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: readconf.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "cipher.h"
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ Functions for reading the configuration file.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: readconf.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: readconf.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef READCONF_H
|
||||
#define READCONF_H
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ Functions for reading passphrases and passwords.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: readpass.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: readpass.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "ssh.h"
|
||||
|
||||
@@ -35,7 +35,7 @@ Description of the RSA algorithm can be found e.g. from the following sources:
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: rsa.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
RCSID("$Id: rsa.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
|
||||
|
||||
#include "rsa.h"
|
||||
#include "ssh.h"
|
||||
|
||||
@@ -13,7 +13,7 @@ RSA key generation, encryption and decryption.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: rsa.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
/* RCSID("$Id: rsa.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
|
||||
|
||||
#ifndef RSA_H
|
||||
#define RSA_H
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
.\"
|
||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||
.\"
|
||||
.\" $Id: scp.1,v 1.1 1999/10/27 03:42:44 damien Exp $
|
||||
.\" $Id: scp.1,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $
|
||||
.\"
|
||||
.Dd September 25, 1999
|
||||
.Dt SCP 1
|
||||
|
||||
@@ -42,11 +42,11 @@ and ssh has the necessary privileges.)
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: scp.c,v 1.1 1999/10/27 03:42:45 damien Exp $
|
||||
* $Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: scp.c,v 1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
RCSID("$Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "xmalloc.h"
|
||||
@@ -976,7 +976,7 @@ run_err(const char *fmt, ...)
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: scp.c,v 1.1 1999/10/27 03:42:45 damien Exp $
|
||||
* $Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $
|
||||
*/
|
||||
|
||||
char *
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ Created: Mon Aug 21 15:48:58 1995 ylo
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: servconf.c,v 1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
RCSID("$Id: servconf.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "servconf.h"
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ Definitions for server configuration data and for the functions reading it.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: servconf.h,v 1.1 1999/10/27 03:42:45 damien Exp $"); */
|
||||
/* RCSID("$Id: servconf.h,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); */
|
||||
|
||||
#ifndef SERVCONF_H
|
||||
#define SERVCONF_H
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
.\"
|
||||
.\" Created: Sat Apr 22 23:55:14 1995 ylo
|
||||
.\"
|
||||
.\" $Id: ssh-add.1,v 1.1 1999/10/27 03:42:45 damien Exp $
|
||||
.\" $Id: ssh-add.1,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $
|
||||
.\"
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH-ADD 1
|
||||
|
||||
@@ -14,7 +14,7 @@ Adds an identity to the authentication server, or removes an identity.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: ssh-add.c,v 1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
RCSID("$Id: ssh-add.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
|
||||
#include "rsa.h"
|
||||
#include "ssh.h"
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
.\"
|
||||
.\" Created: Sat Apr 23 20:10:43 1995 ylo
|
||||
.\"
|
||||
.\" $Id: ssh-agent.1,v 1.1 1999/10/27 03:42:45 damien Exp $
|
||||
.\" $Id: ssh-agent.1,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $
|
||||
.\"
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH-AGENT 1
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ The authentication agent program.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: ssh-agent.c,v 1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
RCSID("$Id: ssh-agent.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "rsa.h"
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
.\"
|
||||
.\" Created: Sat Apr 22 23:55:14 1995 ylo
|
||||
.\"
|
||||
.\" $Id: ssh-keygen.1,v 1.1 1999/10/27 03:42:45 damien Exp $
|
||||
.\" $Id: ssh-keygen.1,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $
|
||||
.\"
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH-KEYGEN 1
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ Identity and host key generation and maintenance.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: ssh-keygen.c,v 1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
RCSID("$Id: ssh-keygen.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
|
||||
#include "rsa.h"
|
||||
#include "ssh.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
.\"
|
||||
.\" Created: Sat Apr 22 21:55:14 1995 ylo
|
||||
.\"
|
||||
.\" $Id: ssh.1,v 1.1 1999/10/27 03:42:45 damien Exp $
|
||||
.\" $Id: ssh.1,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $
|
||||
.\"
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH 1
|
||||
|
||||
@@ -18,7 +18,7 @@ Modified to work with SSL by Niels Provos <[email protected]> in Canada.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: ssh.c,v 1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
RCSID("$Id: ssh.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "ssh.h"
|
||||
|
||||
@@ -13,7 +13,7 @@ Generic header file for ssh.
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: ssh.h,v 1.1 1999/10/27 03:42:45 damien Exp $"); */
|
||||
/* RCSID("$Id: ssh.h,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); */
|
||||
|
||||
#ifndef SSH_H
|
||||
#define SSH_H
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ login (authentication) dialog.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: sshconnect.c,v 1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
RCSID("$Id: sshconnect.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $");
|
||||
|
||||
#include <openssl/bn.h>
|
||||
#include "xmalloc.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
.\"
|
||||
.\" Created: Sat Apr 22 21:55:14 1995 ylo
|
||||
.\"
|
||||
.\" $Id: sshd.8,v 1.1 1999/10/27 03:42:46 damien Exp $
|
||||
.\" $Id: sshd.8,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $
|
||||
.\"
|
||||
.Dd September 25, 1999
|
||||
.Dt SSHD 8
|
||||
|
||||
@@ -18,7 +18,7 @@ agent connections.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: sshd.c,v 1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
RCSID("$Id: sshd.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "rsa.h"
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ Created: Wed Jul 12 01:07:36 1995 ylo
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: tildexpand.c,v 1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
RCSID("$Id: tildexpand.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "ssh.h"
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ suitable code.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: ttymodes.c,v 1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
RCSID("$Id: ttymodes.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
|
||||
#include "packet.h"
|
||||
#include "ssh.h"
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ Created: Tue Mar 21 15:42:09 1995 ylo
|
||||
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: ttymodes.h,v 1.1 1999/10/27 03:42:46 damien Exp $"); */
|
||||
/* RCSID("$Id: ttymodes.h,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $"); */
|
||||
|
||||
/* The tty mode description is a stream of bytes. The stream consists of
|
||||
opcode-arguments pairs. It is terminated by opcode TTY_OP_END (0).
|
||||
|
||||
@@ -14,7 +14,7 @@ Code for uid-swapping.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: uidswap.c,v 1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
RCSID("$Id: uidswap.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "uidswap.h"
|
||||
|
||||
@@ -15,7 +15,7 @@ failure (they call fatal if they encounter an error).
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$Id: xmalloc.c,v 1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
RCSID("$Id: xmalloc.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user