summaryrefslogtreecommitdiffstats
path: root/src/util/sss_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Print a verbose error message on failure reading the keytabJakub Hrozek2014-04-231-0/+6
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-27/+33
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-55/+55
* Fix a trivial typoJakub Hrozek2013-12-091-1/+1
* krb5: Remove unused helper functionsSimo Sorce2013-09-091-80/+0
* krb5: Remove unused functionSimo Sorce2013-09-091-30/+0
* krb5: Make check_for_valid_tgt() staticSimo Sorce2013-09-091-72/+0
* KRB5: Add support for KEYRING cache typeStephen Gallagher2013-08-271-0/+14
* KRB5: Add low-level debugging to sss_get_ccache_name_for_principalStephen Gallagher2013-08-271-0/+6
* Fix memory leak insss_krb5_get_error_messageLukas Slebodnik2013-08-221-0/+1
* KRB5: Add new #define for collection cache typesStephen Gallagher2013-08-221-8/+8
* Add mising argument required by format stringLukas Slebodnik2013-07-191-1/+1
* Use conditional build for retrieving ccache.Lukas Slebodnik2013-07-151-0/+52
* AD: Write out domain-realm mappingsJakub Hrozek2013-06-271-22/+0
* Fix wrong detection of krb5 ccnameLukas Slebodnik2013-06-261-1/+4
* subdomains: touch krb5.conf when creating new domain-realm mappingsPavel Březina2013-06-161-0/+22
* Allow usage of enterprise principalsSumit Bose2013-04-221-0/+19
* krb5: include backwards compatible declaration of krb5_trace_infoJakub Hrozek2013-02-111-1/+7
* Search for SHORTNAME$@REALM instead of fqdn$@REALM by defaultJakub Hrozek2013-01-071-3/+35
* select_principal_from_keytab() do wildcard lookups after specific onesSumit Bose2012-12-181-3/+3
* select_principal_from_keytab() look for plain input as wellSumit Bose2012-12-181-2/+6
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-121-0/+111
* Add replacement for krb5_find_authdata()Sumit Bose2012-10-261-0/+14
* Only call krb5_set_trace_callback on platforms that support itJakub Hrozek2012-10-121-1/+16
* Collect krb5 trace on high debug levelsJakub Hrozek2012-10-121-0/+12
* remove left over principal selectionPavel Březina2012-10-021-102/+0
* Check for errors from krb5_unparse_nameStephen Gallagher2012-07-091-1/+8
* Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter2012-07-061-143/+0
* KRB5: Auto-detect DIR cache support in configureStephen Gallagher2012-06-151-2/+10
* Add support for storing credential caches in the DIR: back endJakub Hrozek2012-06-141-19/+2
* Residual util functionsJakub Hrozek2012-06-141-0/+86
* KRB5: Avoid NULL-dereference with empty keytabStephen Gallagher2012-05-221-7/+13
* Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2012-05-071-0/+137
* Remove erroneous failure message in find_principal_in_keytabStef Walter2012-05-071-1/+1
* Clean up log messages about keytab_nameStephen Gallagher2012-04-051-11/+19
* Fix off-by-one error in principal selectionJakub Hrozek2012-03-291-3/+3
* Always initialize the returned data in sss_krb5_princ_realm()Sumit Bose2012-03-261-0/+3
* Raise the debug level of two very noisy statementsStephen Gallagher2012-01-171-2/+3
* Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher2011-12-221-12/+58
* Add wrapper for krb5_get_init_creds_opt_set_canonicalizeJan Zeleny2011-11-021-0/+10
* Fixed unitialized pointer in select_principal_from_keytabJan Zeleny2011-05-161-1/+1
* Fixed unitialized return value in match_principalJan Zeleny2011-05-161-2/+1
* Added some kerberos functions for building on RHEL5Jan Zeleny2011-05-051-5/+178
* Modify principal selection for keytab authenticationJan Zeleny2011-04-251-2/+172
* Extend and move function for finding principal in keytabJan Zeleny2011-04-251-0/+155
* Fix unchecked return value in sss_krb5_verify_keytab_exStephen Gallagher2010-12-171-1/+8
* Add support for FAST in krb5 providerSumit Bose2010-12-071-0/+48
* Add missing error codeSumit Bose2010-11-181-0/+1
* Use new MIT krb5 API for better password expiration warningsSumit Bose2010-09-231-1/+14
* Validate keytab at startupJakub Hrozek2010-08-031-0/+153