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-ap | |
| parent | 8800db6d2330d109de11ea4a667b8c65c7aba9b5 (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 :)
Diffstat (limited to 'security/openssh/files/patch-ap')
| -rw-r--r-- | security/openssh/files/patch-ap | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/security/openssh/files/patch-ap b/security/openssh/files/patch-ap deleted file mode 100644 index db9c3f7d8a0a..000000000000 --- a/security/openssh/files/patch-ap +++ /dev/null @@ -1,36 +0,0 @@ ---- ssh/Makefile.orig Tue Oct 26 03:31:00 1999 -+++ ssh/Makefile Tue Nov 9 06:56:24 1999 -@@ -2,22 +2,17 @@ - - PROG= ssh - BINOWN= root -+BINMODE=4555 - --.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \ -- ${MACHINE_ARCH} == "hppa") --BINMODE=0000 --.else --BINMODE?=4555 --.endif -- --BINDIR= /usr/bin --MAN= ssh.1 -+BINDIR= /bin -+MAN1= ssh.1 - LINKS= ${BINDIR}/ssh ${BINDIR}/slogin - MLINKS= ssh.1 slogin.1 - - SRCS= ssh.c sshconnect.c log-client.c readconf.c clientloop.c - - .include <bsd.own.mk> # for AFS -+.include "../Makefile.inc" - - .if (${KERBEROS} == "yes") - CFLAGS+= -DKRB4 -I/usr/include/kerberosIV -@@ -32,5 +27,5 @@ - - .include <bsd.prog.mk> - --LDADD+= -lutil -lz -lcrypto -+LDADD+= -lutil -lz ${CRYPTOLIBS} - DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} |
