Re: PAM patch - final - ChangeLog additions
Brian Murphy <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hows this? Patch in ordinary diff to protect against context changes. I didn't add my name - since I don't get to do the committing, what's the usual procedure here? /Brian _______________________________________________ Bug-cvs mailing list [email protected] http://mail.gnu.org/mailman/listinfo/bug-cvs
cvs-pam.ChangeLog
(text/plain, 1.1 KB)
Index: ChangeLog =================================================================== RCS file: /cvs/ccvs/ChangeLog,v retrieving revision 1.723 diff -r1.723 ChangeLog 0a1,4 > * config.h.in: Added defines for PAM support HAVE_PAM and > PAM_SERVICE_NAME. > * 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,2 > * doc/cvs.texinfo: added documentation for PAM support. > Index: src/ChangeLog =================================================================== RCS file: /cvs/ccvs/src/ChangeLog,v retrieving revision 1.2430 diff -r1.2430 ChangeLog 0a1,3 > * server.c: 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 >