summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Primary server support: support for "disconnecting" connections in LDAPJan Zeleny2012-08-011-4/+37
* Primary server support: basic support in failover codeJan Zeleny2012-08-017-51/+257
* Primary server support: introduce concept of reconnectionJan Zeleny2012-08-012-0/+43
* Unbreak SASLPavel Březina2012-07-311-9/+12
* Support fetching of host from sysdb in SELinux codeJan Zeleny2012-07-311-11/+55
* Support fetching of HBAC rules from sysdb in SELinux codeJan Zeleny2012-07-311-14/+47
* Modify hbac_get_cached_rules() so it can be used outside of HBAC codeJan Zeleny2012-07-312-14/+22
* sudo ldap provider: support autoconfiguration of hostnamesPavel Březina2012-07-301-6/+275
* Remove unused member of be_reqJan Zeleny2012-07-271-3/+0
* Move SELinux processing from session to account PAM stackJan Zeleny2012-07-272-0/+33