import from HEAD:
[freeradius.git] / src / modules / rlm_otp / otp_cardops.c
2006-03-03 fcusackimport from HEAD:
2006-03-03 fcusack Make the site transform optional (leave undocumented!).
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-08 fcusack combine another FR and PAM debug option (missed earlier)
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-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 - change csd and challenge args to cardops response...
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 isconsecutive(): test for persistent softfail to avoid...
2005-10-31 fcusack persistent softfail (forced by nullstate) fixes
2005-10-29 fcusack right shift OTP_CF_FRW and OTP_CF_TW mask bits to...
2005-10-29 fcusack don't redefine _GNU_SOURCE if already defined
2005-10-25 fcusack run all known cardops constructors if they didn't run
2005-10-25 fcusack Update minauthtime handling for event-only cards to...
2005-10-07 fcusack fix unsigned vs signed comparison
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-03 fcusack add some comments about twin2authtime() usage
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 - Add nexttwin() cardops method, for help with...
2005-09-23 fcusack Update csd on successful auth or rwindow candidate...
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 change i,j to t,e ... what a big difference...
2005-09-21 fcusack typo
2005-09-21 fcusack fix a bug in async auth path where 'i' was...
2005-09-21 fcusack add a helper function, isconsecutive(), to...
2005-09-21 fcusack otp_pw_valid(): get time once on entry rather...
2005-09-21 fcusack Swap the twindow and ewindow loops when testing...
2005-09-21 fcusack change ewindow2 to rwindow everywhere except...
2005-09-21 fcusack don't pass ewin to cardops challenge() method...
2005-09-21 fcusack twindow support
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 int format is %d not %i
2005-09-15 fcusack fix quoting for "valid but in (hard|soft)fail...
2005-09-15 fcusack fix FreeRADIUS idiotic warnings
2005-09-15 fcusack last_auth_time -> user_state.authtime for FR...
2005-09-15 fcusack s/pin_adjust/pin_offset/
2005-09-15 fcusack Set authtime on failed auth attempts. Previously...
2005-09-15 fcusack otp_state_put() needs log_prefix
2005-09-15 fcusack Interface changes to use state manager instead of...
2005-09-15 fcusack When testing sync responses, document the fact that...
2005-06-27 fcusack soft PIN
2005-05-26 fcusack rename from x99 to otp to reflect broader scope