summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-106-12/+6
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-106-6/+6
* r23367: check the "use mmap" option for ldb tooAndrew Tridgell2007-06-061-0/+5
* r23338: merge from SAMBA_3_0:Stefan Metzmacher2007-06-041-25/+2
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-03-292-2/+2
* r21312: merge from SAMBA_4_0:Stefan Metzmacher2007-02-131-1/+1
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2006-12-202-0/+3
* r20054: Revert my changes, Simo promised to work on it :-)Volker Lendecke2006-12-061-67/+42
* r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static stringVolker Lendecke2006-12-061-3/+0
* r20049: ReformattingVolker Lendecke2006-12-061-39/+67
* r19942: Fix Coverity id 333, a dereference before a NULL check.Volker Lendecke2006-11-291-3/+6
* r19917: Fix warningsVolker Lendecke2006-11-275-21/+35
* r19900: Fix klokwork ID 3148, 3149Volker Lendecke2006-11-251-0/+8
* r19899: Fix some C++ warnings and klokwork ID 3147Volker Lendecke2006-11-251-7/+14
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2006-11-151-1/+1
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-215-54/+50
* r19193: merge from samba4:Stefan Metzmacher2006-10-091-1/+3
* r19182: merge from samba4:Stefan Metzmacher2006-10-091-1/+2
* r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher2006-10-071-1/+1
* r19145: talloc_reference() can fail!Stefan Metzmacher2006-10-061-1/+3
* r19133: More C++ warnings -- Merge across?Volker Lendecke2006-10-061-6/+12
* r19071: Backport to SAMBA_3_0 as wellSimo Sorce2006-10-041-2/+2
* r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell2006-09-271-1/+1
* r18834: get the log context code rightAndrew Tridgell2006-09-231-2/+2
* r18832: fixed standalone buildAndrew Tridgell2006-09-221-19/+19
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2006-09-222-2/+28
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2006-09-213-11/+53
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2006-09-132-5/+5
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2006-09-132-5/+5
* r17771: add a comment explaing the odd castAndrew Tridgell2006-08-241-0/+6
* r17756: I don't know why but this only works with the standaloneStefan Metzmacher2006-08-231-3/+3
* r17748: make the casts much easier to understandStefan Metzmacher2006-08-231-3/+3
* r17738: solving the seemingly trivial problem of timegm() being missing onAndrew Tridgell2006-08-231-12/+2
* r17724: don't rely on strnlen() as MacOSX 10.4 doesn't have it. Someday appleAndrew Tridgell2006-08-221-2/+12
* r17711: fix compiler warningsStefan Metzmacher2006-08-223-10/+9
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2006-08-132-2/+2
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2006-08-132-21/+12
* r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done.Simo Sorce2006-08-021-0/+15
* r17350: Avoid a couple of memleaks, unnecessary code and use a more linear styleSimo Sorce2006-08-011-27/+12
* r17349: We can't just return sucess here, modules below us expect the asyncAndrew Bartlett2006-08-011-24/+31
* r17304: Improve ldb_tdb error strings a bit more.Andrew Bartlett2006-07-291-2/+23
* r17186: "async" word abuse clean-up part 2Simo Sorce2006-07-222-31/+31
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2006-07-224-35/+35
* r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett2006-07-111-7/+6
* r16932: Consistanly use the macro for these DNs and attributes.Andrew Bartlett2006-07-111-2/+2
* r16916: Implement metze's proposed changes to the tdb logging API. Andrew Bartlett2006-07-101-2/+5
* r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett2006-07-033-6/+43
* r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett2006-06-081-1/+1
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2006-06-071-21/+31
* r15981: we need to initialize 'ret' before 'goto failed'Stefan Metzmacher2006-05-311-5/+11