Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / src / modules / rlm_krb5 / rlm_krb5.c
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-13 Arran Cudbard-BellMerge pull request #631 from leprechau/v3.0.x
2014-05-13 Arran Cudbard-BellTypo in heimdal
2014-05-11 Arran Cudbard-BellRemove module specific debug messages when failing...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-18 Mantas MikulėnasFix crash in krb5 when acquiring the TGT fails
2014-04-04 Alan T. DeKokModule methods are mod_foo
2014-04-03 Arran Cudbard-BellFreeBSD fixes
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-02-09 Arran Cudbard-BellAdd temporary fix for credential accumulation in heimda...
2014-02-04 Arran Cudbard-Bellconn isn't always used to depending on library capabilities
2014-02-04 Arran Cudbard-BellMove return code processing to a single function in...
2014-02-04 Arran Cudbard-BellCheck if module was built as threadsafe but library...
2014-01-30 Arran Cudbard-BellProper checks for error message functions
2014-01-30 Arran Cudbard-BellConsistent error messages
2014-01-30 Arran Cudbard-BellMissing break
2014-01-26 Arran Cudbard-BellMinor issues in heimdal kerberos
2013-12-19 Arran Cudbard-BellAdd connection pool support to rlm_krb5
2013-12-13 Arran Cudbard-BellShould use krb5_free_error_message to free error message
2013-12-13 Arran Cudbard-BellBetter error handling for heimdal
2013-12-13 Arran Cudbard-BellDisable threading for MIT libkrb5 <= 1.11.4 i.e. all...
2013-12-12 Alan T. DeKokSometimes KRB5_IS_THREAD_SAFE isn't defined
2013-12-12 Arran Cudbard-BellOnly apply hack if rlm_krb5 was compiled thread capable
2013-12-12 Arran Cudbard-BellFree service principal on detach
2013-12-11 Alan T. DeKokPrototype functions if they're needed
2013-12-10 Arran Cudbard-Bellcache is no longer setable, so remove the config item...
2013-12-10 Arran Cudbard-BellWork around bug in MIT krb5_copy_context which attempts...
2013-12-10 Arran Cudbard-BellTypo in MIT krb5
2013-12-05 Arran Cudbard-BellFormatting
2013-07-17 Arran Cudbard-BellMinor fixes
2013-07-15 Arran Cudbard-BellFix heimdal krb5
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-Bellinst->xlat_name not needed for debug messages in rlm_krb5
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-22 Arran Cudbard-BellSearch for com_err.h in et/com_err.h too
2013-04-19 Arran Cudbard-BellImprove some warning messages
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellConvert last few calls to radlog
2013-04-01 Arran Cudbard-BellFix typo strlcpy takes size of buffer
2013-04-01 Arran Cudbard-BellPrint out keytab name correctly
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Arran Cudbard-BellPrint out keytab name
2013-03-28 Arran Cudbard-BellPrint out error code on kerberos error
2013-03-24 Arran Cudbard-BellMore RDEBUGE
2013-03-24 Arran Cudbard-Bellkrb5_kt_close doesn't check for NULL pointers, so we...
2013-03-22 Arran Cudbard-BellNo reason to use a fixed service name length
2013-03-22 Arran Cudbard-BellFinish tallocising rlm_krb5
2013-03-22 Arran Cudbard-BellMany fixes for rlm_krb5
2013-03-21 Arran Cudbard-BellAdd assert to catch NULL source context
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-21 Alan T. DeKokFix for coverity
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-17 Alan T. DeKokCheck for NULL.
2013-02-17 Alan T. DeKokAdd missing break
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-01-22 Arran Cudbard-BellFix some typos
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-21 Arran Cudbard-BellMake rlm_krb5 threadsafe.
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2012-10-25 Alan T. DeKokPass correct arguments to memcpy
2012-10-25 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-23 Arran Cudbard-BellMore formatting fixes
2012-10-23 Ryan SteinmetzImprove Kerberos support when using Heimdal
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-04 Arran Cudbard-BellAdd option to disable krb5 cache
2009-05-08 Alan T. DeKokCorrected typo
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
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-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
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-02-26 aland Pulled from branch_1_1, with formatting
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 filelist`
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:
next