]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 440107
authorSteve Langasek <vorlon@debian.org>
Thu, 13 Sep 2001 05:26:26 +0000 (05:26 +0000)
committerSteve Langasek <vorlon@debian.org>
Thu, 13 Sep 2001 05:26:26 +0000 (05:26 +0000)
Purpose of commit: reentrant modules

Commit summary:
---------------
Lay the autoconf groundwork for making all PAM modules reentrant on systems
that include the POSIX getxx_r() functions.

CHANGELOG

index 6e51cb5b249c67e50a7529c68ebfa971733d2551..82a8fe386c79738c24e4d9b7bfdd1c738034ee02 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,6 +55,9 @@ bug report - outstanding bugs are listed here:
 * 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)
+* configure.in, _pam_aconf.h.in: set the stage for fully reentrant PAM
+  modules, with some infrastructure to detect getxxbyxx_r() functions
+  (Bug 440107 - vorlon)
 * pam_unix: removed superfluous use of static variables in md5 and bigcrypt
   routines, bringing us a step closer to thread-safeness.  Eliminated
   some variable indirection along the way.  (Bug 440107 - vorlon)