summaryrefslogtreecommitdiff
path: root/src/providers/krb5
AgeCommit message (Expand)AuthorFilesLines
2013-10-17heimdal: Fix sss_krb5_get_init_creds_opt_set_canonicalizeBenjamin Franzke1-5/+6
2013-10-17heimdal: Fix implication of krb5_data types [WIP]Benjamin Franzke1-3/+6
2013-10-17heimdal: Rename krb5_realm since thats a type in heimdalBenjamin Franzke2-13/+13
2013-10-17heimdal: Change password using krb5_set_passwordBenjamin Franzke1-3/+3
2013-10-17heimdal: Add krb5_xfree to krb5_free_unparsed_name wrapperBenjamin Franzke1-1/+1
2013-10-17heimdal: Add wrapper for krb5_unparse_name_extBenjamin Franzke1-1/+2
2013-10-17heimdal: Use sss_krb5_princ_realm where not yetBenjamin Franzke1-7/+12
2013-10-17heimdal: Add a check whether profile.h existsBenjamin Franzke1-2/+2
2013-10-17krb5: Add additional HAVE_PAC_RESONDER checksBenjamin Franzke1-0/+6
2013-10-17KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD userHEADmasterJakub Hrozek2-0/+9
2013-10-10krb5: fix warning may be used uninitializedLukas Slebodnik1-0/+1
2013-10-07krb5: Remove ability to create public directoriesSimo Sorce3-71/+37
2013-09-27KRB5: Use the correct domain when authenticating with cached passwordJakub Hrozek1-4/+4
2013-09-27KRB5: Return ERR_NETWORK_IO when trusted AD server can't be resolvedJakub Hrozek1-0/+1
2013-09-26KRB5: Fix bad comparisonJakub Hrozek1-1/+1
2013-09-25krb5: Be more lenient on failures for old ccacheSimo Sorce2-2/+2
2013-09-24Include header file in implementation module.Lukas Slebodnik2-0/+2
2013-09-23krb5: do not expand enterprise principals is offlineSumit Bose1-1/+1
2013-09-23krb5: save canonical upn to sysdbSumit Bose4-20/+57
2013-09-17KRB5: Call umask before mkstemp in the krb5 child codeJakub Hrozek1-0/+3
2013-09-12KRB: Remove unused function parametersLukas Slebodnik1-4/+2
2013-09-12KRB: Remove unused memory contextLukas Slebodnik3-3/+3
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik2-3/+3
2013-09-11Fix formating of variables with type: uid_tLukas Slebodnik2-4/+5
2013-09-11Fix formating of variables with type: time_tLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: key_serial_tLukas Slebodnik1-1/+2
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik3-5/+6
2013-09-11Fix formating of variables with type: ssize_tLukas Slebodnik2-3/+3
2013-09-11Fix formating of variables with type: longLukas Slebodnik2-2/+2
2013-09-10krb5: Fix warning sometimes uninitializedLukas Slebodnik1-0/+2
2013-09-09krb5_child: Simplify ccache creationSimo Sorce1-387/+87
2013-09-09krb5: Add file/dir path precheckSimo Sorce2-0/+35
2013-09-09krb5: Remove unused ccache backend infrastructureSimo Sorce6-144/+14
2013-09-09krb5: Unify function to create ccache filesSimo Sorce3-69/+22
2013-09-09krb5: Use new function to validate ccachesSimo Sorce3-371/+88
2013-09-09krb5: Make check_for_valid_tgt() staticSimo Sorce1-0/+74
2013-09-09krb5: move template check to initializzationSimo Sorce4-24/+22
2013-09-09krb5: Move determination of user being activeSimo Sorce3-43/+17
2013-09-09krb5: Replace type-specific ccache/principal checkSimo Sorce3-148/+89
2013-09-09krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce3-118/+18
2013-09-09krb5: Add helper to destroy ccache as userSimo Sorce2-0/+111
2013-09-09krb5: Add calls to change and restore credentialsSimo Sorce2-0/+131
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 Gallagher4-12/+167
2013-08-28krb5_common: Refactor to use a talloc temp contextSimo Sorce1-12/+28
2013-08-27KRB5: Add support for KEYRING cache typeStephen Gallagher4-0/+212
2013-08-27KRB5: Remove unnecessary call to become_user()Stephen Gallagher1-6/+0
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