summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add mising argument required by format stringLukas Slebodnik2013-07-191-2/+3
* KRB: Replace multiple calls with variableOndrej Kos2013-07-181-6/+9
* KRB: Handle empty password gracefullyOndrej Kos2013-07-181-0/+11
* SIGCHLD handler: do not call callback when pvt data where freedPavel Březina2013-07-171-1/+1
* print hint about password complexity when new password is rejectedPavel Březina2013-07-171-1/+7
* Use conditional build for retrieving ccache.Lukas Slebodnik2013-07-152-88/+22
* Return right directory name for dircacheLukas Slebodnik2013-07-111-6/+10
* KRB5_CHILD: Fix handling of get_password return codeOndrej Kos2013-07-101-4/+10
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-281-3/+2
* Fix compilation warningJakub Hrozek2013-06-271-1/+1
* AD: Write out domain-realm mappingsJakub Hrozek2013-06-271-1/+0
* KRB5: guess UPN for subdomain usersJakub Hrozek2013-06-277-18/+43
* Do not switch to credentials everytime.Lukas Slebodnik2013-06-261-4/+69
* Every time return directory for krb5 cache collection.Lukas Slebodnik2013-06-262-4/+64
* krb5: do not use enterprise principals for renewalsSumit Bose2013-06-251-1/+6
* krb5: do not send pac for IPA users from the local domainSumit Bose2013-06-254-10/+19
* Revert "Always send the PAC to the PAC responder"Sumit Bose2013-06-251-18/+20
* Fix typo in pack_authtok()Sumit Bose2013-06-241-1/+1
* KRB5: use the right authtok type for renewalsSumit Bose2013-06-241-3/+20
* Set default realm for enterprise principalsSumit Bose2013-06-171-0/+12