summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 5913.Volker Lendecke2009-01-021-1/+1
| | | | | Never seen this to be a problem, but it doesn't hurt either :-) (cherry picked from commit 8f2d5137852fd3f2a376a7fa71f1a5c8b947bd37)
* s3:lib/ldb: Don't return already freed pointer on error.Stefan Metzmacher2008-09-291-0/+1
| | | | | | | metze Signed-off-by: Karolin Seeger <kseeger@samba.org> (cherry picked from commit 508cd214ef9abf0d69fbc7f5408d004162092b39)
* Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-09-151-14/+10
| | | | | | (cherry picked from commit 8cb07814bc6627fc8eba228eafd13336e3ca3758) (cherry picked from commit 7d85b8d076d6b5b1773c44cd527e016b5d319da5) (cherry picked from commit 0cd12f2d0e484786f4efa46efcf57dd66a295c1c)
* ldb: Fix permissions of new ldg files.Karolin Seeger2008-08-271-1/+1
| | | | | | | | | This one fixes together with 2eaf4ed62 bug #5715 and CVE-2008-3789. Thanks to Steve Langasek <vorlon@debian.org> for reporting! Karolin (cherry picked from commit b666d0a4b597218f5f5020bf36d80d84dcbf7259)
* Fix typo.Karolin Seeger2008-07-141-1/+1
| | | | | | retieve -> retrieve Karolin
* init_shared_module -> init_samba_moduleVolker Lendecke2008-06-231-2/+2
|
* Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2008-06-211-2/+4
|
* Fix a handle leak for error returns in ldb_try_load_dsoVolker Lendecke2008-06-131-1/+7
| | | | | Coverity ID 464 (cherry picked from commit 496d44d2f21661c85bf07e8eb7cae6298fefd900)
* Fix Coverity ID 472Volker Lendecke2008-03-231-6/+4
| | | | | | Simo, S4 also has this code. You might want to cherry-pick. Volker
* Fix Coverity ID 473Volker Lendecke2008-03-211-1/+1
| | | | Simo, S4 also has this bug, you might want to merge the fix.
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
| | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy.
* Fix bug 5055Volker Lendecke2007-11-261-1/+1
|
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
|
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-104-8/+8
| | | | not GNU Library General Public License
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-104-12/+4
|
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-1048-97/+48
|
* r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell2007-10-104-20/+12
|
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-1049-49/+49
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-105-10/+5
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-103-3/+3
| | | | Jeremy.
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-105-5/+5
| | | | Jeremy.
* r23367: check the "use mmap" option for ldb tooAndrew Tridgell2007-10-102-0/+10
|
* r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticedStefan Metzmacher2007-10-101-25/+2
| | | | | | | | | | it via a SIGBUS... I missed to remove the samba3 specifc code path to tdb_open_ex() when I synced lib/tdb/ with samba4. The explicit cast in on tdb_open_ex() dropped the compiler warning :-( metze
* r22229: discard_const_p is in lib/replace nowStefan Metzmacher2007-10-101-4/+0
| | | | metze
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-102-2/+2
| | | | | | and fix all compiler warnings in the users metze
* r21312: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-1/+1
| | | | | | fix memory hierachy, and access to already freed memory metze
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-105-0/+11
| | | | more no previous prototype warnings
* r20054: Revert my changes, Simo promised to work on it :-)Volker Lendecke2007-10-101-67/+42
|
* r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static stringVolker Lendecke2007-10-101-3/+0
|
* r20049: ReformattingVolker Lendecke2007-10-101-39/+67
|
* r20046: Add ldb_search_exp_fmt and port comment to 4Volker Lendecke2007-10-101-0/+10
|
* r20036: Merge ldb_search_exp_fmt -- Thanks simoVolker Lendecke2007-10-101-0/+39
|
* r19942: Fix Coverity id 333, a dereference before a NULL check.Volker Lendecke2007-10-101-3/+6
| | | | | | | Metze, you wanted to port talloc_get_type_abort() to 4. Should I just use it in 3-ldb? Volker
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2007-10-105-7/+7
| | | | metze
* r19917: Fix warningsVolker Lendecke2007-10-108-26/+44
|
* r19900: Fix klokwork ID 3148, 3149Volker Lendecke2007-10-101-0/+8
|
* r19899: Fix some C++ warnings and klokwork ID 3147Volker Lendecke2007-10-101-7/+14
|
* r19898: Fix klokwork ids 3127, 3128, 3129, 3130Volker Lendecke2007-10-101-2/+9
|
* r19896: Fix klokwork id 2279Volker Lendecke2007-10-101-1/+5
|
* r19895: Fix klokwork id 2278Volker Lendecke2007-10-101-1/+4
|
* r19894: Fix klokwork id 2192Volker Lendecke2007-10-101-2/+4
|
* r19893: Fix klokwork id 2191Volker Lendecke2007-10-101-1/+4
|
* r19892: Fix klokwork id 2190Volker Lendecke2007-10-101-1/+4
|
* r19891: Fix klokwork id 2189Volker Lendecke2007-10-101-1/+3
|
* r19890: Fix klokwork ID 2188Volker Lendecke2007-10-101-1/+3
|
* r19889: Fix klokwork ID 2187Volker Lendecke2007-10-101-0/+3
|
* r19744: merge from samba4Stefan Metzmacher2007-10-105-53/+198
| | | | metze
* r19741: fix compiler warningsStefan Metzmacher2007-10-101-4/+8
| | | | metze
* r19739: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | metze
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-1031-628/+1810
| | | | metze