summaryrefslogtreecommitdiff
path: root/ldb/common
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26Remove our copies of the samba libraries.Simo Sorce13-8582/+0
Packages are already available in debian unstable and will soon land in Fedora. See BUILD.TXT for details. We still keep libreplace as we still use its configure macros, until we find time to extract only waht we need and have our own macros.
2009-01-28Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce1-0/+6
as in IPA if necessary. This patch slightly modifies ldb to split out a modules header file without exposing the private headers.
2008-12-22Rebase ldb code with all changes in samba masterSimo Sorce8-76/+492
2008-10-16Transform the sequence_number operation into a normal extended operation as ↵Simo Sorce2-25/+29
it should always have been. Make it also async so that it is not a special case. (Sync from upstream)
2008-09-25Sync ldb with upstream (includes uncommitted ldb async patches)Simo Sorce3-150/+382
2008-09-05Initial ImportSimo Sorce13-0/+7924