From owner-cvs-all Fri Feb 1 15:15:37 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 E82B737B405; Fri, 1 Feb 2002 15:15:29 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g11NFTm34622; Fri, 1 Feb 2002 15:15:29 -0800 (PST) (envelope-from dinoex) Message-Id: <200202012315.g11NFTm34622@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 1 Feb 2002 15:15:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freebsd-uucp Makefile distinfo ports/net/freebsd-uucp/files uucp-pam.conf 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/02/01 15:15:29 PST Modified files: net/freebsd-uucp Makefile distinfo Added files: net/freebsd-uucp/files uucp-pam.conf Log: - PR #34368 Build under 4.3-RELEASE - PR #34515 Build under 4.3-RELEASE - PR #21128 Extended dail.sample to handle modems with "black list". Modem returns an error, if a number is dialed too often in a short period of time. - PR #30304 uucpd only uses getpwnam() for authentication. This patch adds PAM auth via facility "uucpd" in /etc/pam.conf, e.g. uucp auth sufficient pam_skey.so uucp auth sufficient pam_ssh.so try_first_pass uucp auth requisite pam_cleartext_pass_ok.so uucp auth required pam_unix.so try_first_pass uucp account required pam_unix.so uucp password required pam_permit.so uucp session required pam_permit.so - Addd missing includes files Remove conflicting prototypes PR: 34368,34515,21128,30304 Submitted by: ilia@jane.cgu.chel.su,vs@foldr.org Revision Changes Path 1.10 +5 -1 ports/net/freebsd-uucp/Makefile 1.6 +1 -1 ports/net/freebsd-uucp/distinfo 1.1 +8 -0 ports/net/freebsd-uucp/files/uucp-pam.conf (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message