check for username, too
[freeradius.git] / src / main / auth.c
2017-05-26 Alan T. DeKokcheck for username, too
2016-11-18 Alan T. DeKokset reject on reject
2016-01-04 Alan T. DeKokProduce debug warnings on spoofing or non-anonymous...
2015-10-23 Arran Cudbard-BellMerge pull request #1341 from qnet-herwin/post_auth_reject
2015-10-23 Herwin WeststrateFixed usage os Post-Auth-Type REJECT
2015-10-05 Arran Cudbard-BellNAS-Port should be 32bits
2015-08-01 Alan DeKokMerge pull request #1169 from jpereira/devel/bsd-kevent1
2015-07-31 Arran Cudbard-Bellfr_utf8_char should take a string length so that it...
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-24 Alan T. DeKokProper fix for #945. Auto-generate PW_AUTH_TYPE_*
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-04 Alan T. DeKokDon't put state vps until we're in post-auth
2015-03-02 Alan T. DeKokLog message should print the virtual server name
2015-02-09 Arran Cudbard-BellRemove whitespace from simultaneous use messages
2015-02-09 Arran Cudbard-BellFormatting
2015-01-16 Alan T. DeKokSave session-state after proxying. Fixes #854
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-09 Arran Cudbard-BellFix argument order in fr_prints so out is first
2014-12-08 Arran Cudbard-BellRename fr_print_string to fr_prints
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-28 Alan T. DeKokCall Post-Auth-Type Reject if we reject in post-auth
2014-11-28 Alan T. DeKokPrint "Login OK" AFTER post-auth, instead of before
2014-11-22 Arran Cudbard-BellAdd internal API for rlm_cache module
2014-11-09 Alan T. DeKokGlue state into more places
2014-10-31 Alan T. DeKokTie session state into the rest of the server.
2014-10-28 Arran Cudbard-BellUse rdebug_pair_list in more places and remove debug_pa...
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-27 Arran Cudbard-BellFix some cosmetic issues in log messages
2014-10-01 Alan T. DeKokFramework for using the correct quotes in strings.
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
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
next