import from HEAD
[freeradius.git] / src / modules / rlm_otp / otp.h
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-20 fcusack prevent rcsid from being optimized out
2006-06-01 fcusackimport from HEAD:
2006-06-01 fcusack update rlm_otp implementation to talk to otpd instead of
2006-03-29 fcusackimport from HEAD:
2006-03-29 fcusack add undocumented useauthtok option for PAM
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusack FSF address whitespace
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusack update otp_hotp() to support 6,7,8,9 digit otp's
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-03 fcusackimport from HEAD:
2006-03-03 fcusack Make the site transform optional (leave undocumented!).
2006-01-11 nbk Fix a build problem on Mac OS X. (closes: #310) release_1_1_0
2006-01-11 nbk Fix a build problem on Mac OS X. (closes: #310)
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-08 fcusack s/otp_get_challenge/otp_async_challenge/ to avoid...
2005-11-08 fcusack fix logging:
2005-11-08 fcusack combine FR and PAM debug options
2005-11-08 fcusack Change user_state 'challenge' field from string to...
2005-11-08 fcusack add sratch3 back to user_state, to hold csd offset
2005-11-07 fcusack s/user_info/card_info/
2005-11-07 fcusack remove extra scratch field from user_state
2005-11-07 fcusack - otp.h: add scratch data fields to otp_user_state_t...
2005-11-04 fcusack - Remove duplicate work in cardops twin2cardtime(...
2005-11-04 fcusack change state fields failcount and minewin from int...
2005-11-04 fcusack - change state field minauthtime to mincardtime
2005-11-03 fcusack Make isconsecutive() a cardops method instead of tryin...
2005-11-02 fcusack update csd comment: prev, not next, sync challenge...
2005-10-01 fcusack - add 'ewin' arg to cardops challenge() method, for...
2005-09-29 fcusack - Add nexttwin() cardops method, for help with...
2005-09-22 fcusack - cardops: Pass options to nullstate(), for...
2005-09-21 fcusack change ewindow2 to rwindow everywhere except...
2005-09-20 fcusack support nullstate in cardops layer, but no...
2005-09-18 fcusack pass log_prefix to cardops challenge() and...
2005-09-18 fcusack add hotp support
2005-09-15 fcusack update copyright (assign to TRI-D instead of...
2005-09-15 fcusack update style
2005-09-15 fcusack FR support for state manager (connection pool)
2005-09-15 fcusack otp_state_put() needs log_prefix
2005-09-15 fcusack Interface changes to use state manager instead of...
2005-06-27 fcusack soft PIN
2005-05-26 fcusack rename from x99 to otp to reflect broader scope