Import OpenSSH 3.8.1.p1 into base.
commitf50428f0014908fe93cc3466156972a64e744037
authorScott Ullrich <geekgod@dragonflybsd.org>
Sat, 31 Jul 2004 19:03:00 +0000 (31 19:03 +0000)
committerScott Ullrich <geekgod@dragonflybsd.org>
Sat, 31 Jul 2004 19:03:00 +0000 (31 19:03 +0000)
tree0de6dca4aee45179f69cf6b7bcf14e33376e30f6
Import OpenSSH 3.8.1.p1 into base.

Patch-submitted-by: Simon 'corecode' Schubert
Reviewed-by: Chris Pressey
Parts-obtained-from: FreeBSD
57 files changed:
crypto/openssh-3.8.1p1/openbsd-compat/base64.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/base64.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/basename.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bindresvport.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-arc4random.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-cray.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-cray.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-cygwin_util.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-cygwin_util.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-getpeereid.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-misc.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-misc.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-nextstep.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-nextstep.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-openpty.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-snprintf.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-waitpid.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/bsd-waitpid.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/daemon.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/dirname.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/fake-rfc2553.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/fake-rfc2553.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/getcwd.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/getgrouplist.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/getopt.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/getrrsetbyname.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/getrrsetbyname.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/glob.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/glob.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/inet_aton.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/inet_ntoa.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/inet_ntop.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/mktemp.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/openbsd-compat.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/port-aix.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/port-aix.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/port-irix.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/port-irix.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/readpassphrase.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/readpassphrase.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/realpath.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/rresvport.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/setenv.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/setproctitle.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/sigact.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/sigact.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/strlcat.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/strlcpy.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/strmode.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/strsep.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/strtoul.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/sys-queue.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/sys-tree.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/vis.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/vis.h [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/xcrypt.c [new file with mode: 0644]
crypto/openssh-3.8.1p1/openbsd-compat/xmmap.c [new file with mode: 0644]