]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of OpenSSH.
authorMark Murray <markm@FreeBSD.org>
Thu, 24 Feb 2000 14:29:47 +0000 (14:29 +0000)
committerMark Murray <markm@FreeBSD.org>
Thu, 24 Feb 2000 14:29:47 +0000 (14:29 +0000)
commit511b41d2a18c00a5f0db1a67a87ef8d831b19f2a
treec90ea5392aa03e7619696143bde781f2bf5c0dff
Vendor import of OpenSSH.
93 files changed:
crypto/openssh/COPYING.Ylonen [new file with mode: 0644]
crypto/openssh/Makefile [new file with mode: 0644]
crypto/openssh/Makefile.inc [new file with mode: 0644]
crypto/openssh/OVERVIEW [new file with mode: 0644]
crypto/openssh/README [new file with mode: 0644]
crypto/openssh/RFC.nroff [new file with mode: 0644]
crypto/openssh/atomicio.c [new file with mode: 0644]
crypto/openssh/auth-krb4.c [new file with mode: 0644]
crypto/openssh/auth-passwd.c [new file with mode: 0644]
crypto/openssh/auth-rh-rsa.c [new file with mode: 0644]
crypto/openssh/auth-rhosts.c [new file with mode: 0644]
crypto/openssh/auth-rsa.c [new file with mode: 0644]
crypto/openssh/auth-skey.c [new file with mode: 0644]
crypto/openssh/authfd.c [new file with mode: 0644]
crypto/openssh/authfd.h [new file with mode: 0644]
crypto/openssh/authfile.c [new file with mode: 0644]
crypto/openssh/bufaux.c [new file with mode: 0644]
crypto/openssh/bufaux.h [new file with mode: 0644]
crypto/openssh/buffer.c [new file with mode: 0644]
crypto/openssh/buffer.h [new file with mode: 0644]
crypto/openssh/canohost.c [new file with mode: 0644]
crypto/openssh/channels.c [new file with mode: 0644]
crypto/openssh/channels.h [new file with mode: 0644]
crypto/openssh/cipher.c [new file with mode: 0644]
crypto/openssh/cipher.h [new file with mode: 0644]
crypto/openssh/clientloop.c [new file with mode: 0644]
crypto/openssh/compat.c [new file with mode: 0644]
crypto/openssh/compat.h [new file with mode: 0644]
crypto/openssh/compress.c [new file with mode: 0644]
crypto/openssh/compress.h [new file with mode: 0644]
crypto/openssh/crc32.c [new file with mode: 0644]
crypto/openssh/crc32.h [new file with mode: 0644]
crypto/openssh/deattack.c [new file with mode: 0644]
crypto/openssh/deattack.h [new file with mode: 0644]
crypto/openssh/fingerprint.c [new file with mode: 0644]
crypto/openssh/fingerprint.h [new file with mode: 0644]
crypto/openssh/getput.h [new file with mode: 0644]
crypto/openssh/hostfile.c [new file with mode: 0644]
crypto/openssh/includes.h [new file with mode: 0644]
crypto/openssh/lib/Makefile [new file with mode: 0644]
crypto/openssh/log-client.c [new file with mode: 0644]
crypto/openssh/log-server.c [new file with mode: 0644]
crypto/openssh/log.c [new file with mode: 0644]
crypto/openssh/login.c [new file with mode: 0644]
crypto/openssh/match.c [new file with mode: 0644]
crypto/openssh/mpaux.c [new file with mode: 0644]
crypto/openssh/mpaux.h [new file with mode: 0644]
crypto/openssh/nchan.c [new file with mode: 0644]
crypto/openssh/nchan.h [new file with mode: 0644]
crypto/openssh/nchan.ms [new file with mode: 0644]
crypto/openssh/packet.c [new file with mode: 0644]
crypto/openssh/packet.h [new file with mode: 0644]
crypto/openssh/pty.c [new file with mode: 0644]
crypto/openssh/pty.h [new file with mode: 0644]
crypto/openssh/radix.c [new file with mode: 0644]
crypto/openssh/readconf.c [new file with mode: 0644]
crypto/openssh/readconf.h [new file with mode: 0644]
crypto/openssh/readpass.c [new file with mode: 0644]
crypto/openssh/rsa.c [new file with mode: 0644]
crypto/openssh/rsa.h [new file with mode: 0644]
crypto/openssh/scp.1 [new file with mode: 0644]
crypto/openssh/scp.c [new file with mode: 0644]
crypto/openssh/scp/Makefile [new file with mode: 0644]
crypto/openssh/servconf.c [new file with mode: 0644]
crypto/openssh/servconf.h [new file with mode: 0644]
crypto/openssh/serverloop.c [new file with mode: 0644]
crypto/openssh/ssh-add.1 [new file with mode: 0644]
crypto/openssh/ssh-add.c [new file with mode: 0644]
crypto/openssh/ssh-add/Makefile [new file with mode: 0644]
crypto/openssh/ssh-agent.1 [new file with mode: 0644]
crypto/openssh/ssh-agent.c [new file with mode: 0644]
crypto/openssh/ssh-agent/Makefile [new file with mode: 0644]
crypto/openssh/ssh-keygen.1 [new file with mode: 0644]
crypto/openssh/ssh-keygen.c [new file with mode: 0644]
crypto/openssh/ssh-keygen/Makefile [new file with mode: 0644]
crypto/openssh/ssh.1 [new file with mode: 0644]
crypto/openssh/ssh.c [new file with mode: 0644]
crypto/openssh/ssh.h [new file with mode: 0644]
crypto/openssh/ssh/Makefile [new file with mode: 0644]
crypto/openssh/ssh_config [new file with mode: 0644]
crypto/openssh/sshconnect.c [new file with mode: 0644]
crypto/openssh/sshd.8 [new file with mode: 0644]
crypto/openssh/sshd.c [new file with mode: 0644]
crypto/openssh/sshd/Makefile [new file with mode: 0644]
crypto/openssh/sshd_config [new file with mode: 0644]
crypto/openssh/tildexpand.c [new file with mode: 0644]
crypto/openssh/ttymodes.c [new file with mode: 0644]
crypto/openssh/ttymodes.h [new file with mode: 0644]
crypto/openssh/uidswap.c [new file with mode: 0644]
crypto/openssh/uidswap.h [new file with mode: 0644]
crypto/openssh/version.h [new file with mode: 0644]
crypto/openssh/xmalloc.c [new file with mode: 0644]
crypto/openssh/xmalloc.h [new file with mode: 0644]