summaryrefslogtreecommitdiff
path: root/src/util/sss_krb5.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17heimdal: Fix sss_krb5_get_init_creds_opt_set_canonicalizeBenjamin Franzke1-6/+7
2013-10-17heimdal: Add krb5_xfree to krb5_free_unparsed_name wrapperBenjamin Franzke1-1/+3
2013-10-17heimdal: Add wrapper for krb5_get_time_offsetsBenjamin Franzke1-0/+22
2013-10-17heimdal: Add wrapper for krb5_unparse_name_extBenjamin Franzke1-0/+19
2013-10-17heimdal: Add wrapper for krb5_free_stringBenjamin Franzke1-1/+10
2013-09-09krb5: Remove unused helper functionsSimo Sorce1-80/+0
2013-09-09krb5: Remove unused functionSimo Sorce1-30/+0
2013-09-09krb5: Make check_for_valid_tgt() staticSimo Sorce1-72/+0
2013-08-27KRB5: Add support for KEYRING cache typeStephen Gallagher1-0/+14
2013-08-27KRB5: Add low-level debugging to sss_get_ccache_name_for_principalStephen Gallagher1-0/+6
2013-08-22Fix memory leak insss_krb5_get_error_messageLukas Slebodnik1-0/+1
2013-08-22KRB5: Add new #define for collection cache typesStephen Gallagher1-8/+8
2013-07-19Add mising argument required by format stringLukas Slebodnik1-1/+1
2013-07-15Use conditional build for retrieving ccache.Lukas Slebodnik1-0/+52
2013-06-27AD: Write out domain-realm mappingsJakub Hrozek1-22/+0
2013-06-26Fix wrong detection of krb5 ccnameLukas Slebodnik1-1/+4
2013-06-16subdomains: touch krb5.conf when creating new domain-realm mappingsPavel Březina1-0/+22
2013-04-22Allow usage of enterprise principalsSumit Bose1-0/+19
2013-02-11krb5: include backwards compatible declaration of krb5_trace_infoJakub Hrozek1-1/+7
2013-01-07Search for SHORTNAME$@REALM instead of fqdn$@REALM by defaultJakub Hrozek1-3/+35
2012-12-18select_principal_from_keytab() do wildcard lookups after specific onesSumit Bose1-3/+3
2012-12-18select_principal_from_keytab() look for plain input as wellSumit Bose1-2/+6
2012-11-12Only build extract_and_send_pac on platforms that support itJakub Hrozek1-0/+111
2012-10-26Add replacement for krb5_find_authdata()Sumit Bose1-0/+14
2012-10-12Only call krb5_set_trace_callback on platforms that support itJakub Hrozek1-1/+16
2012-10-12Collect krb5 trace on high debug levelsJakub Hrozek1-0/+12
2012-10-02remove left over principal selectionPavel Březina1-102/+0
2012-07-09Check for errors from krb5_unparse_nameStephen Gallagher1-1/+8
2012-07-06Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter1-143/+0
2012-06-15KRB5: Auto-detect DIR cache support in configureStephen Gallagher1-2/+10
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek1-19/+2
2012-06-14Residual util functionsJakub Hrozek1-0/+86
2012-05-22KRB5: Avoid NULL-dereference with empty keytabStephen Gallagher1-7/+13
2012-05-07Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter1-0/+137
2012-05-07Remove erroneous failure message in find_principal_in_keytabStef Walter1-1/+1
2012-04-05Clean up log messages about keytab_nameStephen Gallagher1-11/+19
2012-03-29Fix off-by-one error in principal selectionJakub Hrozek1-3/+3
2012-03-26Always initialize the returned data in sss_krb5_princ_realm()Sumit Bose1-0/+3
2012-01-17Raise the debug level of two very noisy statementsStephen Gallagher1-2/+3
2011-12-22Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher1-12/+58
2011-11-02Add wrapper for krb5_get_init_creds_opt_set_canonicalizeJan Zeleny1-0/+10
2011-05-16Fixed unitialized pointer in select_principal_from_keytabJan Zeleny1-1/+1
2011-05-16Fixed unitialized return value in match_principalJan Zeleny1-2/+1
2011-05-05Added some kerberos functions for building on RHEL5Jan Zeleny1-5/+178
2011-04-25Modify principal selection for keytab authenticationJan Zeleny1-2/+172
2011-04-25Extend and move function for finding principal in keytabJan Zeleny1-0/+155
2010-12-17Fix unchecked return value in sss_krb5_verify_keytab_exStephen Gallagher1-1/+8
2010-12-07Add support for FAST in krb5 providerSumit Bose1-0/+48
2010-11-18Add missing error codeSumit Bose1-0/+1
2010-09-23Use new MIT krb5 API for better password expiration warningsSumit Bose1-1/+14