diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-11-24 03:36:23 +0000 | 
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-11-24 03:36:23 +0000 | 
| commit | f0ca59b2b5e3ec904210d8c0a010cbd5fe3909b6 (patch) | |
| tree | f83627ec33084e9d6b259693d33ee39310cca441 /security/openssh/files/patch-ao | |
| parent | Upgrade to 0.94, portlint, PREFIX (diff) | |
Update the CVS_DATE.  This brings in support for TIS authentication,
obsoleting a couple patches (it's the same code, though, except for
additions).
This also brings in KNFization of everything (please hold the cheering
down :) and made me reroll all my patches.
My patches have been almost entirely rewritten.  The places are the
same, but the code's rewritten.  It fits with the style (KNF) now,
and looks better.
I've also added strlcat.c to the build, which, just like strlcpy.c, is
necessary for compatibility with older libcs.  After strlcat() snuck
into the OpenSSH code recently, this would prevent OpenSSH from
building on (e.g.) FreeBSD 3.2.  Adding it to ssh/lib/ makes it work
yet again :)
Notes
Notes:
    svn path=/head/; revision=23296
Diffstat (limited to 'security/openssh/files/patch-ao')
| -rw-r--r-- | security/openssh/files/patch-ao | 28 | 
1 files changed, 15 insertions, 13 deletions
| diff --git a/security/openssh/files/patch-ao b/security/openssh/files/patch-ao index 21f9247a72e7..a728a10616d5 100644 --- a/security/openssh/files/patch-ao +++ b/security/openssh/files/patch-ao @@ -1,14 +1,16 @@ -diff -ru /home/green/ssh/scp/Makefile ./scp/Makefile ---- /home/green/ssh/scp/Makefile	Tue Oct 26 03:31:00 1999 -+++ ./scp/Makefile	Mon Nov  8 00:13:21 1999 -@@ -10,8 +10,8 @@ - BINMODE?=555 - .endif -  --BINDIR=	/usr/bin --MAN=	scp.1 -+BINDIR=	/bin -+MAN1=	scp.1 -  - SRCS=	scp.c +--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/sshd_config	Thu Nov 11 17:58:39 1999 ++++ ./sshd_config	Tue Nov 23 19:31:58 1999 +@@ -2,11 +2,11 @@ + Port 22 + ListenAddress 0.0.0.0 +-HostKey /etc/ssh_host_key ++HostKey __PREFIX__/etc/ssh_host_key + ServerKeyBits 768 + LoginGraceTime 600 + KeyRegenerationInterval 3600 +-PermitRootLogin yes ++PermitRootLogin no  + # + # Don't read ~/.rhosts and ~/.shosts files + IgnoreRhosts yes | 
