summaryrefslogtreecommitdiff
path: root/server/tools/sss_sync_ops.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-01Fix tools sync operations and mem hierarchySimo Sorce1-1/+79
Tools were using nested loops that are illegal. (and enforced in latest tevent with a nice abort()) Fix them by creating appropriate synchronous transaction calls. Also fix tools_ctx mem hierarchy setup.
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-8/+11
This converts a great many configuration options to the new standard format.
2009-09-21Decouple synchronous sysdb interface from toolsJakub Hrozek1-0/+1467
Instead of working directly with async code in tools, create synchronous wrappers that could be used by tools and python bindings. Also resolves many issues with code duplication in tools and thus fixes ticket #87