summaryrefslogtreecommitdiffstats
path: root/source3/lib/ldb/include/ldb.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-061-1554/+0
| | | | | There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
* ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij2009-04-231-2/+7
| | | | | | 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.
* Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij2009-01-211-12/+0
|
* Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij2009-01-211-3/+4
|
* Fix bug 5913.Volker Lendecke2009-01-011-1/+1
| | | | Never seen this to be a problem, but it doesn't hurt either :-)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r23367: check the "use mmap" option for ldb tooAndrew Tridgell2007-10-101-0/+5
| | | | (This used to be commit 15345bbc73b28d07c069fde33d3d4c1f21f107d3)
* r20046: Add ldb_search_exp_fmt and port comment to 4Volker Lendecke2007-10-101-0/+10
| | | | (This used to be commit 1fe41c96f53b0d83e8779050e2149a5e70b5dad0)
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-101-42/+173
| | | | | metze (This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
* r19491: backport changes from samba4Simo Sorce2007-10-101-2/+6
| | | | (This used to be commit aa464c9fda978f615230241921f83884a60f4c6f)
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2007-10-101-0/+3
| | | | | and significant speedups (This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
* r19182: merge from samba4:Stefan Metzmacher2007-10-101-0/+1
| | | | | | | | add ldb_set_create_perms() function to set the create_perms after ldb_init() and before ldb_connect() metze (This used to be commit dd9d469eef337954b6aee4c86ac0691f52812456)
* r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher2007-10-101-3/+3
| | | | | | | | It would be nice if someone can merge that to samba4, otherwise I'll merge that to samba4 on monday metze (This used to be commit 6bc42f31ce294f2bd50ffbd536e1ee42607ef799)
* r18866: Jeremy and Volker have given the go-ahead on the group mapping ldbAndrew Tridgell2007-10-101-0/+1407
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)