From owner-cvs-all Mon Jun 24 14:13:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1ADF37B401; Mon, 24 Jun 2002 14:13:07 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OLD7Z15971; Mon, 24 Jun 2002 14:13:07 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206242113.g5OLD7Z15971@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 24 Jun 2002 14:13:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile pkg-plist ports/security/openssh/files patch-Makefile patch-Makefile.inc patch-auth-pam.c patch-auth-pam.h patch-auth-skey.c patch-auth.c patch-auth.h patch-auth1.c patch-auth2-chall.c patch-auth2-pam.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/06/24 14:13:07 PDT Modified files: security/openssh Makefile pkg-plist security/openssh/files patch-Makefile patch-Makefile.inc patch-auth.c patch-auth1.c patch-auth2.c patch-pathnames.h patch-sshd_config Added files: security/openssh/files patch-auth-pam.c patch-auth-pam.h patch-auth-skey.c patch-auth.h patch-auth2-chall.c patch-auth2-pam.c patch-key.c patch-monitor.c Removed files: security/openssh/files patch-auth2-passwd.c patch-misc.c Log: Merge PAM-changes from openssh currrent Fix build with SKEY=yes, pr# 36119 Cleanup pw_expire handling. Add missing includes Changes defaults to: PermitRootLogin=no, UsePrivilegeSeparation=no Use $PREFIX/etc/ssh for config, updating manpages too. Revision Changes Path 1.98 +39 -22 ports/security/openssh/Makefile 1.2 +4 -4 ports/security/openssh/files/patch-Makefile 1.2 +6 -3 ports/security/openssh/files/patch-Makefile.inc 1.1 +826 -0 ports/security/openssh/files/patch-auth-pam.c (new) 1.1 +42 -0 ports/security/openssh/files/patch-auth-pam.h (new) 1.1 +36 -0 ports/security/openssh/files/patch-auth-skey.c (new) 1.2 +3 -20 ports/security/openssh/files/patch-auth.c 1.1 +9 -0 ports/security/openssh/files/patch-auth.h (new) 1.3 +101 -15 ports/security/openssh/files/patch-auth1.c 1.1 +28 -0 ports/security/openssh/files/patch-auth2-chall.c (new) 1.1 +336 -0 ports/security/openssh/files/patch-auth2-pam.c (new) 1.2 +0 -14 ports/security/openssh/files/patch-auth2-passwd.c (dead) 1.4 +8 -5 ports/security/openssh/files/patch-auth2.c 1.1 +11 -0 ports/security/openssh/files/patch-key.c (new) 1.2 +0 -13 ports/security/openssh/files/patch-misc.c (dead) 1.1 +36 -0 ports/security/openssh/files/patch-monitor.c (new) 1.2 +14 -3 ports/security/openssh/files/patch-pathnames.h 1.4 +5 -16 ports/security/openssh/files/patch-sshd_config 1.18 +21 -11 ports/security/openssh/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message