PAM patch ChangeLog again
Brian Murphy <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
I found autoheader and removed the references to config.h.in and added function names. I also added my name at the top of the patch so you wont forget! /Brian _______________________________________________ Bug-cvs mailing list [email protected] http://mail.gnu.org/mailman/listinfo/bug-cvs
cvs-pam.ChangeLog
(text/plain, 1.2 KB)
ChangeLog for PAM changes from Brian Murphy <[email protected]> Index: ChangeLog =================================================================== RCS file: /cvs/ccvs/ChangeLog,v retrieving revision 1.723 diff -r1.723 ChangeLog 0a1,2 > * configure.in: added options necessary to support PAM. > Index: doc/ChangeLog =================================================================== RCS file: /cvs/ccvs/doc/ChangeLog,v retrieving revision 1.753 diff -r1.753 ChangeLog 0a1,3 > * cvs.texinfo (Setting up the server for password authentication): > added documentation for PAM support. > Index: src/ChangeLog =================================================================== RCS file: /cvs/ccvs/src/ChangeLog,v retrieving revision 1.2430 diff -r1.2430 ChangeLog 0a1,4 > * server.c (cvs_pam_conv, check_system_password): modifications > to allow PAM authentication instead of the standard system password > lookup. > Index: contrib/ChangeLog =================================================================== RCS file: /cvs/ccvs/contrib/ChangeLog,v retrieving revision 1.103 diff -r1.103 ChangeLog 0a1,3 > * pam: added directory and contents with some example > PAM configurations - currently for Solaris and Linux >