summaryrefslogtreecommitdiffstats
path: root/source3/lib/ldb/modules
Commit message (Collapse)AuthorAgeFilesLines
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-0613-7051/+0
| | | | | There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
* s3-ldb: update the old ldb in s3 to use new DLIST macrosAndrew Tridgell2010-02-101-15/+2
| | | | (cherry picked from commit a7d8bfd373392eecf4fff33d39b85e1b55ad901d)
* Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij2009-01-211-1/+1
|
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-108-16/+8
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-108-8/+8
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-104-8/+4
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-104-4/+4
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+2
| | | | | more no previous prototype warnings (This used to be commit 41be182f78762372ae13759ede5d2bd40a71d7f5)
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 4a5da57306ad8cce5522ee72349cb85b447e295c)
* r19917: Fix warningsVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit cf4309b9048a8417104cac660421a3dcd2e96ffe)
* r19894: Fix klokwork id 2192Volker Lendecke2007-10-101-2/+4
| | | | (This used to be commit 4b075f347b5449b199be19221187ce66916384cf)
* r19893: Fix klokwork id 2191Volker Lendecke2007-10-101-1/+4
| | | | (This used to be commit a301a4a12d554d9d3ba00c2780deb9eafc44e1a8)
* r19892: Fix klokwork id 2190Volker Lendecke2007-10-101-1/+4
| | | | (This used to be commit 235e8c9653a9199f2766c5c4a2d1f1d4f2801a3b)
* r19891: Fix klokwork id 2189Volker Lendecke2007-10-101-1/+3
| | | | (This used to be commit b6933c3043b73b68a30f57f681185a79c8e205c2)
* r19890: Fix klokwork ID 2188Volker Lendecke2007-10-101-1/+3
| | | | (This used to be commit 4d44388929f75d1480a8222a7cd2f575494a2b62)
* r19889: Fix klokwork ID 2187Volker Lendecke2007-10-101-0/+3
| | | | (This used to be commit 1bd660fb9139238229fc6a80566c03f473cad094)
* r19744: merge from samba4Stefan Metzmacher2007-10-103-52/+183
| | | | | metze (This used to be commit fe61e6ebf7d771ce6441198bf2e330d53bf7b10e)
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-108-110/+84
| | | | | metze (This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
* r19690: Remove this ancient module, I never realized it was ported over.Simo Sorce2007-10-101-486/+0
| | | | (This used to be commit 3ef6ef7cc89b6421b9e8ec301cbd55ccd09e4d20)
* r19688: Fix a deadcode warning by Coverity.Volker Lendecke2007-10-101-7/+5
| | | | | | | | Simo, I'm not sure this is the correct fix. So I'd like you to look at it and merge to 4 if appropriate. Volker (This used to be commit afd7f12124b02b594063535f93903a8a598a0587)
* r19491: backport changes from samba4Simo Sorce2007-10-105-17/+12
| | | | (This used to be commit aa464c9fda978f615230241921f83884a60f4c6f)
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2007-10-103-2/+13
| | | | | and significant speedups (This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
* r19185: merge comment from samba4Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 256b83820168d14df2b15a75d8681be5f418ddf8)
* r18866: Jeremy and Volker have given the go-ahead on the group mapping ldbAndrew Tridgell2007-10-1014-0/+7432
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)