perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_x99_token / x99_rlm.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-07-14 aland pull the patch from the head
2003-07-14 aland check for allocation failures
2002-11-13 fcusack authorize module handling doesn't work the way I thought.
2002-11-13 fcusack In authorize(), support any Auth-Type that *starts...
2002-10-31 fcusack only log unknown user events once instead of 4x.
2002-10-30 fcusack Change ewindow2 logic so that a repeat of the same
2002-10-02 fcusack change some 'password' refs to 'passcode'
2002-09-13 fcusack fix failcount-double-increment bug introduced with...
2002-08-28 fcusack Implement 'ewindow2', an "extended ewindow" which...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-07-19 fcusack allow softfail to be optional
2002-07-18 fcusack use X99_LOG_CRIT when out of memory
2002-07-09 fcusack Add a config file check, fix memory leaks that could...
2002-07-09 fcusack Add back headers mandated by SUSv2
2002-07-08 pamemoved superficial #include statements
2002-07-06 fcusack remove extraneous includes per Alan
2002-07-03 fcusack PAM portability changes
2002-05-30 fcusack changes for PAM portability + add a module message...
2002-05-26 fcusack Use x99_log() in favor of radlog(), to make some of...
2002-01-22 fcusack allow_async is boolean, not int.
2002-01-18 fcusack fix softfail bug (update last_auth on failed auth)
2002-01-17 fcusack Remove 2 TODOs that aren't needed. Update Copyright...
2002-01-13 fcusack Give admin a hint about possible misconfiguration,
2002-01-13 fcusack make x99 MPPE support configurable.
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2002-01-03 fcusack fix operator precedence bug
2002-01-02 fcusack update Auth-Type handling
2002-01-02 fcusack implement resync_req.
2002-01-02 fcusack some minor fixups
2002-01-02 fcusack add some TODOs
2002-01-02 fcusack maxfail -> softfail/hardfail.
2001-12-19 fcusackDon't do anything if Auth-Type already set and == Reject
2001-12-14 fcusackAdd flexible password support -- now supports pap/chap...
2001-11-21 fcusackfix mem leak from sync_mode: free an instance var on...
2001-11-11 fcusackSupport fast_sync mode, which allows responses without...
2001-11-07 fcusackUse "long names" for config vars, rather than abbreviat...
2001-11-07 fcusackRemove ActivCard-related TODO's, will add a doc note...
2001-10-15 fcusackSupport sync-only modes.
2001-10-10 aland Support for X9.9 tokens (e.g. CRYPTOCard, etc), from