summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-1/+1
2012-05-31Ghost members - modified sss_groupshowJan Zeleny1-4/+40
2012-05-22Always use positional arguments in translatable stringsStephen Gallagher8-23/+23
2012-05-03SSS_DEBUGLEVEL: silence analyzer warningsJakub Hrozek1-2/+3
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-32/+19
2012-04-18sss_cache: Better error reportingJakub Hrozek1-37/+94
2012-04-18sss_cache: support invalidating services and autofs mapsJakub Hrozek1-9/+118
2012-03-02Hide --debug option in sss_debuglevelPavel Březina1-1/+1
2012-02-29Keep sysdb context in domain info structSumit Bose2-16/+4
2012-02-23pam_sss: keep selinux optionalSimo Sorce1-3/+0
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-3/+3
2011-11-22Cleanup: Remove unused parametersJakub Hrozek7-39/+30
2011-11-07Fixed possible resource leak in create_mail_spool()Jan Zeleny1-9/+9
2011-10-14TOOLS: Do not leak pid_file handle on errorStephen Gallagher1-1/+2
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-2/+2
2011-10-03Use explicit base 10 for converting strings to integersJakub Hrozek1-1/+1
2011-09-28Multiline macro cleanupJakub Hrozek1-1/+1
2011-09-06sss_debuglevel - change the debug levels on the flyPavel Březina1-0/+393
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina8-8/+8
2011-08-25New DEBUG facility - conversionPavel Březina9-21/+9
2011-08-15sysdb refactoring: memory context deletedJan Zeleny2-13/+9
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny10-45/+23
2011-07-01Replace system() function with fork and execl call.Matthew Ife1-22/+30
2011-05-23Set _GNU_SOURCE globallySumit Bose1-1/+0
2011-05-16Fixed uninitialized value in sss_cacheJan Zeleny1-0/+1
2011-05-04Cache cleaning toolJan Zeleny1-0/+360
2011-03-24sss_obfuscate: abort on ctrl+cStephen Gallagher1-0/+12
2011-03-24sss_obfuscate: Avoid traceback on ctrl+dStephen Gallagher1-5/+9
2011-02-03removing password option functionalityGowrishankar Rajaiyan1-5/+1
2011-02-03Gracefully handle permission errors in sss_obfuscateStephen Gallagher1-3/+15
2011-02-03Make the domain argument mandatory in sss_obfuscateStephen Gallagher1-2/+6
2011-01-17Fix usability of sss_obfuscate commandStephen Gallagher1-12/+21
2011-01-05Fix boolean comparison against stringStephen Gallagher1-2/+2
2010-11-05Properly check the return value from semanage_commitStephen Gallagher1-2/+2
2010-09-08Fix assorted minor bugs in sss_ toolsJakub Hrozek9-47/+37
2010-09-08sss_obfuscate toolJakub Hrozek1-0/+81
2010-06-17Fix potential resource leak in remove_tree_with_ctx()Stephen Gallagher1-1/+10
2010-06-14Fix potential resource leak in copy_tree_ctx()Jakub Hrozek1-2/+10
2010-06-14Remove the -g option from useraddJakub Hrozek1-57/+2
2010-06-10Make sure to close varargs before returning from a functionStephen Gallagher1-1/+1
2010-06-10Properly handle read() and write() throughout the SSSDStephen Gallagher1-19/+36
2010-06-09Add missing break to switch statementJakub Hrozek1-0/+1
2010-04-30Silence warnings with -O2Jakub Hrozek1-4/+4
2010-04-12Fix merge error for sss_userdel.cStephen Gallagher1-21/+1
2010-04-12tools: remove creation of event_contextSimo Sorce9-26/+3
2010-04-12Make groupshow synchronous.Simo Sorce1-310/+105
2010-04-12sysydb: Finally stop using a common event contextSimo Sorce1-1/+1
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce3-6/+1
2010-04-12sysdb: convert sysdb_getgrnamSimo Sorce6-101/+45
2010-04-12sysdb: convert sysdb_getpwnamSimo Sorce5-103/+57