cryb-to/lib
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
..
core Provisionally include strlcmp(), although it is not (currently) used 2014-12-20 00:23:59 +00:00
cpe Use wstring throughout (except internally in struct cpe_name). 2014-11-01 20:15:45 +00:00
digest Fix various cast-qual bugs. 2014-12-20 00:44:24 +00:00
enc Add our own version of <endian.h> which includes implementations of the 2014-10-30 12:48:21 +00:00
hash Add our own version of <endian.h> which includes implementations of the 2014-10-30 12:48:21 +00:00
mac Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
mpi rm unused variable 2014-08-12 07:33:30 +00:00
oath Catch up with OpenPAM's latest OATH changes: 2014-12-20 01:45:01 +00:00
rand Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
rsaref Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
Makefile.am Start of a multiple-precision integer arithmetic library. 2014-08-12 07:30:31 +00:00