summaryrefslogtreecommitdiffstats
path: root/source3/lib/ldb/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-0613-3710/+0
| | | | | There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
* Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin2009-06-181-0/+1
| | | | Patch for bug #6389
* ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij2009-04-236-6/+6
| | | | | | This argument is ignored (Samba3's LDB is synchronous) but having it there is useful for API compatibility with the LDB used by Samba 4 and available on some systems.
* Fix warning; base dn is no longer const.Jelmer Vernooij2009-01-211-2/+2
|
* Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij2009-01-213-10/+6
|
* Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij2009-01-214-14/+11
|
* Remove two pointless globalsVolker Lendecke2009-01-012-13/+12
|
* Fix Coverity ID 472Volker Lendecke2008-03-231-6/+4
| | | | | | | Simo, S4 also has this code. You might want to cherry-pick. Volker (This used to be commit 94c29f55937e50dcf49124d28ad4e82c7fb4133e)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-1012-24/+12
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-1012-12/+12
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r19896: Fix klokwork id 2279Volker Lendecke2007-10-101-1/+5
| | | | (This used to be commit 558a13a755ff39c9f15ba4f0a2639ffe30c996ac)
* r19895: Fix klokwork id 2278Volker Lendecke2007-10-101-1/+4
| | | | (This used to be commit 8ccff6a4dd92dfad4942b562cd1bb27d22d59661)
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2007-10-105-26/+22
| | | | | and significant speedups (This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
* r18866: Jeremy and Volker have given the go-ahead on the group mapping ldbAndrew Tridgell2007-10-1013-0/+3727
code. Yay! This first commit copies lib/ldb/ from Samba4. A huge congratulations should go to Simo on this - he has put an enormous amount of work into ldb, and it's great to see it go into the Samba3 tree. (This used to be commit bbedf2e34315f5c420a3a05dfe22b1d5cf79f042)