Changeset 637 in openpam
- Timestamp:
- Mar 3, 2013, 11:28:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r609 r637 1 OpenPAM ?????????? 2013-??-?? 2 3 - FEATURE: Add a pam_oath module that implements RFC 4226 (HOTP) and 4 RFC 6238 (TOTP). 5 6 - BUGFIX: When openpam_readword(3) encountered an opening quote, it 7 would set the first byte in the buffer to '\0', discarding all 8 existing text and, unless the buffer was empty to begin with, all 9 subsequent text as well. This went unnoticed because none of the 10 unit tests for quoted strings had any text preceding the opening 11 quote. 12 13 - ENHANCE: Allow openpam_straddch(3) to be called without a character 14 so it can be used to preallocate a string. 15 16 - ENHANCE: Improve portability by adding simple asprintf(3) and 17 vasprintf(3) implementations for platforms that don't have them. 18 ============================================================================ 1 19 OpenPAM Micrampelis 2012-05-26 2 20
Note: See TracChangeset
for help on using the changeset viewer.