summaryrefslogtreecommitdiff
path: root/source4/rpc_server/samr/dcesrv_samr.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell1-5/+0
count features of talloc, instead of re-implementing both those features inside of samdb (which is what we did before). This makes samdb considerably simpler, and also fixes some bugs, as I found some error paths that didn't call samdb_close(). Those are now handled by the fact that a talloc_free() will auto-close and destroy the samdb context, using a destructor. (This used to be commit da60987a92266734c33b81ee217081abdc4330f3)
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095)
2007-10-10r839: password set/change in the samr server is complex enough that itAndrew Tridgell1-0/+70
deserves its own C module (This used to be commit 2ba7ff824c32b3db037263ddcff9c876293ea284)