Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r2051: switched the samdb over to using the new destructor and reference | Andrew Tridgell | 1 | -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-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -3/+3 | |
metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095) | |||||
2007-10-10 | r839: password set/change in the samr server is complex enough that it | Andrew Tridgell | 1 | -0/+70 | |
deserves its own C module (This used to be commit 2ba7ff824c32b3db037263ddcff9c876293ea284) |