summaryrefslogtreecommitdiff
path: root/src/providers/krb5
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek5-70/+510
2012-06-14Add a credential cache back end structureJakub Hrozek7-148/+382
2012-06-14Handle trailing slash in the ccname templateJakub Hrozek1-8/+14
2012-06-14Split parse_krb5_child_response so it can be reusedJakub Hrozek3-119/+170
2012-06-14Allow redefining the KRB5_CHILD pathJakub Hrozek1-3/+7
2012-06-14Provide more debugging in krb5_child and ldap_childJakub Hrozek1-13/+65
2012-06-14Two small krb5_child fixesJakub Hrozek1-3/+10
2012-05-31added DEBUG messages to krb5_child and ldap_childNick Guay1-3/+12
2012-05-07Only reset kpasswd server status when performing a chpass operationJakub Hrozek1-2/+3
2012-05-07Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter1-0/+21
2012-05-07Remove erroneous failure message in find_principal_in_keytabStef Walter1-1/+3
2012-05-04If canon'ing principals, write ccache with updated default principalStef Walter1-2/+6
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny1-4/+27
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek2-46/+31
2012-04-05Clean up log messages about keytab_nameStephen Gallagher1-2/+4
2012-03-28Add terminator for dp_optionStephen Gallagher1-1/+2
2012-03-28Put dp_option maps in their own fileStephen Gallagher2-18/+47
2012-03-08Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek1-17/+15
2012-03-06krb5_child: set debugging soonerJakub Hrozek1-12/+18
2012-03-06Only do one cycle when resolving a serverJakub Hrozek1-7/+12
2012-03-01IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher1-1/+1
2012-01-31KRB5: Add syslog messages for Kerberos failuresStephen Gallagher1-0/+1
2012-01-06Do not call krb5_child when changing passwords and provider went offlineJakub Hrozek1-1/+11
2011-12-22Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher2-8/+12
2011-12-21Honor case sensitive flag when creating the ccname templateJakub Hrozek3-5/+17
2011-12-19Securely set umask when using mkstempStephen Gallagher2-0/+6
2011-12-19Move child_common routines to utilStephen Gallagher5-5/+5
2011-11-22Set more strict permissions on keyringSimo Sorce1-1/+1
2011-11-22Fixed unchecked value of setenv() in check_and_export_options()Jan Zeleny1-2/+5
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-7/+2
2011-11-02Add support to request canonicalization on krb AS requestsJan Zeleny3-1/+25
2011-09-28Multiline macro cleanupJakub Hrozek1-1/+1
2011-09-08DEBUG timestamps offer higher precisionPavel Březina1-0/+2
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina1-1/+3
2011-08-25New DEBUG facility - conversionPavel Březina1-0/+2
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-4/+3
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny3-13/+10
2011-07-21Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek1-1/+1
2011-07-13Remove unused krb5_service structure memberJakub Hrozek2-5/+1
2011-07-11Escape IP address in kdcinfoJakub Hrozek1-4/+26
2011-06-15Switch resolver to using resolv_hostent and honor TTLJakub Hrozek1-1/+1
2011-06-15Fix two typosSumit Bose1-2/+3
2011-06-15Delete cached ccache file if password is expiredSumit Bose1-8/+63
2011-06-02Add utility function to return IP address as stringJakub Hrozek1-9/+2
2011-06-02Add online callback only once for TGT renewalSumit Bose1-25/+44
2011-05-20Rename label in expand_ccname_templateJakub Hrozek1-17/+17
2011-05-12Use a temporary memory context in expand_ccname_templateJakub Hrozek1-20/+33
2011-05-05Added some kerberos functions for building on RHEL5Jan Zeleny1-2/+2
2011-05-04Do not leak pcre contextJakub Hrozek1-0/+12
2011-05-02Return pam data to the renewal item if renewal failsSumit Bose1-4/+9