summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_utils.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-07krb5: Remove ability to create public directoriesSimo Sorce1-64/+32
2013-09-26KRB5: Fix bad comparisonJakub Hrozek1-1/+1
2013-09-25krb5: Be more lenient on failures for old ccacheSimo Sorce1-1/+1
2013-09-23krb5: save canonical upn to sysdbSumit Bose1-15/+50
2013-09-12KRB: Remove unused memory contextLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik1-2/+2
2013-09-11Fix formating of variables with type: uid_tLukas Slebodnik1-2/+2
2013-09-10krb5: Fix warning sometimes uninitializedLukas Slebodnik1-0/+2
2013-09-09krb5: Add file/dir path precheckSimo Sorce1-0/+34
2013-09-09krb5: Remove unused ccache backend infrastructureSimo Sorce1-60/+0
2013-09-09krb5: Unify function to create ccache filesSimo Sorce1-54/+17
2013-09-09krb5: Use new function to validate ccachesSimo Sorce1-351/+72
2013-09-09krb5: Make check_for_valid_tgt() staticSimo Sorce1-0/+74
2013-09-09krb5: move template check to initializzationSimo Sorce1-19/+3
2013-09-09krb5: Move determination of user being activeSimo Sorce1-39/+8
2013-09-09krb5: Replace type-specific ccache/principal checkSimo Sorce1-137/+83
2013-09-09krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce1-71/+0
2013-09-09krb5: Add helper to destroy ccache as userSimo Sorce1-0/+109
2013-09-09krb5: Ingnore unknown expansion sequencesSimo Sorce1-30/+15
2013-09-03KRB5: Fix warning declaration shadows global declarationLukas Slebodnik1-8/+8
2013-08-28krb5: Fetch ccname template from krb5.confStephen Gallagher1-1/+73
2013-08-27KRB5: Add support for KEYRING cache typeStephen Gallagher1-0/+156
2013-08-24check_cc_validity: make sure _valid is always setSumit Bose1-5/+7
2013-08-22KRB5: Only set active and valid on successStephen Gallagher1-6/+5
2013-08-22KRB5: Refactor cc_*_check_existingStephen Gallagher1-61/+59
2013-08-22KRB5: Add new #define for collection cache typesStephen Gallagher1-6/+6
2013-07-15Use conditional build for retrieving ccache.Lukas Slebodnik1-41/+20
2013-07-11Return right directory name for dircacheLukas Slebodnik1-6/+10
2013-06-28Replace new_subdomain() with find_subdomain_by_name()Sumit Bose1-3/+2
2013-06-27KRB5: guess UPN for subdomain usersJakub Hrozek1-2/+2
2013-06-26Every time return directory for krb5 cache collection.Lukas Slebodnik1-1/+4
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-2/+2
2013-04-12Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik1-10/+50
2013-02-26Do not process success case in an elseJakub Hrozek1-24/+24
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-1/+2
2013-01-30Fix minor grammar error in logStephen Gallagher1-1/+1
2013-01-30krb: recreate ccache if it was deletedPavel Březina1-1/+8
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce1-1/+2
2012-11-12KRB5: Rename variable to avoid shadowing a global declarationJakub Hrozek1-4/+4
2012-10-26krb5_auth: update with correct UPN if neededSumit Bose1-0/+99
2012-10-26Add new call find_or_guess_upn()Sumit Bose1-0/+27
2012-10-26krb5_auth_send: check for sub-domainsSumit Bose1-0/+19
2012-10-04Log possibly non-randomizable ccache file templateOndrej Kos1-2/+18
2012-09-24KRB5: Recover gracefully if the ccache file could not be reusedJakub Hrozek1-4/+6
2012-08-08Allocate on top of a talloc context, not NULLJakub Hrozek1-0/+3
2012-07-18Fix uninitialized valuesNick Guay1-1/+1
2012-06-15KRB5: Avoid shadowing dirnameStephen Gallagher1-20/+21
2012-06-15KRB5: Auto-detect DIR cache support in configureStephen Gallagher1-0/+9
2012-06-15KRB5: Update DEBUG macros for create_ccache_dir and find_ccdir_parent_dataStephen Gallagher1-17/+30
2012-06-14Use Kerberos context in KRB5_DEBUGJakub Hrozek1-10/+21