Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2002 15:15:29 -0800 (PST)
From:      Dirk Meyer <dinoex@FreeBSD.org>
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
Message-ID:  <200202012315.g11NFTm34622@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <vince@oahu.WURLDLINK.NET>
    Build under 4.3-RELEASE
  
  - PR #34515 <vince@oahu.WURLDLINK.NET>
    Build under 4.3-RELEASE
  
  - PR #21128 <ilia@jane.cgu.chel.su>
    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 <vs@foldr.org><stolz@hyperion.informatik.rwth-aachen.de>
  
  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
  
  - <dinoex@FreeBSD.org>
    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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202012315.g11NFTm34622>