diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-09-13 02:44:55 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-09-13 02:44:55 +0000 |
commit | 16c1f515d210ed19fca930cd4b222bb8009a8d17 (patch) | |
tree | 0e6815fc6cc10da71224877d3391289a27a4fa72 | |
parent | 03d37947ca0f5436d4a0bef27bd50f19acbfe16c (diff) | |
download | pam-16c1f515d210ed19fca930cd4b222bb8009a8d17.tar.gz pam-16c1f515d210ed19fca930cd4b222bb8009a8d17.tar.bz2 pam-16c1f515d210ed19fca930cd4b222bb8009a8d17.zip |
Relevant BUGIDs: 460491
Purpose of commit: bugfix
Commit summary:
---------------
sourceforge is now using another cvs->html viewer, so we need to update
these reference source code links.
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | doc/pam_modules.sgml | 10 |
2 files changed, 7 insertions, 5 deletions
@@ -49,6 +49,8 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_modules.sgml: sourceforge has changed its CVS viewing software + (Bug 460491 - agmorgan) * pam_unix_passwd: got rid of an annoying warning (Bug 461089 - agmorgan) * pam_unix: removed superfluous use of static variables in md5 and bigcrypt routines, bringing us a step closer to thread-safeness. Eliminated diff --git a/doc/pam_modules.sgml b/doc/pam_modules.sgml index 71634e9f..3490b3a5 100644 --- a/doc/pam_modules.sgml +++ b/doc/pam_modules.sgml @@ -49,7 +49,7 @@ DAMAGE. <title>The Linux-PAM Module Writers' Guide <author>Andrew G. Morgan, <tt>morgan@kernel.org</tt> -<date>DRAFT v0.75 2001/02/21 +<date>DRAFT v0.76 2001/09/12 <abstract> This manual documents what a programmer needs to know in order to write a module that conforms to the <bf/Linux-PAM/ standard. It also @@ -1302,12 +1302,12 @@ this document. For now, we point the reader to these two locations in the public CVS repository: <itemize> <item> A module that always succeeds: <tt><htmlurl -url="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Linux-PAM/modules/pam_permit/?cvsroot=pam" -name="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Linux-PAM/modules/pam_permit/?cvsroot=pam" +url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_permit/" +name="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_permit/" ></tt> <item> A module that always fails: <tt><htmlurl -url="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Linux-PAM/modules/pam_deny/?cvsroot=pam" -name="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Linux-PAM/modules/pam_deny/?cvsroot=pam" +url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_deny/" +name="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_deny/" ></tt> </itemize> |