Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-21 | Don't give memory context in confdb where not needed | Jan Zeleny | 1 | -3/+3 | |
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 1 | -23/+21 | |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-08-15 | sysdb refactoring: memory context deleted | Jan Zeleny | 1 | -9/+5 | |
This patch deletes memory context parameter in those places in sysdb where it is not necessary. The code using modified functions has been updated. Tests updated as well. | |||||
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 1 | -17/+11 | |
The patch also updates code using modified functions. Tests have also been adjusted. | |||||
2011-01-05 | Fix boolean comparison against string | Stephen Gallagher | 1 | -2/+2 | |
Coverity 10082 and 100083 | |||||
2010-04-30 | Silence warnings with -O2 | Jakub Hrozek | 1 | -4/+4 | |
2010-04-12 | tools: remove creation of event_context | Simo Sorce | 1 | -10/+0 | |
Since the sysdb is now synchronous and creates its own event context we don't need an explicit event context anymore in the tools. | |||||
2010-04-12 | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 1 | -1/+0 | |
2010-04-12 | sysdb: convert sysdb_getgrnam | Simo Sorce | 1 | -57/+24 | |
2010-04-12 | sysdb: convert sysdb_getpwnam | Simo Sorce | 1 | -99/+53 | |
2010-04-12 | Use the sysdb synchronous transaction functions | Simo Sorce | 1 | -350/+61 | |
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_delete_entry | Stephen Gallagher | 1 | -211/+16 | |
2010-03-15 | Flush NSCD cache after modifying local database | Jakub Hrozek | 1 | -0/+15 | |
Fixes: #221 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+1838 | |
Also update BUILD.txt |