Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/29/2000 01:10:48
Module Name:	basesrc
Committed By:	thorpej
Date:		Thu Sep 28 22:10:48 UTC 2000

Update of /cvsroot/basesrc/crypto/dist
In directory netbsd.hut.fi:/tmp/cvs-serv3112

Log Message:
Import NetBSD Secure Shell.  This is based on OpenSSH, but modified
somewhat.


Vendor Tag:	TNF
Release Tags:	localsrc-20000928
		
N basesrc/crypto/dist/ssh/LICENCE
N basesrc/crypto/dist/ssh/OVERVIEW
N basesrc/crypto/dist/ssh/README
N basesrc/crypto/dist/ssh/RFC.nroff
N basesrc/crypto/dist/ssh/atomicio.c
N basesrc/crypto/dist/ssh/auth-krb4.c
N basesrc/crypto/dist/ssh/auth-options.c
N basesrc/crypto/dist/ssh/auth-options.h
N basesrc/crypto/dist/ssh/auth-passwd.c
N basesrc/crypto/dist/ssh/auth-rh-rsa.c
N basesrc/crypto/dist/ssh/auth-rhosts.c
N basesrc/crypto/dist/ssh/auth-rsa.c
N basesrc/crypto/dist/ssh/auth-skey.c
N basesrc/crypto/dist/ssh/auth.c
N basesrc/crypto/dist/ssh/auth.h
N basesrc/crypto/dist/ssh/auth1.c
N basesrc/crypto/dist/ssh/auth2.c
N basesrc/crypto/dist/ssh/authfd.c
N basesrc/crypto/dist/ssh/authfd.h
N basesrc/crypto/dist/ssh/authfile.c
N basesrc/crypto/dist/ssh/authfile.h
N basesrc/crypto/dist/ssh/bufaux.c
N basesrc/crypto/dist/ssh/bufaux.h
N basesrc/crypto/dist/ssh/buffer.c
N basesrc/crypto/dist/ssh/buffer.h
N basesrc/crypto/dist/ssh/canohost.c
N basesrc/crypto/dist/ssh/channels.c
N basesrc/crypto/dist/ssh/channels.h
N basesrc/crypto/dist/ssh/cipher.c
N basesrc/crypto/dist/ssh/cipher.h
N basesrc/crypto/dist/ssh/client.h
N basesrc/crypto/dist/ssh/clientloop.c
N basesrc/crypto/dist/ssh/compat.c
N basesrc/crypto/dist/ssh/compat.h
N basesrc/crypto/dist/ssh/compress.c
N basesrc/crypto/dist/ssh/compress.h
N basesrc/crypto/dist/ssh/crc32.c
N basesrc/crypto/dist/ssh/crc32.h
N basesrc/crypto/dist/ssh/deattack.c
N basesrc/crypto/dist/ssh/deattack.h
N basesrc/crypto/dist/ssh/dispatch.c
N basesrc/crypto/dist/ssh/dispatch.h
N basesrc/crypto/dist/ssh/dsa.c
N basesrc/crypto/dist/ssh/dsa.h
N basesrc/crypto/dist/ssh/getput.h
N basesrc/crypto/dist/ssh/hmac.c
N basesrc/crypto/dist/ssh/hmac.h
N basesrc/crypto/dist/ssh/hostfile.c
N basesrc/crypto/dist/ssh/hostfile.h
N basesrc/crypto/dist/ssh/includes.h
N basesrc/crypto/dist/ssh/kex.c
N basesrc/crypto/dist/ssh/kex.h
N basesrc/crypto/dist/ssh/key.c
N basesrc/crypto/dist/ssh/key.h
N basesrc/crypto/dist/ssh/log-client.c
N basesrc/crypto/dist/ssh/log-server.c
N basesrc/crypto/dist/ssh/log.c
N basesrc/crypto/dist/ssh/login.c
N basesrc/crypto/dist/ssh/match.c
N basesrc/crypto/dist/ssh/match.h
N basesrc/crypto/dist/ssh/mpaux.c
N basesrc/crypto/dist/ssh/mpaux.h
N basesrc/crypto/dist/ssh/myproposal.h
N basesrc/crypto/dist/ssh/nchan.c
N basesrc/crypto/dist/ssh/nchan.h
N basesrc/crypto/dist/ssh/nchan.ms
N basesrc/crypto/dist/ssh/nchan2.ms
N basesrc/crypto/dist/ssh/packet.c
N basesrc/crypto/dist/ssh/packet.h
N basesrc/crypto/dist/ssh/pathnames.h
N basesrc/crypto/dist/ssh/pty.c
N basesrc/crypto/dist/ssh/pty.h
N basesrc/crypto/dist/ssh/radix.c
N basesrc/crypto/dist/ssh/random.c
N basesrc/crypto/dist/ssh/readconf.c
N basesrc/crypto/dist/ssh/readconf.h
N basesrc/crypto/dist/ssh/readpass.c
N basesrc/crypto/dist/ssh/rsa.c
N basesrc/crypto/dist/ssh/rsa.h
N basesrc/crypto/dist/ssh/scp.1
N basesrc/crypto/dist/ssh/scp.c
N basesrc/crypto/dist/ssh/servconf.c
N basesrc/crypto/dist/ssh/servconf.h
N basesrc/crypto/dist/ssh/serverloop.c
N basesrc/crypto/dist/ssh/session.c
N basesrc/crypto/dist/ssh/session.h
N basesrc/crypto/dist/ssh/sftp-server.8
N basesrc/crypto/dist/ssh/sftp-server.c
N basesrc/crypto/dist/ssh/ssh-add.1
N basesrc/crypto/dist/ssh/ssh-add.c
N basesrc/crypto/dist/ssh/ssh-agent.1
N basesrc/crypto/dist/ssh/ssh-agent.c
N basesrc/crypto/dist/ssh/ssh-keygen.1
N basesrc/crypto/dist/ssh/ssh-keygen.c
N basesrc/crypto/dist/ssh/ssh.1
N basesrc/crypto/dist/ssh/ssh.c
N basesrc/crypto/dist/ssh/ssh.conf
N basesrc/crypto/dist/ssh/ssh.h
N basesrc/crypto/dist/ssh/ssh2.h
N basesrc/crypto/dist/ssh/sshconnect.c
N basesrc/crypto/dist/ssh/sshconnect.h
N basesrc/crypto/dist/ssh/sshconnect1.c
N basesrc/crypto/dist/ssh/sshconnect2.c
N basesrc/crypto/dist/ssh/sshd.8
N basesrc/crypto/dist/ssh/sshd.c
N basesrc/crypto/dist/ssh/sshd.conf
N basesrc/crypto/dist/ssh/tildexpand.c
N basesrc/crypto/dist/ssh/ttymodes.c
N basesrc/crypto/dist/ssh/ttymodes.h
N basesrc/crypto/dist/ssh/uidswap.c
N basesrc/crypto/dist/ssh/uidswap.h
N basesrc/crypto/dist/ssh/util.c
N basesrc/crypto/dist/ssh/uuencode.c
N basesrc/crypto/dist/ssh/uuencode.h
N basesrc/crypto/dist/ssh/version.h
N basesrc/crypto/dist/ssh/xmalloc.c
N basesrc/crypto/dist/ssh/xmalloc.h

No conflicts created by this import