Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 17:00:25 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/pam_p11 Makefile distinfo pkg-descr pkg-plist ports/security/pam_p11/files patch-configure patch-src_pam_p11.c patch-src_test.c
Message-ID:  <200606121700.k5CH0POE091193@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ale         2006-06-12 17:00:25 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/pam_p11     Makefile distinfo pkg-descr pkg-plist 
    security/pam_p11/files patch-configure patch-src_pam_p11.c 
                           patch-src_test.c 
  Log:
  Pam_p11 is a plugable authentication module (pam) package
  for using crpytographic tokens such as smart cards and
  usb crypto tokens for authentication.
  
  Pam_p11 uses libp11 to access any PKCS#11 module.
  It should be compatible with any implementation, but it
  is primarely developed using OpenSC.
  
  Pam_p11 implements two authentication modules:
   * pam_p11_openssh authenticates the user using his
     openssh ~/.ssh/authorized_keys file.
   * pam_p11_opensc authenticates the user using
     certificates found in ~/.eid/authorized_certificates.
  
  Pam_p11 is very simple, it has no config file, no options
  other than the PKCS#11 module file, does not know about
  certificate chains, certificate authorities, revocation
  lists or OCSP. Perfect for the small installation with no
  frills.
  
  WWW:    http://www.opensc-project.org/pam_p11/
  
  Revision  Changes    Path
  1.780     +1 -0      ports/security/Makefile
  1.1       +35 -0     ports/security/pam_p11/Makefile (new)
  1.1       +3 -0      ports/security/pam_p11/distinfo (new)
  1.1       +20 -0     ports/security/pam_p11/files/patch-configure (new)
  1.1       +11 -0     ports/security/pam_p11/files/patch-src_pam_p11.c (new)
  1.1       +11 -0     ports/security/pam_p11/files/patch-src_test.c (new)
  1.1       +24 -0     ports/security/pam_p11/pkg-descr (new)
  1.1       +3 -0      ports/security/pam_p11/pkg-plist (new)



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