summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/HISTORY
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-08 12:30:31 +0000
committerdes <des@FreeBSD.org>2002-04-08 12:30:31 +0000
commit343af1294ca2f648272ae5428bf8fe04ec051308 (patch)
tree13fbc5f0e3fdcef7dedc9ab85b563bf59eaa3af5 /contrib/openpam/HISTORY
parent1b3dab89b21d32019ba4c46b362a853fcdb5a062 (diff)
downloadFreeBSD-src-343af1294ca2f648272ae5428bf8fe04ec051308.zip
FreeBSD-src-343af1294ca2f648272ae5428bf8fe04ec051308.tar.gz
Vendor import of OpenPAM Cinchona.
Diffstat (limited to 'contrib/openpam/HISTORY')
-rw-r--r--contrib/openpam/HISTORY35
1 files changed, 33 insertions, 2 deletions
diff --git a/contrib/openpam/HISTORY b/contrib/openpam/HISTORY
index f191f24..740ca6f 100644
--- a/contrib/openpam/HISTORY
+++ b/contrib/openpam/HISTORY
@@ -1,4 +1,35 @@
============================================================================
+OpenPAM Cinchona 2002-04-08
+
+ - ENHANCE: Improved documentation for several API functions.
+
+ - BUGFIX: Fix bug in pam_set_data() that would result in corruption
+ of the module data list.
+
+ - BUGFIX: Allocate the correct amount of memory for the environment
+ list in pam_putenv().
+
+ - ENHANCE: Change pam_get_authtok()'s prototype so the caller can
+ specify what token it wants. Also introduce PAM_OLDAUTHTOK_PROMPT.
+
+ - BUGFIX: Plug memory leak in pam_get_user() / pam_get_authtok(), and
+ reduce differences between these very similar functions.
+
+ - ENHANCE: Check flags carefully in pam_authenticate() and
+ pam_chauthtok().
+
+ - BUGFIX: Fix bugs in portability code; libpam now builds on NetBSD.
+
+ - ENHANCE: In pam_get_authtok(), if PAM_OLDAUTHTOK is set, we're
+ asked for PAM_AUTHTOK, and we have to prompt the user, prompt her
+ twice and compare the responses.
+
+ - ENHANCE: Add openpam_{borrow,restore}_cred(), for temporarily
+ switching to user credentials.
+
+ - ENHANCE: Add openpam_free_data(), a generic cleanup function for
+ pam_set_data() consumers.
+============================================================================
OpenPAM Centaury 2002-03-14
- BUGFIX: Add missing #include <string.h> to openpam_log.c.
@@ -16,7 +47,7 @@ OpenPAM Centaury 2002-03-14
- ENHANCE: Suppress debugging logs, unless compiled with -DDEBUG.
============================================================================
-OpenPAM Celandine 2002-03-05
+OpenPAM Celandine 2002-03-05
- BUGFIX: PAM_TRY_AGAIN is a valid return value for pam_chauthtok().
@@ -83,4 +114,4 @@ OpenPAM Calamite 2002-02-09
First (beta) release.
============================================================================
-$P4: //depot/projects/openpam/HISTORY#6 $
+$P4: //depot/projects/openpam/HISTORY#8 $
OpenPOWER on IntegriCloud