Move variable declaration to the start of the block
[freeradius.git] / src / main / auth.c
2010-09-21 Alan T. DeKokMove variable declaration to the start of the block
2010-09-09 Alan T. DeKokRegularized error messages
2010-06-10 Alan T. DeKokShorten debug message
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-07-02 Alan T. DeKokExtend the logging capabilities of auth good/badpass
2009-04-29 Alan T. DeKokDon't force reject if the home server doesn't respond.
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-18 Alan T. DeKokCleaned up && clarified debugging messages
2008-06-30 aland Use new RDEBUG macros
2008-06-05 aland Fix typo
2008-06-05 aland Compile-time options to remove session management...
2008-06-05 aland More WITH_PROXY additions to build when proxying isn...
2008-05-14 aland Initialize variable
2008-05-14 aland Removed unused code
2008-05-14 aland Don't do post-proxy-authorize
2008-05-13 aland Revert last change
2008-05-09 aland Make server logic for logging good/bad passwords match
2008-04-18 aland Define realm_find2() where the argument is the realm...
2008-04-11 aland Look at correct field
2008-04-01 aland use correct field
2008-03-29 aland Don't complain about Proxy-To-Realm := LOCAL.
2007-12-10 aland Now that we have request->client, we don't need client...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-30 aland Many modules return FAIL. This means authentication...
2007-10-22 aland radius_pairmake(), to mirror radius_paircreate().
2007-10-22 aland For authentication logging, log if the request came...
2007-09-26 aland Use new request->root variable
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-11 aland removed rad_postauth_reject(), and multiple...
2007-04-08 aland Corrected typo.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland casts, etc. to quiet compiler warnings
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-05 aland Free resources when using Exec-Program && Exec-Program...
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland If we find Cleartext-Password but not User-Password...
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-09 aland Caching request->password is probably a bad idea
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
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-24 fcusackimport from HEAD:
2006-08-24 aland Don't copy User-Password to Cleartext-Password, if...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
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-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-31 nbk Always use a "switch" statement after calling the...
2005-10-30 nbk Don't leak memory in rad_authenticate() when we receive an
2005-10-29 nbk Print a debug message with the name of the stanza...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-25 aland Dang typos
2005-08-25 aland Don't de-reference a NULL pointer if the auth-type...
2005-08-23 aland Make rad_check_password 'static', as no one else needs it
2005-08-11 nbk Delete deprecated attributes 'Exec-Program' and 'Exec...
2005-08-11 nbk Remove special case for attribute 'Callback-Id'.
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-22 aland fix dumb error
next