summaryrefslogtreecommitdiff
path: root/server/ldb_modules
AgeCommit message (Collapse)AuthorFilesLines
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-1/+1
This is part of a set of patches to rewrite sysdb to a hopefully better API, that will also let use use tevent_req async style calls to manipulate our cache.
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2-116/+2
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2009-02-12Add syntaxes for member and memberofSimo Sorce1-0/+8
2009-01-28Simplify delete path by removing effectively redundant code.Simo Sorce1-221/+41
Thanks Nathan for the review that lead to this!
2009-01-28Add comments on how memberof works.Simo Sorce1-0/+96
Enable memberof by default in the default db example
2009-01-28Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce2-0/+2298
as in IPA if necessary. This patch slightly modifies ldb to split out a modules header file without exposing the private headers.