OpenPAM/lib/liboath
Dag-Erling Smørgrav c371da364c Note that the secret should also be percent-encoded.
git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@887 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2016-01-11 14:09:30 +00:00
..
Makefile.am Add an oath_mode(3) function which translates from mode names to numbers. 2014-12-11 13:58:15 +00:00
oath_base32.c Fix a few cases where we incorrectly (and needlessly) cast away const 2014-11-25 10:35:19 +00:00
oath_base64.c Fix a few cases where we incorrectly (and needlessly) cast away const 2014-11-25 10:35:19 +00:00
oath_hotp.c Change the meaning of the window parameter to always indicate the number 2014-12-15 16:42:31 +00:00
oath_impl.h Fix rather embarassing #if nesting error in previous commit. 2016-01-09 17:43:56 +00:00
oath_key.c Note that the secret should also be percent-encoded. 2016-01-11 14:09:30 +00:00
oath_key_alloc.c Compare the return value from mmap() to MAP_FAILED, not NULL. 2014-10-16 13:44:34 +00:00
oath_key_create.c Fix off-by-one bug: we forgot to account for the terminating NUL when 2016-01-09 18:29:32 +00:00
oath_key_dummy.c Spell the name of the University of Oslo in English. 2014-07-10 17:16:48 +00:00
oath_key_free.c Spell the name of the University of Oslo in English. 2014-07-10 17:16:48 +00:00
oath_key_from_file.c Don't forget to free the line we read from the key file. 2016-01-09 17:23:36 +00:00
oath_key_from_uri.c Fix parsing of percent-encoded URIs. 2016-01-11 14:07:54 +00:00
oath_mode.c Add an oath_mode(3) function which translates from mode names to numbers. 2014-12-11 13:58:15 +00:00
oath_totp.c Change the meaning of the window parameter to always indicate the number 2014-12-15 16:42:31 +00:00
oath_uri_decode.c Fully fix the input overflow bug and add a test case for it. 2015-03-19 00:42:58 +00:00