summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_be.c
Commit message (Expand)AuthorAgeFilesLines
* PROVIDERS: Setting right {u,g}id if unprivilegedPetr Cech2016-07-121-0/+2
* DP: Switch to new interfacePavel Březina2016-06-201-2354/+110
* Rename dp_backend.h to backend.hPavel Březina2016-06-201-1/+1
* Rename dp_refresh.h to be_refresh.hPavel Březina2016-06-201-1/+1
* Rename dp_ptask to be_ptaskPavel Březina2016-06-201-1/+1
* DP: Print warning when the handler is not configuredJakub Hrozek2016-01-121-1/+3
* DEBUG: Add missing new linesLukas Slebodnik2015-12-141-1/+1
* DP: Reduce code duplication in Data Provider handlersJakub Hrozek2015-12-101-167/+102
* DP: Reduce code duplication in the callback handlersJakub Hrozek2015-12-101-228/+126
* DP: Do not confuse static analysers with dead codeJakub Hrozek2015-11-201-1/+2
* DP: Check callback messages for valid UTF-8Jakub Hrozek2015-11-141-16/+30
* DP: Drop dp_pam_err_to_stringJakub Hrozek2015-11-141-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