diff options
author | des <des@FreeBSD.org> | 2002-02-23 01:23:20 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-02-23 01:23:20 +0000 |
commit | 8f1441cfb24a5778dd1a680f7f9b48ef1560d682 (patch) | |
tree | 944d313630072da47126807a18614efb96438d64 /contrib/openpam/HISTORY | |
parent | 8e998796e70b51bb93d361dfbb025152bd686894 (diff) | |
download | FreeBSD-src-8f1441cfb24a5778dd1a680f7f9b48ef1560d682.zip FreeBSD-src-8f1441cfb24a5778dd1a680f7f9b48ef1560d682.tar.gz |
Vendor import of OpenPAM Caliopsis
Diffstat (limited to 'contrib/openpam/HISTORY')
-rw-r--r-- | contrib/openpam/HISTORY | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/openpam/HISTORY b/contrib/openpam/HISTORY index 58ba3c8..b09caa1 100644 --- a/contrib/openpam/HISTORY +++ b/contrib/openpam/HISTORY @@ -1,4 +1,15 @@ ============================================================================ +OpenPAM Caliopsis 2002-02-13 + +Fixed a number of bugs in the previous release, including: + - a number of bugs in and related to pam_[gs]et_item(3) + - off-by-one bug in pam_start.c would trim last character off certain + configuration lines + - incorrect ordering of an array in openpam_load.c would cause service + module functions to get mixed up + - missing 'continue' in openpam_dispatch.c caused successes to be + counted as failures +============================================================================ OpenPAM Calamite 2002-02-09 First (beta) release. |