summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
Commit message (Collapse)AuthorAgeFilesLines
* SSH: Add dp_get_host_send to common responder codeJakub Hrozek2012-05-031-0/+7
| | | | | | | | Instead of using account_info request, creates a new ssh specific request. This improves code readability and will make the code more flexible in the future. https://fedorahosted.org/sssd/ticket/1176
* Carry sysdb context and domain info in be_req structureJan Zeleny2012-04-241-0/+3
|
* Add domain name to get_account_info requestSumit Bose2012-04-241-0/+1
|
* data provider: added subdomainsSumit Bose2012-04-241-0/+7
|
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-03-081-1/+2
|
* Only do one cycle when resolving a serverJakub Hrozek2012-03-061-0/+5
| | | | https://fedorahosted.org/sssd/ticket/1214
* IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher2012-03-011-2/+5
| | | | https://fedorahosted.org/sssd/ticket/1217
* SSH: ResponderJan Cholasta2012-02-071-0/+1
|
* DP: Add host info handlerJan Cholasta2012-02-071-0/+1
|
* Add session target in data providerJan Zeleny2012-02-061-0/+1
|
* AUTOFS: Data Provider requestJakub Hrozek2012-02-051-0/+6
|
* SUDO Integration - prepare data provider for new responder commandsPavel Březina2012-01-271-0/+3
| | | | https://fedorahosted.org/sssd/ticket/1143
* DP: Handle parsing extra results in be_get_account_infoStephen Gallagher2012-01-271-0/+1
|
* Move child_common routines to utilStephen Gallagher2011-12-191-1/+1
|
* Add common SIGCHLD handling for providers.Pavel Zuna2011-12-191-0/+2
|
* SUDO integration - data provider backend handlerPavel Březina2011-12-161-0/+6
|
* Run checks before resetting offline stateSumit Bose2010-12-011-0/+3
| | | | | | | | | | | | Before setting the backend to online during a reset offline request the check_online method if the ID provider is called. If the check_online method returns that the ID provider is still not reachable the backend stays offline. Otherwise the backend is switched to online and the related callbacks are run. Additionally the check online test is called during the res_init request because a change in /etc/resolve.conf might also make a server reachable which was assumed offline before.
* Allow protocol fallback for SRV queriesJakub Hrozek2010-12-011-2/+8
| | | | https://fedorahosted.org/sssd/ticket/691
* Add an interface to try next fail-over server after connection to the active ↵eindenbom2010-07-091-0/+6
| | | | server was unexpectedly dropped.
* Added an interface to query number of configured (and currently resolved ↵eindenbom2010-07-091-0/+1
| | | | through SRV records) failover servers.
* Add dns_discovery_domain optionJakub Hrozek2010-06-301-1/+2
| | | | | | | | | | | | The service discovery used to use the SSSD domain name to perform DNS queries. This is not an optimal solution, for example from the point of view of authconfig. This patch introduces a new option "dns_discovery_domain" that allows to set the domain part of a DNS SRV query. If this option is not set, the default behavior is to use the domain part of the machine's hostname. Fixes: #479
* Add run_callbacks flagSumit Bose2010-05-271-0/+2
|
* Add offline callbacksSumit Bose2010-05-271-1/+9
|
* Refactor data provider callbacksSumit Bose2010-05-271-5/+5
|
* Use service discovery in backendsJakub Hrozek2010-05-071-0/+9
| | | | | | | | | Integrate the failover improvements with our back ends. The DNS domain used in the SRV query is always the SSSD domain name. Please note that this patch changes the default value of ldap_uri from "ldap://localhost" to "NULL" in order to use service discovery with no server set.
* Add callback when the ID provider switches from offline to onlineStephen Gallagher2010-05-071-0/+17
| | | | | | | | Allow backends to set a callback in the be_ctx that should be invoked when the ID provider goes online. This can be used to perform regular maintenance tasks that are valid only when going online.
* Better handle sdap_handle memory from callers.Simo Sorce2010-05-031-0/+4
| | | | | | | | | | | | | Always just mark the sdap_handle as not connected and let later _send() functions to take care of freeing the handle before reconnecting. Introduce restart functions to avoid calling _send() functions in _done() functions error paths as this would have the same effect as directly freeing the sdap_handle and cause access to freed memory in sdap_handle_release() By freeing sdap_handle only in the connection _recv() function we guarantee it can never be done within sdap_handle_release() but only in a following event.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+142
Also update BUILD.txt