summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/HISTORY
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-07 19:43:39 +0000
committerdes <des@FreeBSD.org>2013-09-07 19:43:39 +0000
commit6a7561b73b9720ce6c6c63e7cff8fd554aecd847 (patch)
treeab3f4f3f8107b85839f39cd0f0a7d63082287b66 /contrib/openpam/HISTORY
parentf16777c9dcab2b9b5f7a058133fd4c8c7d947a8e (diff)
parent338d7c2adbde6bf877c1224d39c4fa8fa056147d (diff)
downloadFreeBSD-src-6a7561b73b9720ce6c6c63e7cff8fd554aecd847.zip
FreeBSD-src-6a7561b73b9720ce6c6c63e7cff8fd554aecd847.tar.gz
Update to OpenPAM Nummularia.
Diffstat (limited to 'contrib/openpam/HISTORY')
-rw-r--r--contrib/openpam/HISTORY29
1 files changed, 28 insertions, 1 deletions
diff --git a/contrib/openpam/HISTORY b/contrib/openpam/HISTORY
index 3cc4c96..ddb4d42 100644
--- a/contrib/openpam/HISTORY
+++ b/contrib/openpam/HISTORY
@@ -1,3 +1,30 @@
+OpenPAM Nummularia 2013-09-07
+
+ - ENHANCE: Rewrite the dynamic loader to improve readability and
+ reliability. Modules can now be listed without the ".so" suffix in
+ the policy file; OpenPAM will automatically add it, just like it
+ will automatically add the version number if required.
+
+ - ENHANCE: Allow openpam_straddch(3) to be called without a character
+ so it can be used to preallocate a string.
+
+ - ENHANCE: Improve portability by adding simple asprintf(3) and
+ vasprintf(3) implementations for platforms that don't have them.
+
+ - ENHANCE: Move the libpam sources into a separate subdirectory.
+
+ - ENHANCE: Substantial documentation improvements.
+
+ - BUGFIX: When openpam_readword(3) encountered an opening quote, it
+ would set the first byte in the buffer to '\0', discarding all
+ existing text and, unless the buffer was empty to begin with, all
+ subsequent text as well. This went unnoticed because none of the
+ unit tests for quoted strings had any text preceding the opening
+ quote.
+
+ - BUGFIX: make --with-modules-dir work the way it was meant to work
+ (but never did).
+============================================================================
OpenPAM Micrampelis 2012-05-26
- FEATURE: Add an openpam_readword(3) function which reads the next
@@ -401,4 +428,4 @@ OpenPAM Calamite 2002-02-09
First (beta) release.
============================================================================
-$Id: HISTORY 609 2012-05-26 13:57:45Z des $
+$Id: HISTORY 737 2013-09-07 12:53:55Z des $
OpenPOWER on IntegriCloud