summaryrefslogtreecommitdiff
path: root/src/providers/krb5
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-22KRB5: Refactor cc_*_check_existingStephen Gallagher1-61/+59
2013-08-22KRB5: Add new #define for collection cache typesStephen Gallagher4-18/+18
2013-08-19KRB5: Do not log to syslog on each loginJakub Hrozek1-1/+3
2013-08-19KRB5: Formatting changesJakub Hrozek1-4/+4
2013-08-11ldap, krb5: More descriptive msg on chpass failure.Michal Zidek1-0/+15
2013-07-23KRB5: Do not send PAC in server modeJakub Hrozek3-6/+19
2013-07-22Fix warnings: uninitialized variableLukas Slebodnik2-4/+3
2013-07-22Remove unused memory context from function unpack_authtokLukas Slebodnik1-3/+3
2013-07-19Add mising argument required by format stringLukas Slebodnik1-2/+3