Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-04 | Add internal min/max/next id management fucntions | Simo Sorce | 1 | -13/+276 | |
Retrieve minID and maxID from domain configuration so that lower and upper bounds can be set per domain. Add function that keeps track of the next available id, increments and returns it on requests, avoiding collisions with existing ids. | |||||
2009-03-03 | Provide sysdb_set_user_attr() functions. | Simo Sorce | 1 | -0/+56 | |
Provide also helper functions to build struct sysdb_attrs. Also fix sysdb_get_user_attr() to have a consistent interface as all other functions. | |||||
2009-02-28 | Expose some more functions needed by the tests | Simo Sorce | 1 | -0/+98 | |
2009-02-28 | Convert sync calls in sysdb to async, transaction dependent, calls. | Simo Sorce | 1 | -0/+938 | |