Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 1998 17:44:37 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/lib/libpam - Imported sources
Message-ID:  <199811180144.RAA19802@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1998/11/17 17:44:37 PST

  src/lib/libpam - Imported sources
  Update of /home/ncvs/src/lib/libpam
  In directory freefall.freebsd.org:/d/users/jdp/pam/libpam
  
  Log Message:
  Build structure for contribified Linux-PAM, plus some home-grown
  modules for FreeBSD's standard authentication methods.  Although
  the Linux-PAM modules are present in the contrib tree, we don't
  use any of them.
  
  The main library "libpam" is composed of sources taken from three
  places.  First are the standard Linux-PAM libpam sources from the
  contrib tree.  Second are the Linux-PAM "libpam_misc" sources, also
  from the contrib tree.  In Linux these form a separate library.
  But as Mike Smith pointed out to me, that seems pointless, so I
  have combined them into the libpam library.  Third are some additional
  sources from the "src/lib/libpam" tree with some common functions
  that make it easier to write modules.  Those I wrote myself.
  
  This work has been donated to FreeBSD by Juniper Networks, Inc.
  
  Status:
  
  Vendor Tag:	JUNIPER
  Release Tags:	juniper_1_0
  		
  N src/lib/libpam/Makefile
  N src/lib/libpam/Makefile.inc
  N src/lib/libpam/libpam/Makefile
  N src/lib/libpam/libpam/pam_std_option.c
  N src/lib/libpam/libpam/pam_prompt.c
  N src/lib/libpam/libpam/pam_mod_misc.h
  N src/lib/libpam/libpam/pam_get_pass.c
  N src/lib/libpam/modules/Makefile
  N src/lib/libpam/modules/Makefile.inc
  N src/lib/libpam/modules/pam_cleartext_pass_ok/Makefile
  N src/lib/libpam/modules/pam_cleartext_pass_ok/pam_cleartext_pass_ok.c
  N src/lib/libpam/modules/pam_kerberosIV/Makefile
  N src/lib/libpam/modules/pam_kerberosIV/klogin.c
  N src/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.c
  N src/lib/libpam/modules/pam_radius/Makefile
  N src/lib/libpam/modules/pam_radius/pam_radius.c
  N src/lib/libpam/modules/pam_skey/Makefile
  N src/lib/libpam/modules/pam_skey/pam_skey.c
  N src/lib/libpam/modules/pam_tacplus/Makefile
  N src/lib/libpam/modules/pam_tacplus/pam_tacplus.c
  N src/lib/libpam/modules/pam_unix/Makefile
  N src/lib/libpam/modules/pam_unix/pam_unix.c
  
  No conflicts created by this import
  

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?199811180144.RAA19802>