Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-06 | Implement CreateUser in InfoPipe | Stephen Gallagher | 1 | -1/+1 | |
Changed the order of the arguments to CreateUser in the Introspection XML to match the other functions (domain belongs second on the list) A few other minor fixes as well: Fixed a typo in SYSDB_GETCACHED_FILTER and sysdb_transaction_end(). Added missing error handling in infp_do_user_set_uid(). | |||||
2009-02-28 | Convert sync calls in sysdb to async, transaction dependent, calls. | Simo Sorce | 1 | -0/+11 | |
2009-02-26 | Serialize access to sysdb and also exposes ldb transactions. | Simo Sorce | 1 | -0/+241 | |
This is necessary because in ldb only 1 transaction per context is possible and all operations (or new transactions) are nested within it. Will revisit this later when ldb will addresses the problem. |