Age | Commit message (Expand) | Author | Files | Lines |
2011-10-14 | TOOLS: Do not leak pid_file handle on error | Stephen Gallagher | 1 | -1/+2 |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 1 | -2/+2 |
2011-10-03 | Use explicit base 10 for converting strings to integers | Jakub Hrozek | 1 | -1/+1 |
2011-09-28 | Multiline macro cleanup | Jakub Hrozek | 1 | -1/+1 |
2011-09-06 | sss_debuglevel - change the debug levels on the fly | Pavel Březina | 1 | -0/+393 |
2011-08-25 | New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0 | Pavel Březina | 8 | -8/+8 |
2011-08-25 | New DEBUG facility - conversion | Pavel Březina | 9 | -21/+9 |
2011-08-15 | sysdb refactoring: memory context deleted | Jan Zeleny | 2 | -13/+9 |
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 10 | -45/+23 |
2011-07-01 | Replace system() function with fork and execl call. | Matthew Ife | 1 | -22/+30 |
2011-05-23 | Set _GNU_SOURCE globally | Sumit Bose | 1 | -1/+0 |
2011-05-16 | Fixed uninitialized value in sss_cache | Jan Zeleny | 1 | -0/+1 |
2011-05-04 | Cache cleaning tool | Jan Zeleny | 1 | -0/+360 |
2011-03-24 | sss_obfuscate: abort on ctrl+c | Stephen Gallagher | 1 | -0/+12 |
2011-03-24 | sss_obfuscate: Avoid traceback on ctrl+d | Stephen Gallagher | 1 | -5/+9 |
2011-02-03 | removing password option functionality | Gowrishankar Rajaiyan | 1 | -5/+1 |
2011-02-03 | Gracefully handle permission errors in sss_obfuscate | Stephen Gallagher | 1 | -3/+15 |
2011-02-03 | Make the domain argument mandatory in sss_obfuscate | Stephen Gallagher | 1 | -2/+6 |
2011-01-17 | Fix usability of sss_obfuscate command | Stephen Gallagher | 1 | -12/+21 |
2011-01-05 | Fix boolean comparison against string | Stephen Gallagher | 1 | -2/+2 |
2010-11-05 | Properly check the return value from semanage_commit | Stephen Gallagher | 1 | -2/+2 |
2010-09-08 | Fix assorted minor bugs in sss_ tools | Jakub Hrozek | 9 | -47/+37 |
2010-09-08 | sss_obfuscate tool | Jakub Hrozek | 1 | -0/+81 |
2010-06-17 | Fix potential resource leak in remove_tree_with_ctx() | Stephen Gallagher | 1 | -1/+10 |
2010-06-14 | Fix potential resource leak in copy_tree_ctx() | Jakub Hrozek | 1 | -2/+10 |
2010-06-14 | Remove the -g option from useradd | Jakub Hrozek | 1 | -57/+2 |
2010-06-10 | Make sure to close varargs before returning from a function | Stephen Gallagher | 1 | -1/+1 |
2010-06-10 | Properly handle read() and write() throughout the SSSD | Stephen Gallagher | 1 | -19/+36 |
2010-06-09 | Add missing break to switch statement | Jakub Hrozek | 1 | -0/+1 |
2010-04-30 | Silence warnings with -O2 | Jakub Hrozek | 1 | -4/+4 |
2010-04-12 | Fix merge error for sss_userdel.c | Stephen Gallagher | 1 | -21/+1 |
2010-04-12 | tools: remove creation of event_context | Simo Sorce | 9 | -26/+3 |
2010-04-12 | Make groupshow synchronous. | Simo Sorce | 1 | -310/+105 |
2010-04-12 | sysydb: Finally stop using a common event context | Simo Sorce | 1 | -1/+1 |
2010-04-12 | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 3 | -6/+1 |
2010-04-12 | sysdb: convert sysdb_getgrnam | Simo Sorce | 6 | -101/+45 |
2010-04-12 | sysdb: convert sysdb_getpwnam | Simo Sorce | 5 | -103/+57 |
2010-04-12 | Use the sysdb synchronous transaction functions | Simo Sorce | 6 | -389/+84 |
2010-04-12 | sysdb: convert sysdb_search_groups | Simo Sorce | 1 | -175/+59 |
2010-04-12 | sysdb: convert sysdb_mod/add/remove_group_member | Simo Sorce | 1 | -371/+58 |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_group | Simo Sorce | 1 | -101/+5 |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_user | Simo Sorce | 1 | -110/+25 |
2010-04-12 | sysdb: convert sysdb_set_entry/user/group_attr | Simo Sorce | 1 | -101/+12 |
2010-04-12 | sysdb: convert sysdb_search_group_by_name/gid | Simo Sorce | 1 | -124/+96 |
2010-04-12 | sysdb: convert sysdb_search_user_by_name/uid | Simo Sorce | 1 | -96/+31 |
2010-04-12 | sysdb: convert sysdb_delete_entry | Stephen Gallagher | 4 | -237/+18 |
2010-04-08 | SELinux login management | Jakub Hrozek | 5 | -0/+371 |
2010-04-08 | Move SELinux related functions into its own module | Jakub Hrozek | 3 | -60/+85 |
2010-04-06 | Make sss_userdel check for logged in users | Jakub Hrozek | 1 | -3/+142 |
2010-04-06 | Add userdel_cmd param | Jakub Hrozek | 3 | -0/+83 |