summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2012-08-24Use new debug levels in validate_tgt()Sumit Bose1-13/+16
2012-08-24Fix fallback in validate_tgt()Sumit Bose1-8/+20
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek4-1/+35
2012-08-23Unify usage of sysdb transactionsMichal Zidek13-48/+167
2012-08-23Typo in debug message (SSSd -> SSSD).Michal Zidek1-1/+1
2012-08-23Clean up cache on server reinitializationPavel Březina5-4/+403
2012-08-23Consolidation of functions that make realm upper-caseOndrej Kos3-31/+4
2012-08-23AD context was set to null due to type mismatchOndrej Kos3-1/+14
2012-08-21Remove compilation warning: ret may be uninitializedPavel Březina1-0/+2
2012-08-21Process all groups from a single nesting levelJakub Hrozek1-4/+14
2012-08-15KRB5: Only return PAM error for unreachable kpasswd when performing chpassJakub Hrozek1-2/+4
2012-08-15FO: Return EAGAIN if there are more servers to tryJakub Hrozek1-0/+9
2012-08-15FO: Don't retry the same server if it's not workingJakub Hrozek1-2/+3
2012-08-15Duplicate detection in fail over did not work.Michal Zidek8-10/+64
2012-08-10When ldap_group_nesting_level was reached, the LDAP provider tried to link gr...Michal Zidek1-1/+45
2012-08-09Don't use server after SRV data collapsedJakub Hrozek1-5/+8
2012-08-09SRV resolution for backup servers should not be permitted.Michal Zidek4-5/+36
2012-08-09Change default for ldap_idmap_range_min to 200000Jakub Hrozek3-3/+3
2012-08-09Abort PAM access phase if HBAC does not return PAM_SUCCESSJakub Hrozek1-0/+1
2012-08-09Backward GOTOs rewritten into do-while loops.Ondrej Kos2-245/+271
2012-08-08Allocate on top of a talloc context, not NULLJakub Hrozek1-0/+3
2012-08-07Always mark SRV servers as primaryJakub Hrozek1-0/+1
2012-08-07Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina2-3/+3
2012-08-07Subdomains: Send the DP reply in the correct formatJakub Hrozek1-14/+41
2012-08-07Failover: Return last tried server if it's still being triedJakub Hrozek1-2/+6
2012-08-06IPA: Securely set umask for mkstemp in subdomain providerStephen Gallagher1-0/+3
2012-08-06IPA: Do not attempt to close the same file twiceStephen Gallagher1-1/+1
2012-08-06shadow attributes can contain -1Pavel Březina1-1/+1
2012-08-06Removed unused variable assignmentOndrej Kos1-2/+0
2012-08-03Don't call fo_set_{server,port}_status for SRV serversJakub Hrozek1-2/+3
2012-08-01Create a domain-realm mapping for krb5.conf to be includedJakub Hrozek1-0/+135
2012-08-01Add automatic periodic retrieval of subdomainsSimo Sorce1-1/+44
2012-08-01Add online callback to enumerate subdomainsSimo Sorce1-24/+49
2012-08-01Limit refreshes keeping track of last refresh timeSimo Sorce1-26/+46
2012-08-01Change refreshing of subdomainsSimo Sorce3-67/+156
2012-08-01Expose an initializer function from subdomainSimo Sorce3-32/+46
2012-08-01Add realm paramter to subdomain listSimo Sorce1-0/+27
2012-08-01Use a more tractable name for subdomain requestSimo Sorce3-10/+8
2012-08-0180 col and style fixesSimo Sorce1-20/+48
2012-08-01Make structure initializer more readableSimo Sorce1-7/+15
2012-08-01Fix wrong elements used in comparisonSimo Sorce1-1/+1
2012-08-01Change subdomain_infoSimo Sorce2-7/+7
2012-08-01Primary server support: new option in AD providerJan Zeleny3-1/+5
2012-08-01Primary server support: new option in IPA providerJan Zeleny3-4/+6
2012-08-01Primary server support: new options in krb5 providerJan Zeleny8-8/+28
2012-08-01Primary server support: new option in ldap providerJan Zeleny5-4/+11
2012-08-01Primary server support: AD adaptationJan Zeleny3-35/+77
2012-08-01Primary server support: LDAP adaptationJan Zeleny3-35/+84
2012-08-01Primary server support: krb5 adaptationJan Zeleny3-49/+94
2012-08-01Primary server support: IPA adaptationJan Zeleny3-35/+77