|
| void | PDB_addToGroup (int32_t id, int32_t groupId) |
| |
| void | PDB_removeFromGroup (int32_t id, int32_t groupId) |
| |
| void | PDB_changeName (int32_t id, char *name) |
| |
| void | PDB_createUser (char *name, int32_t *newId) |
| |
| void | PDB_cloneUser (char *name, int32_t cloneid, int32_t *newId) |
| |
| void | PDB_deleteUser (int32_t id) |
| |
| void | PDB_createGroup (char *name, int32_t owner, int32_t *newGroupId) |
| |
| void | PDB_deleteGroup (int32_t id) |
| |
| void | PDB_lookupByName (const char *name, int32_t *id) |
| |
| void | PDB_lookupById (int32_t id, char **name) |
| |
| void | PDB_bugfixes (void) |
| |
| void | PDB_changeId (int32_t oldId, int32_t newId) |
| |