Document the changes to the module loading code.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@675 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2013-03-17 20:06:01 +00:00
parent c1df418c6f
commit 2be62b5732
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ OpenPAM ?????????? 2013-??-??
- FEATURE: Add a pam_oath module that implements RFC 4226 (HOTP) and
RFC 6238 (TOTP).
- 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.