From owner-cvs-all Tue Nov 23 19:36:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C83FE15343; Tue, 23 Nov 1999 19:36:29 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA73768; Tue, 23 Nov 1999 19:36:24 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <199911240336.TAA73768@freefall.freebsd.org> From: Brian Feldman Date: Tue, 23 Nov 1999 19:36:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile ports/security/openssh/files strlcat.c md5 ports/security/openssh/patches patch-ag patch-ah patch-al patch-am patch-an patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-ak patch-ao patch-ap ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/11/23 19:36:24 PST Modified files: security/openssh Makefile security/openssh/files md5 security/openssh/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-ak patch-ao Added files: security/openssh/files strlcat.c security/openssh/patches patch-ag patch-ah patch-al patch-am patch-an Removed files: security/openssh/patches patch-ap patch-aq patch-ar patch-at patch-au patch-aw patch-ax patch-ba patch-bb patch-bc Log: 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 :) Revision Changes Path 1.23 +5 -5 ports/security/openssh/Makefile 1.11 +50 -50 ports/security/openssh/files/md5 1.2 +2 -2 ports/security/openssh/patches/patch-aa 1.4 +5 -7 ports/security/openssh/patches/patch-ab 1.4 +23 -9 ports/security/openssh/patches/patch-ac 1.4 +18 -33 ports/security/openssh/patches/patch-ad 1.4 +14 -43 ports/security/openssh/patches/patch-ae 1.4 +22 -11 ports/security/openssh/patches/patch-af 1.2 +25 -20 ports/security/openssh/patches/patch-ai 1.4 +23 -16 ports/security/openssh/patches/patch-aj 1.3 +11 -13 ports/security/openssh/patches/patch-ak 1.2 +15 -13 ports/security/openssh/patches/patch-ao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message