summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_be.c
Commit message (Expand)AuthorAgeFilesLines
* BE: Fix a debug messageJakub Hrozek2014-11-241-1/+1
* BE: Become a regular user after initializationJakub Hrozek2014-11-181-0/+13
* BE: Make struct bet_queue_item private to sssd_beJakub Hrozek2014-11-061-0/+10
* BE: Own the sbus socket as the SSSD userJakub Hrozek2014-10-221-4/+12
* SBUS: Chown the sbus socket if neededJakub Hrozek2014-10-221-1/+1
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-201-1/+4
* UTIL: Do not depend on monitor codeJakub Hrozek2014-10-091-1/+1
* DP: Print a type as hexadecimal number in debug message.Lukas Slebodnik2014-10-091-1/+1
* sudo: work with correct D-Bus iteratorPavel Březina2014-08-191-3/+4
* be_get_account_info change level of debug messageMichal Zidek2014-08-191-1/+1
* BE: Handle SIGUSR2Jakub Hrozek2014-08-131-0/+20
* Exit offline mode only if server is available.Michal Zidek2014-07-311-17/+50
* ptask: Add backoff feature to the ptask api.Michal Zidek2014-07-311-1/+1
* ptask: Allow adding random_offset to scheduled execution timeMichal Zidek2014-07-311-1/+1
* sudo: use dbus array for rules refreshPavel Březina2014-07-241-8/+14
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-221-1/+1
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-081-0/+1
* 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