summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-19Add mising argument required by format stringLukas Slebodnik1-2/+3
2013-06-27Fix compilation warningJakub Hrozek1-1/+1
2013-06-27KRB5: guess UPN for subdomain usersJakub Hrozek1-11/+36
2013-06-10A new option krb5_use_kdcinfoJakub Hrozek1-12/+18
2013-06-07Do not obfuscate calls with booleansJakub Hrozek1-7/+22
2013-05-31Set canonicalize flag if enterprise principals are usedSumit Bose1-1/+6
2013-01-02failover: Protect against empty host namesMichal Zidek1-1/+1
2012-11-19Fix compare_principal_realm() checkSumit Bose1-9/+3
2012-10-26Add new call find_or_guess_upn()Sumit Bose1-7/+20
2012-10-26krb5_auth: check if principal belongs to a different realmSumit Bose1-0/+31
2012-09-17Failover: use _srv_ when no primary server is definedPavel Březina1-12/+3
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek1-1/+14
2012-08-15Duplicate detection in fail over did not work.Michal Zidek1-1/+6
2012-08-09SRV resolution for backup servers should not be permitted.Michal Zidek1-2/+9
2012-08-01Primary server support: krb5 adaptationJan Zeleny1-46/+89
2012-08-01Primary server support: basic support in failover codeJan Zeleny1-1/+1
2012-07-06KRB5: Drop memctx parameter of krb5_try_kdcipStephen Gallagher1-10/+13
2012-06-20Move some debug lines to new debug log levelsStef Walter1-3/+3
2012-06-15KRB5: Auto-detect DIR cache support in configureStephen Gallagher1-1/+5
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek1-5/+29
2012-06-14Add a credential cache back end structureJakub Hrozek1-3/+9
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-16/+10
2012-03-28Put dp_option maps in their own fileStephen Gallagher1-18/+1
2012-03-01IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher1-1/+1
2011-12-19Securely set umask when using mkstempStephen Gallagher1-0/+3
2011-11-22Fixed unchecked value of setenv() in check_and_export_options()Jan Zeleny1-2/+5
2011-11-02Add support to request canonicalization on krb AS requestsJan Zeleny1-1/+8
2011-07-21Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek1-1/+1
2011-07-13Remove unused krb5_service structure memberJakub Hrozek1-4/+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-02Add utility function to return IP address as stringJakub Hrozek1-9/+2
2011-04-25Allow new option to specify principal for FASTJan Zeleny1-1/+11
2010-12-14Fix incorrect return value on failure in check_and_export_options()Sumit Bose1-0/+1
2010-12-07Replace krb5_kdcip by krb5_server in LDAP providerSumit Bose1-6/+8
2010-12-07Add support for FAST in krb5 providerSumit Bose1-2/+22
2010-12-03Allow krb5 lifetime values without a unitSumit Bose1-36/+65
2010-12-03Add support for automatic Kerberos ticket renewalSumit Bose1-1/+2
2010-12-03Add krb5_lifetime optionSumit Bose1-1/+21
2010-12-03Add krb5_renewable_lifetime optionSumit Bose1-1/+23
2010-12-01Allow protocol fallback for SRV queriesJakub Hrozek1-1/+1
2010-11-04Add krb5_get_simple_upn()Sumit Bose1-0/+25
2010-10-19Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.Jan Zeleny1-1/+44
2010-10-13Initialize kerberos service for GSSAPIJakub Hrozek1-1/+1
2010-09-28Suppress some 'may be used uninitialized' warningsSumit Bose1-6/+12
2010-06-30Add dns_discovery_domain optionJakub Hrozek1-1/+1
2010-06-14Remove krb5_changepw_principal optionJakub Hrozek1-27/+0
2010-06-10Properly handle read() and write() throughout the SSSDStephen Gallagher1-7/+18
2010-05-27Refactor krb5 SIGTERM handler installationSumit Bose1-0/+33
2010-05-27Add callback to remove krb5 info files when going offlineSumit Bose1-0/+97