summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_be.c
Commit message (Expand)AuthorAgeFilesLines
* AD Provider: bugfix use-after-freePavel Reichl2014-04-301-2/+7
* DP: Remove unused 'force' parameter from the subdomain handlerJakub Hrozek2014-04-221-6/+2
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-04-041-0/+2
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-03-141-50/+22
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-72/+35
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-141-330/+182
* providers: Fix types passed to dbus varargs functionsStef Walter2014-03-141-2/+4
* sbus: Use constants to make dbus callsStef Walter2014-02-241-2/+2
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-241-22/+21
* nss: Stop using one DBus interface with totally different methodsStef Walter2014-02-241-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-62/+84
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-227/+227
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-2/+2
* Add ldap_autofs_map_master_name optionCove Schneider2013-11-121-7/+0
* confdb: Make offline timeout configurableMichal Zidek2013-11-071-2/+13
* be_spy_create: free be_req and not the long living dataSumit Bose2013-10-301-1/+1
* dp: add function to terminate request of specific domainPavel Březina2013-10-251-0/+20
* dp: set request domainPavel Březina2013-10-251-0/+43
* dp: store list of ongoing requestsPavel Březina2013-10-251-0/+15
* Add unconditional online callbacksSumit Bose2013-10-221-0/+2
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-221-2/+2
* Check return values of setenv and unsetenvJakub Hrozek2013-09-221-1/+5
* BE: Log domain name to journald if availableJakub Hrozek2013-09-181-0/+2
* DP: Notify propperly when removing PAC responderOndrej Kos2013-08-241-1/+4
* Remove unused be_ctx->sigchld_ctxJakub Hrozek2013-07-181-8/+0
* back end: add refresh expired records periodic taskPavel Březina2013-06-101-0/+23
* Use queue for get_subdomainsSumit Bose2013-06-041-3/+7
* Add be request queueSumit Bose2013-06-041-0/+119
* Add secid filter to responder-dp protocolSumit Bose2013-05-021-0/+5
* Centralize resolv_init, remove resolv context listJakub Hrozek2013-04-031-1/+1
* Do not compile main() in DP if UNIT_TESTING is definedJakub Hrozek2013-03-191-0/+2
* Provide a be_get_account_info_send functionJakub Hrozek2013-03-191-19/+130
* Use the correct memory context in be_req_createJakub Hrozek2013-03-041-1/+1
* dp: check whether hostid backend is configured before filing be requestPavel Březina2013-02-011-0/+8
* Make struct be_req opaqueSimo Sorce2013-01-211-0/+18
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-4/+11
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-0/+5
* Add be_req_create() helperSimo Sorce2013-01-211-37/+33
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-2/+9
* Remove domain from be_req structureSimo Sorce2013-01-211-1/+0
* Remove sysdb as a be request structure memberSimo Sorce2013-01-211-1/+0
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-3/+2
* set struct bet_info->bet_typePavel Březina2013-01-191-0/+1
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-161-5/+7
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-151-1/+1
* Refactor single domain initializationSimo Sorce2013-01-151-2/+2
* DP: invalidate all cached maps if a request for auto.master comes inJakub Hrozek2012-12-181-0/+7
* Add backchannel NSS provider query on initgr callsSimo Sorce2012-12-051-0/+165
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-0/+11
* Run IPA subdomain provider if IPA ID provider is configuredSumit Bose2012-11-141-1/+2