Update the GPL boilerplate with the new address of the FSF.
[freeradius.git] / src / modules / rlm_otp / cardops / cryptocard.c
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-02-08 fcusack support cryptocard "phone" modes --- 7 digit mode...
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-08 fcusack fix logging:
2005-11-08 fcusack Change user_state 'challenge' field from string to...
2005-11-07 fcusack s/user_info/card_info/
2005-11-07 fcusack - otp.h: add scratch data fields to otp_user_state_t...
2005-11-05 fcusack remove csd arg to cardops response() method
2005-11-05 fcusack remove cardops isearly() method, instead the challenge...
2005-11-05 fcusack remove 'now' arg from cardops maxtwin() method
2005-11-05 fcusackDescription:
2005-11-04 fcusack - Remove duplicate work in cardops twin2cardtime(...
2005-11-04 fcusack - change state field minauthtime to mincardtime
2005-11-03 fcusack - add back time restriction to rwindow override, mista...
2005-11-03 fcusack Make isconsecutive() a cardops method instead of tryin...
2005-11-02 fcusack cardops updatecsd() method twin arg is int, not unsigned
2005-11-02 fcusack - change csd and challenge args to cardops response...
2005-11-02 fcusack isearly() should take int, not unsigned, for ewin arg
2005-11-02 fcusack simplify "too early" logic by adding a cardops method...
2005-11-01 fcusack change order of twin and ewin params to cardops challe...
2005-10-31 fcusack persistent softfail (forced by nullstate) fixes
2005-10-25 fcusack Update minauthtime handling for event-only cards to...
2005-10-05 fcusack add maxtwin() cardops method to allow dynamic twin...
2005-10-05 fcusack pass 'when' and 'twin' to updatecsd(), so that time...
2005-10-01 fcusack - add 'ewin' arg to cardops challenge() method, for...
2005-09-29 fcusack pass 'when' arg to cardops nullstate() method, for...
2005-09-29 fcusack Add 'challenge' arg to cardops updatecsd() method...
2005-09-29 fcusack style: document buffer sizes for char[] args
2005-09-29 fcusack - Add nexttwin() cardops method, for help with...
2005-09-23 fcusack pass csd to challenge() method
2005-09-23 fcusack add updatecsd() cardops method
2005-09-22 fcusack - cardops: Pass options to nullstate(), for...
2005-09-21 fcusack don't pass ewin to cardops challenge() method...
2005-09-21 fcusack pass csd to cardops response() method and updat...
2005-09-21 fcusack rollback challenge -> user_state change
2005-09-20 fcusack pass all of user_state to cardops challenge...
2005-09-20 fcusack support nullstate in cardops layer, but no...
2005-09-18 fcusack pass log_prefix to cardops challenge() and...
2005-09-15 fcusack update copyright (assign to TRI-D instead of...
2005-09-15 fcusack update style
2005-09-15 fcusack Interface changes to use state manager instead of...
2005-05-26 fcusack rename from x99 to otp to reflect broader scope