summaryrefslogtreecommitdiff
path: root/source3/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* Fix builds with external tdbSimo Sorce2009-11-261-6/+0
* s3-ldb: update dlinklist.h to match main copy (lib/util/dlinklist.h)Michael Adam2009-08-281-6/+9
* LDB_ERR_INVALID_DN_SYNTAX doesn't exist ...Andrew Tridgell2009-07-021-1/+1
* Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin2009-06-181-0/+1
* Fix syntax error in lib/ldb/ldb_sqlite3/base160.cSlava Semushin2009-06-181-1/+1
* s3: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-122-1/+2
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-162-76/+282
* samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:Jelmer Vernooij2009-04-232-17/+40
* ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij2009-04-238-9/+14
* s3 ldb: Fix vasprintf segfault that has been the source of build machine fail...Tim Prouty2009-01-231-5/+8
* 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-219-86/+16
* Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij2009-01-2110-53/+47
* Fix bug 5913.Volker Lendecke2009-01-011-1/+1
* Remove two pointless globalsVolker Lendecke2009-01-012-13/+12
* Fix merged build .Jelmer Vernooij2008-10-141-32/+0
* s3:lib/ldb: Don't return already freed pointer on error.Stefan Metzmacher2008-09-251-0/+1
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-1/+1
* Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-09-141-14/+10
* ldb: Fix permissions of new ldg files.Karolin Seeger2008-08-271-1/+1
* Fix typo.Karolin Seeger2008-07-141-1/+1
* 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
* Fix Coverity ID 472Volker Lendecke2008-03-231-6/+4
* Fix Coverity ID 473Volker Lendecke2008-03-211-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* 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
* 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
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-105-5/+5
* 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
* r22229: discard_const_p is in lib/replace nowStefan Metzmacher2007-10-101-4/+0
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-102-2/+2
* r21312: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-1/+1
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-105-0/+11
* 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
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2007-10-105-7/+7