From owner-cvs-all Mon Jun 24 15:57:18 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 72CBD37B400; Mon, 24 Jun 2002 15:57:13 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OMvD832549; Mon, 24 Jun 2002 15:57:13 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206242257.g5OMvD832549@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 24 Jun 2002 15:57:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile ports/security/openssh/files auth-pam.c auth-pam.h auth2-pam.c patch-Makefile.inc patch-auth-pam.c patch-auth-pam.h patch-auth1.c patch-auth2-pam.c patch-sshd-Makefile patch-sshd_config 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 15:57:13 PDT Modified files: security/openssh Makefile security/openssh/files patch-Makefile.inc patch-auth1.c patch-sshd-Makefile patch-sshd_config Added files: security/openssh/files auth-pam.c auth-pam.h auth2-pam.c Removed files: security/openssh/files patch-auth-pam.c patch-auth-pam.h patch-auth2-pam.c Log: Enable privilege separation as default, create user and home if it not exists. Revision Changes Path 1.99 +15 -8 ports/security/openssh/Makefile 1.1 +825 -0 ports/security/openssh/files/auth-pam.c (new) 1.1 +39 -0 ports/security/openssh/files/auth-pam.h (new) 1.1 +333 -0 ports/security/openssh/files/auth2-pam.c (new) 1.3 +2 -5 ports/security/openssh/files/patch-Makefile.inc 1.2 +0 -826 ports/security/openssh/files/patch-auth-pam.c (dead) 1.2 +0 -42 ports/security/openssh/files/patch-auth-pam.h (dead) 1.4 +11 -10 ports/security/openssh/files/patch-auth1.c 1.2 +0 -336 ports/security/openssh/files/patch-auth2-pam.c (dead) 1.4 +18 -3 ports/security/openssh/files/patch-sshd-Makefile 1.5 +1 -1 ports/security/openssh/files/patch-sshd_config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message