summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Handle ERR_CHPASS_FAILEDJakub Hrozek2013-10-291-0/+6
* krb5: Use right function to free data.Lukas Slebodnik2013-10-221-1/+2
* krb5: Remove warning dereference of a null pointerLukas Slebodnik2013-10-171-4/+2
* KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD userJakub Hrozek2013-10-172-0/+9
* krb5: Remove ability to create public directoriesSimo Sorce2013-10-073-71/+37
* KRB5: Use the correct domain when authenticating with cached passwordJakub Hrozek2013-09-271-4/+4
* KRB5: Return ERR_NETWORK_IO when trusted AD server can't be resolvedJakub Hrozek2013-09-271-0/+1
* KRB5: Fix bad comparisonJakub Hrozek2013-09-261-1/+1
* krb5: Be more lenient on failures for old ccacheSimo Sorce2013-09-252-2/+2
* krb5: do not expand enterprise principals is offlineSumit Bose2013-09-231-1/+1
* krb5: save canonical upn to sysdbSumit Bose2013-09-234-20/+57
* KRB5: Call umask before mkstemp in the krb5 child codeJakub Hrozek2013-09-171-0/+3
* KRB: Remove unused function parametersLukas Slebodnik2013-09-121-4/+2
* KRB: Remove unused memory contextLukas Slebodnik2013-09-123-3/+3
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-112-3/+3
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-112-4/+5
* Fix formating of variables with type: time_tLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: key_serial_tLukas Slebodnik2013-09-111-1/+2
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-113-5/+6
* Fix formating of variables with type: ssize_tLukas Slebodnik2013-09-112-3/+3
* Fix formating of variables with type: longLukas Slebodnik2013-09-112-2/+2
* krb5: Fix warning sometimes uninitializedLukas Slebodnik2013-09-101-0/+2
* krb5_child: Simplify ccache creationSimo Sorce2013-09-091-387/+87
* krb5: Add file/dir path precheckSimo Sorce2013-09-092-0/+35
* krb5: Remove unused ccache backend infrastructureSimo Sorce2013-09-096-144/+14
* krb5: Unify function to create ccache filesSimo Sorce2013-09-093-69/+22
* krb5: Use new function to validate ccachesSimo Sorce2013-09-093-371/+88
* krb5: Make check_for_valid_tgt() staticSimo Sorce2013-09-091-0/+74
* krb5: move template check to initializzationSimo Sorce2013-09-094-24/+22
* krb5: Move determination of user being activeSimo Sorce2013-09-093-43/+17
* krb5: Replace type-specific ccache/principal checkSimo Sorce2013-09-093-148/+89
* krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce2013-09-093-118/+18
* krb5: Add helper to destroy ccache as userSimo Sorce2013-09-092-0/+111
* krb5: Add calls to change and restore credentialsSimo Sorce2013-09-092-0/+131
* 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-284-12/+167
* krb5_common: Refactor to use a talloc temp contextSimo Sorce2013-08-281-12/+28
* KRB5: Add support for KEYRING cache typeStephen Gallagher2013-08-274-0/+212
* KRB5: Remove unnecessary call to become_user()Stephen Gallagher2013-08-271-6/+0
* 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-224-18/+18
* KRB5: Do not log to syslog on each loginJakub Hrozek2013-08-191-1/+3
* KRB5: Formatting changesJakub Hrozek2013-08-191-4/+4
* ldap, krb5: More descriptive msg on chpass failure.Michal Zidek2013-08-111-0/+15
* KRB5: Do not send PAC in server modeJakub Hrozek2013-07-233-6/+19
* Fix warnings: uninitialized variableLukas Slebodnik2013-07-222-4/+3
* Remove unused memory context from function unpack_authtokLukas Slebodnik2013-07-221-3/+3