summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_be.c
Commit message (Expand)AuthorAgeFilesLines
* DP: Reduce code duplicationdpstrJakub Hrozek2015-11-111-340/+193
* DP: Check callback messages for valid UTF-8Jakub Hrozek2015-11-111-16/+29
* DP: Drop dp_pam_err_to_stringJakub Hrozek2015-11-111-52/+23
* BE: Add IFP to known clientsPavel Březina2015-11-101-0/+3
* DP: Provide a way to mark subdomain as disabled and auto-enable it later with...Jakub Hrozek2015-09-211-9/+93
* DATA_PROVIDER: BE_REQ as string in log messagePetr Cech2015-09-141-1/+2
* DP: Add DP_WILDCARD and SSS_DP_WILDCARD_USER/SSS_DP_WILDCARD_GROUPJakub Hrozek2015-07-151-0/+5
* LDAP/IPA: add user lookup by certificateSumit Bose2015-06-191-0/+5
* DP: Set extra_value to NULL for enum requestsJakub Hrozek2015-06-011-1/+2
* Add pre-auth requestSumit Bose2015-05-081-0/+1
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-2/+2
* PAM: print the pam status as string, tooJakub Hrozek2015-02-251-1/+2
* add missing '\n' in debug messagesPavel Reichl2015-01-271-1/+1
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-231-9/+1
* 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