Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 11:40:51 -0800 (PST)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc pam.conf src/libexec/rshd Makefile rshd.8 rshd.c src/libexec/ftpd Makefile ftpd.c src/usr.bin/login Makefile login.1 login.c src/usr.bin/su Makefile su.1 su.c
Message-ID:  <200103271940.f2RJepd25883@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2001/03/27 11:40:51 PST

  Modified files:
    etc                  pam.conf 
    libexec/rshd         Makefile rshd.8 rshd.c 
    libexec/ftpd         Makefile ftpd.c 
    usr.bin/login        Makefile login.1 login.c 
    usr.bin/su           Makefile su.1 su.c 
  Log:
  Add full PAM support for account management and sessions.
  
  The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux
  package's PAM patches to the BSD login.c
  
  Submitted by:	"David J. MacKenzie" <djm@web.us.uu.net>
  
  Revision  Changes    Path
  1.11      +75 -22    src/etc/pam.conf
  1.19      +8 -3      src/libexec/rshd/Makefile
  1.23      +11 -1     src/libexec/rshd/rshd.8
  1.36      +211 -53   src/libexec/rshd/rshd.c
  1.40      +3 -4      src/libexec/ftpd/Makefile
  1.75      +51 -10    src/libexec/ftpd/ftpd.c
  1.33      +3 -4      src/usr.bin/login/Makefile
  1.18      +8 -1      src/usr.bin/login/login.1
  1.57      +94 -30    src/usr.bin/login/login.c
  1.30      +13 -4     src/usr.bin/su/Makefile
  1.20      +8 -1      src/usr.bin/su/su.1
  1.36      +212 -62   src/usr.bin/su/su.c


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?200103271940.f2RJepd25883>