summaryrefslogtreecommitdiffstats
path: root/source3/passdb/privileges.c
Commit message (Collapse)AuthorAgeFilesLines
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-2/+2
| | | | | | | fix the confusion when we tdb_lock_bystring() but we retrieve an entry using tdb_fetch_by_string. It's now always tdb.*bystring() (This used to be commit 66359531b89368939f0e8f584a45844b5f2f99e7)
* initial server side privileges implementation, using a tdb. This needs to be ↵Andrew Tridgell2003-02-121-0/+341
hooked into pdb, and we need some access control on changing privileges. That's next (This used to be commit f4f1f84a6bf1d356ccc83f0ecb135bef4a39619e)