summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* TOOLS: Prevent dereference of null pointerLukas Slebodnik2016-07-121-35/+28
* sssctl: Fix warning maybe-uninitializedLukas Slebodnik2016-07-121-5/+9
* sssctl: Fix format string for size_tLukas Slebodnik2016-07-121-1/+1
* sssctl: config-check access check reportMichal Židek2016-07-111-1/+2
* sssctl: Fix error handling after memory allocation failureLukas Slebodnik2016-07-111-1/+2
* sssctl: Add config-check commandMichal Židek2016-07-073-0/+144
* TOOLS: Add the upgrade-cache commandJakub Hrozek2016-07-073-0/+35
* TOOLS: Some tools command might not need initialization to succeedJakub Hrozek2016-07-074-38/+66
* SYSDB: Remove useless parameter from sysdb_init()Jakub Hrozek2016-07-072-2/+2
* TOOLS: sssctl: Work with trusted usersJakub Hrozek2016-07-071-22/+115
* SSS_OVERRIDE: Fixes for fully qualified namesJakub Hrozek2016-07-072-62/+87
* SSS_SEED: Use FQDN for accessing sysdbJakub Hrozek2016-07-071-15/+9
* SSS_CACHE: Don't use sss_get_domain_name, but create the internal fqname inst...Jakub Hrozek2016-07-071-12/+23
* SSS_CACHE: Make internal functions staticJakub Hrozek2016-07-071-4/+8
* TOOLS: Make the local domain operate on FQDNsJakub Hrozek2016-07-072-14/+75
* sssctl: remove also ccachePavel Březina2016-07-061-1/+1
* sssctl: restart SSSD when removing cachePavel Březina2016-07-061-21/+40
* confdb: Make it possible to use config snippetsMichal Židek2016-06-271-1/+3
* sssctl: new toolPavel Březina2016-06-277-0/+1633
* 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-271-4/+5
* 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_override: add certificate supportSumit Bose2016-06-091-5/+33
* TOOLS: Fix warning maybe-uninitializedLukas Slebodnik2016-05-121-0/+1
* Internal: Rename CONFDB_DEFAULT_CONFIG_FILEStephen Gallagher2016-05-111-1/+1
* UTIL: Add secure copy functionStephen Gallagher2016-05-112-38/+109
* TOOL: Invalidation of sudo rules at sss_cachePetr Cech2016-04-201-3/+63
* SSS_CACHE: RefactorPetr Cech2016-04-201-47/+106
* sss_override: only add domain if name is not fully qualifiedSumit Bose2016-04-131-1/+27
* tools: read additional data of the master domainSumit Bose2016-04-131-0/+8
* sss_override: do not generate DN, search objectSumit Bose2016-04-131-7/+27
* TOOLS: Add comments on functions in colondbPetr Cech2016-02-241-0/+23
* TOOLS: Fix memory leak after getline() failedPetr Cech2016-02-241-0/+4
* TOOLS: Fix minor memory leak in sss_colondb_writelineLukas Slebodnik2016-02-241-0/+7
* Fix typos reported by lintianLukas Slebodnik2016-02-231-1/+1
* PYTHON: Fix pep8 errors in sss_obfuscateLukas Slebodnik2016-02-031-5/+8
* PYTHON: sss_obfuscate should work with python3Lukas Slebodnik2016-02-031-11/+13
* TOOLS: Fix warning Wsign-compareLukas Slebodnik2016-01-291-1/+1
* DEBUG: Add missing new linesLukas Slebodnik2015-12-141-1/+1
* tools: Don't shadow 'exit'Jakub Hrozek2015-11-101-18/+18
* TOOLS: DFL_UMASK --> SSS_DFL_UMASKPetr Cech2015-11-051-2/+1
* util: Continue if setlocale failsMichal Židek2015-11-041-1/+3