Move debug messages into rad_virtual_server
[freeradius.git] / src / main / auth.c
2014-06-24 Alan T. DeKokMove debug messages into rad_virtual_server
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-31 Alan T. DeKokCheck for request->proxy, not request->proxy_reply
2014-03-21 Alan T. DeKokMake Simultaneous-Use "access denied" message configurable
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-17 Alan T. DeKokRequest can't be NULL
2014-01-17 Alan T. DeKokRemove unused assignment
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-07-22 Arran Cudbard-BellSame fix for request->username
2013-07-21 Arran Cudbard-BellDon't cache request->password
2013-07-21 Arran Cudbard-Bellverify auth_item
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokRemove unnecessary cast
2013-05-06 Alan T. DeKokRemove unnecessary cast
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Arran Cudbard-BellFix the last of the GCC warnings
2013-04-16 Arran Cudbard-BellFix coverity issues
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-02-18 Alan T. DeKokMore debug macros
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-28 Arran Cudbard-BellMerge pull request #94 from mcnewton/auth_tidy
2012-09-27 Matthew Newtontidy comments in auth.c
2012-09-27 Matthew Newtonmove User-Password warning from auth.c to rlm_pap
2012-09-27 Matthew NewtonDon't copy User-Password -> Cleartext-Password. They...
2012-09-27 Matthew NewtonRemove code for Auth-Types Local and Crypt; pap or...
2012-09-27 Alan DeKokMerge pull request #93 from mcnewton/rad_virtual_server
2012-09-25 Matthew NewtonAdd rad_virtual_server to call rad_authenticate and...
2012-09-25 Matthew NewtonMove rad_postauth ACCEPT from rad_authenticate to reque...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-12-26 Alan T. DeKokUse new dict_valnamebyattr function
2011-12-23 Alan T. DeKokUse new dict_valnamebyattr function
2011-11-22 Alan T. DeKokRemoved "addport" functionality.
2011-11-07 Alan T. DeKokQuiet compile warnings
2011-10-19 Alan T. DeKokAdd FALL-THROUGH for 'case' without 'break'
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-14 Alan T. DeKokMade more coherent
2011-09-05 Alan T. DeKokComplain if password is !UTF-8
2011-03-25 Alan T. DeKokFix for 3.0 API
2011-03-25 Alan T. DeKokCorrect debug log for internal proxied requests
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...
next