diff options
author | Steve Langasek <vorlon@debian.org> | 2001-09-13 05:26:26 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2001-09-13 05:26:26 +0000 |
commit | 66cd0c8e9a52b4933cfd71749db0ac44e3409bd9 (patch) | |
tree | 56dc4c4ba353de8acf59f8517797a26c6f06f2d7 | |
parent | b36dd66f7892de33b85e0a7018aa0adf27748f03 (diff) | |
download | pam-66cd0c8e9a52b4933cfd71749db0ac44e3409bd9.tar.gz pam-66cd0c8e9a52b4933cfd71749db0ac44e3409bd9.tar.bz2 pam-66cd0c8e9a52b4933cfd71749db0ac44e3409bd9.zip |
Relevant BUGIDs: 440107
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.
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |