cryb-to/lib/oath
Dag-Erling Smørgrav f82bbc1400 Catch up with OpenPAM's latest OATH changes:
Add an oath_mode(3) function which translates from mode names to numbers.

 Consistently use UINT_MAX, not -1, to indicate an invalid response.

 Change the meaning of the window parameter to always indicate the number
 of codes to check *in addition* to the current code.  Note that for TOTP,
 the window goes in both directions; a window of 1 means to check the
 current code plus the previous and next.
2014-12-20 01:45:01 +00:00
..
Makefile.am Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_hotp.c Catch up with OpenPAM's latest OATH changes: 2014-12-20 01:45:01 +00:00
oath_impl.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_key.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_key_alloc.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_key_create.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_key_dummy.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_key_free.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_key_from_file.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_key_from_uri.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_mode.c Catch up with OpenPAM's latest OATH changes: 2014-12-20 01:45:01 +00:00
oath_totp.c Catch up with OpenPAM's latest OATH changes: 2014-12-20 01:45:01 +00:00