summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Secrets: Add initial responder code for secrets serviceSimo Sorce2016-06-296-12/+754
* BUILD: Fall back to non-strict http parser, if strict is not availableJakub Hrozek2016-06-291-1/+6
* Secrets: m4 macros for jansson and http-parserChristian Heimes2016-06-292-0/+30
* Secrets: Add autoconf macros to build with secretsSimo Sorce2016-06-291-0/+42
* ConfDB: Add helper function to get "subsections"Simo Sorce2016-06-292-0/+118
* Responders: Add support for socket activationSimo Sorce2016-06-293-2/+76
* Responders: Make the client context more genericSimo Sorce2016-06-2924-367/+665
* Monitor: Remove ping infrastructureSimo Sorce2016-06-293-227/+8
* Server: Enable Watchdog in all daemonsSimo Sorce2016-06-291-0/+16
* Util: Add watchdog helperSimo Sorce2016-06-292-0/+145
* BUILD: Detect libsystemd-daemon or libsystemdLukas Slebodnik2016-06-291-0/+13
* BUILD: Fix detection of systemdLukas Slebodnik2016-06-291-20/+19
* Downcast to errno_t after tevent_req_is_errorLukas Slebodnik2016-06-293-9/+30
* UTIL: Revent connection handling in sssd_async_connect_sendLukas Slebodnik2016-06-281-1/+9
* UTIL: Fix debug message in sssd_async_connect_doneLukas Slebodnik2016-06-281-0/+1
* Prepare ini schema with rules for validationLukas Slebodnik2016-06-272-2/+616
* confdb: Check for config file errors on sssd startupMichal Židek2016-06-275-5/+61
* confdb: Make it possible to use config snippetsMichal Židek2016-06-278-26/+94
* sssctl: new toolPavel Březina2016-06-278-0/+1637
* IFP: Provide domain and failover statusPavel Březina2016-06-278-1/+219
* DP: Add org.freedesktop.sssd.DataProvider.FailoverPavel Březina2016-06-278-24/+163
* DP: Add org.freedesktop.sssd.DataProvider.BackendPavel Březina2016-06-276-0/+141
* DP: Add function to get be_ctx directly from dp_clientPavel Březina2016-06-273-3/+12
* SBUS: Add string helper macrosPavel Březina2016-06-273-2/+8
* SBUS: Fix typo in commentPavel Březina2016-06-271-1/+3
* SBUS ERRORS: Add unknown domainPavel Březina2016-06-271-0/+1
* ERRORS: Add errors to indicated whether SSSD is running or notPavel Březina2016-06-272-0/+4
* sss_override: return EXIT_FAILURE if file does not exist during importPavel Březina2016-06-271-0/+2
* sss_override: return EXIT_SUCCESS even when no overrides are foundPavel Březina2016-06-271-1/+6
* sss_tools: create confdb if not existPavel Březina2016-06-276-57/+89
* sss_tools: add test if sssd is runningPavel Březina2016-06-277-98/+162
* sss_tools: return errno_t instead of system codePavel Březina2016-06-273-180/+158
* sss_tools: pad help message properlyPavel Březina2016-06-271-8/+31
* sss_tools: add commands delimiterPavel Březina2016-06-272-0/+19
* sss_tools: tell whether an option was providedPavel Březina2016-06-273-16/+28
* sss_tools: unify description of --debugPavel Březina2016-06-271-1/+1
* sss_tools: add help commands to usage messagePavel Březina2016-06-271-0/+6
* sss_tools: add command descriptionPavel Březina2016-06-273-14/+22
* sss_sifp: return context even on IO errorPavel Březina2016-06-271-1/+2
* sss_sifp: make it compatible with latest version of the infopipePavel Březina2016-06-279-109/+247
* IFP: new header file that contains interface definitionsPavel Březina2016-06-276-19/+45
* IFP: Add domain nodesPavel Březina2016-06-273-1/+44
* LDAP: Shortcut looking up for group members soonerJakub Hrozek2016-06-234-10/+95
* TESTS: Add an integration test for the timestamps cacheJakub Hrozek2016-06-234-0/+676
* TESTS: Add a unit test for timestamps cachesJakub Hrozek2016-06-231-0/+1435
* SYSDB: Only update user attributes if neededJakub Hrozek2016-06-231-0/+35
* SYSDB: Refactor sysdb_store_userJakub Hrozek2016-06-231-64/+136
* SYSDB: Check if group attributes differ before saving a groupJakub Hrozek2016-06-233-7/+139
* SYSDB: If modifyTimestamp is the same, only update the TS cacheJakub Hrozek2016-06-237-36/+673
* SYSDB: Search the timestamp caches in addition to the sysdb cacheJakub Hrozek2016-06-2311-41/+667