summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* krb5: Replace type-specific ccache/principal checksimo_ccnameSimo Sorce2013-08-303-148/+84
* krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce2013-08-283-104/+16
* krb5: Add helper to destroy ccache as userSimo Sorce2013-08-282-0/+114
* krb5: Add calls to change and restore credentialsSimo Sorce2013-08-282-0/+128
* 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
* Use principal from the ticket to find validation entrySumit Bose2013-06-171-1/+1
* KRB: Handle preauthentication error correctlyOndrej Kos2013-06-142-1/+9
* A new option krb5_use_kdcinfoJakub Hrozek2013-06-104-18/+36
* Do not obfuscate calls with booleansJakub Hrozek2013-06-071-7/+22
* Always send the PAC to the PAC responderSumit Bose2013-06-061-20/+18
* Set canonicalize flag if enterprise principals are usedSumit Bose2013-05-311-1/+6
* Fixing critical format string issues.Lukas Slebodnik2013-05-202-3/+5
* Always update cached upn if enterprise principals are usedSumit Bose2013-05-141-3/+4
* Only check UPN if enterprise principals are not usedJakub Hrozek2013-05-031-0/+5
* Allow usage of enterprise principalsSumit Bose2013-04-224-4/+18
* Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2013-04-122-11/+61
* Further restrict become_user drop of privileges.Simo Sorce2013-04-051-15/+18