summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_utils.c
Commit message (Expand)AuthorAgeFilesLines
* KRB: Prevent dereference of a null pointerLukas Slebodnik2014-06-031-2/+4
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-05-021-19/+28
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-05-021-93/+93
* krb5: Remove ability to create public directoriesSimo Sorce2013-10-071-64/+32
* KRB5: Fix bad comparisonJakub Hrozek2013-09-261-1/+1
* krb5: Be more lenient on failures for old ccacheSimo Sorce2013-09-251-1/+1
* krb5: save canonical upn to sysdbSumit Bose2013-09-231-15/+50
* KRB: Remove unused memory contextLukas Slebodnik2013-09-121-1/+1
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-111-2/+2
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-111-2/+2
* krb5: Fix warning sometimes uninitializedLukas Slebodnik2013-09-101-0/+2
* krb5: Add file/dir path precheckSimo Sorce2013-09-091-0/+34
* krb5: Remove unused ccache backend infrastructureSimo Sorce2013-09-091-60/+0
* krb5: Unify function to create ccache filesSimo Sorce2013-09-091-54/+17
* krb5: Use new function to validate ccachesSimo Sorce2013-09-091-351/+72
* krb5: Make check_for_valid_tgt() staticSimo Sorce2013-09-091-0/+74
* krb5: move template check to initializzationSimo Sorce2013-09-091-19/+3
* krb5: Move determination of user being activeSimo Sorce2013-09-091-39/+8
* krb5: Replace type-specific ccache/principal checkSimo Sorce2013-09-091-137/+83
* krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce2013-09-091-71/+0
* krb5: Add helper to destroy ccache as userSimo Sorce2013-09-091-0/+109
* krb5: Ingnore unknown expansion sequencesSimo Sorce2013-09-091-30/+15
* KRB5: Fix warning declaration shadows global declarationLukas Slebodnik2013-09-031-8/+8
* krb5: Fetch ccname template from krb5.confStephen Gallagher2013-08-281-1/+73
* KRB5: Add support for KEYRING cache typeStephen Gallagher2013-08-271-0/+156
* check_cc_validity: make sure _valid is always setSumit Bose2013-08-241-5/+7
* KRB5: Only set active and valid on successStephen Gallagher2013-08-221-6/+5
* KRB5: Refactor cc_*_check_existingStephen Gallagher2013-08-221-61/+59
* KRB5: Add new #define for collection cache typesStephen Gallagher2013-08-221-6/+6
* Use conditional build for retrieving ccache.Lukas Slebodnik2013-07-151-41/+20
* Return right directory name for dircacheLukas Slebodnik2013-07-111-6/+10
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-281-3/+2
* KRB5: guess UPN for subdomain usersJakub Hrozek2013-06-271-2/+2
* Every time return directory for krb5 cache collection.Lukas Slebodnik2013-06-261-1/+4
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-2/+2
* Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2013-04-121-10/+50
* Do not process success case in an elseJakub Hrozek2013-02-261-24/+24
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-1/+2
* Fix minor grammar error in logStephen Gallagher2013-01-301-1/+1
* krb: recreate ccache if it was deletedPavel Březina2013-01-301-1/+8
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-1/+2
* KRB5: Rename variable to avoid shadowing a global declarationJakub Hrozek2012-11-121-4/+4
* krb5_auth: update with correct UPN if neededSumit Bose2012-10-261-0/+99
* Add new call find_or_guess_upn()Sumit Bose2012-10-261-0/+27
* krb5_auth_send: check for sub-domainsSumit Bose2012-10-261-0/+19
* Log possibly non-randomizable ccache file templateOndrej Kos2012-10-041-2/+18
* KRB5: Recover gracefully if the ccache file could not be reusedJakub Hrozek2012-09-241-4/+6
* Allocate on top of a talloc context, not NULLJakub Hrozek2012-08-081-0/+3
* Fix uninitialized valuesNick Guay2012-07-181-1/+1
* KRB5: Avoid shadowing dirnameStephen Gallagher2012-06-151-20/+21