Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-01 | Fix tools sync operations and mem hierarchy | Simo Sorce | 1 | -0/+4 | |
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-21 | Decouple synchronous sysdb interface from tools | Jakub Hrozek | 1 | -0/+86 | |
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 |