summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* TOOLS: Use file descriptor to avoid races when creating a home directoryJakub Hrozek2013-01-233-351/+361
* TOOLS: Use openat/unlinkat when removing the homedirJakub Hrozek2013-01-231-42/+41
* TOOLS: invalidate parent groups in memory cache, tooJakub Hrozek2013-01-214-8/+71
* TOOLS: Refresh memcache after changes to local users and groupsJakub Hrozek2013-01-152-0/+42
* TOOLS: Provide a convenience function to refresh a list of groupsJakub Hrozek2013-01-152-0/+22
* TOOLS: Split querying nss responder into a separate functionJakub Hrozek2013-01-154-32/+68
* TOOLS: move memcache related functions to tools_mc_utils.cJakub Hrozek2013-01-153-161/+188
* Fix invalidating autofs mapsSimo Sorce2013-01-151-1/+1
* sss_cache: fqdn not acceptedMichal Zidek2013-01-041-14/+149
* sss_cache: Small refactor.Michal Zidek2013-01-043-58/+72
* tools: sss_userdel and groupdel remove entries from memory cache1.9.2-44Michal Zidek2012-12-142-0/+47
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-212-2/+3
* Display more information on DB version crashOndrej Kos2012-11-193-0/+4
* sss_cache: Remove fastcache even if sssd is not running.Michal Zidek2012-11-063-20/+152
* sss_cache: Multiple domains not handled properlyMichal Zidek2012-11-061-35/+37
* sss_seed: Improved error message when the domain does not exist.Michal Zidek2012-10-031-2/+5
* sss_seed: Passwords longer then PASS_MAX not allowed.Michal Zidek2012-10-031-1/+8
* sss_seed: Make only first line of password file valid.Michal Zidek2012-10-031-0/+36
* sss_seed: Show error message when interactive input fails.Michal Zidek2012-10-031-0/+1
* sss_seed: Option --debug did not work in sss_seed tool.Michal Zidek2012-10-031-4/+4
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-242-13/+6
* sss_cache tool invalidates records in memory cache.Michal Zidek2012-09-241-0/+26
* tools_util.h provides signal_sssd function.Michal Zidek2012-09-243-99/+99
* Unify usage of sysdb transactionsMichal Zidek2012-08-236-11/+67
* Return value of fread in src/tools/sss_debuglevel.c no longer ignored.Michal Zidek2012-08-031-1/+9
* First-boot sss_seed toolNick Guay2012-08-011-0/+829
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-1/+1
* Ghost members - modified sss_groupshowJan Zeleny2012-05-311-4/+40
* Always use positional arguments in translatable stringsStephen Gallagher2012-05-228-23/+23
* SSS_DEBUGLEVEL: silence analyzer warningsJakub Hrozek2012-05-031-2/+3
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-32/+19
* sss_cache: Better error reportingJakub Hrozek2012-04-181-37/+94
* sss_cache: support invalidating services and autofs mapsJakub Hrozek2012-04-181-9/+118
* Hide --debug option in sss_debuglevelPavel Březina2012-03-021-1/+1
* Keep sysdb context in domain info structSumit Bose2012-02-292-16/+4
* pam_sss: keep selinux optionalSimo Sorce2012-02-231-3/+0
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-3/+3
* Cleanup: Remove unused parametersJakub Hrozek2011-11-227-39/+30
* Fixed possible resource leak in create_mail_spool()Jan Zeleny2011-11-071-9/+9
* TOOLS: Do not leak pid_file handle on errorStephen Gallagher2011-10-141-1/+2
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-131-2/+2
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-031-1/+1
* Multiline macro cleanupJakub Hrozek2011-09-281-1/+1
* sss_debuglevel - change the debug levels on the flyPavel Březina2011-09-061-0/+393
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-258-8/+8
* New DEBUG facility - conversionPavel Březina2011-08-259-21/+9
* sysdb refactoring: memory context deletedJan Zeleny2011-08-152-13/+9
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-1510-45/+23
* Replace system() function with fork and execl call.Matthew Ife2011-07-011-22/+30
* Set _GNU_SOURCE globallySumit Bose2011-05-231-1/+0