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