| Commit message (Expand) | Author | Age | Files | Lines |
* | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2007-07-10 | 6 | -12/+6 |
* | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 2007-07-10 | 6 | -6/+6 |
* | r23367: check the "use mmap" option for ldb too | Andrew Tridgell | 2007-06-06 | 1 | -0/+5 |
* | r23338: merge from SAMBA_3_0: | Stefan Metzmacher | 2007-06-04 | 1 | -25/+2 |
* | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 2007-03-29 | 2 | -2/+2 |
* | r21312: merge from SAMBA_4_0: | Stefan Metzmacher | 2007-02-13 | 1 | -1/+1 |
* | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 2006-12-20 | 2 | -0/+3 |
* | r20054: Revert my changes, Simo promised to work on it :-) | Volker Lendecke | 2006-12-06 | 1 | -67/+42 |
* | r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static string | Volker Lendecke | 2006-12-06 | 1 | -3/+0 |
* | r20049: Reformatting | Volker Lendecke | 2006-12-06 | 1 | -39/+67 |
* | r19942: Fix Coverity id 333, a dereference before a NULL check. | Volker Lendecke | 2006-11-29 | 1 | -3/+6 |
* | r19917: Fix warnings | Volker Lendecke | 2006-11-27 | 5 | -21/+35 |
* | r19900: Fix klokwork ID 3148, 3149 | Volker Lendecke | 2006-11-25 | 1 | -0/+8 |
* | r19899: Fix some C++ warnings and klokwork ID 3147 | Volker Lendecke | 2006-11-25 | 1 | -7/+14 |
* | r19725: sync samba3's ldb with samba4 | Stefan Metzmacher | 2006-11-15 | 1 | -1/+1 |
* | r19430: merge recent ldb changes from Samba4. This includes memory leak fixes | Andrew Tridgell | 2006-10-21 | 5 | -54/+50 |
* | r19193: merge from samba4: | Stefan Metzmacher | 2006-10-09 | 1 | -1/+3 |
* | r19182: merge from samba4: | Stefan Metzmacher | 2006-10-09 | 1 | -1/+2 |
* | r19163: pass always a mem_ctx to functions and a ldb_context where needed | Stefan Metzmacher | 2006-10-07 | 1 | -1/+1 |
* | r19145: talloc_reference() can fail! | Stefan Metzmacher | 2006-10-06 | 1 | -1/+3 |
* | r19133: More C++ warnings -- Merge across? | Volker Lendecke | 2006-10-06 | 1 | -6/+12 |
* | r19071: Backport to SAMBA_3_0 as well | Simo Sorce | 2006-10-04 | 1 | -2/+2 |
* | r18939: don't rely on the umask being right in ldb creation. Both Samba3 and | Andrew Tridgell | 2006-09-27 | 1 | -1/+1 |
* | r18834: get the log context code right | Andrew Tridgell | 2006-09-23 | 1 | -2/+2 |
* | r18832: fixed standalone build | Andrew Tridgell | 2006-09-22 | 1 | -19/+19 |
* | r18831: minor build changes for samba3. The logging changes will be removed | Andrew Tridgell | 2006-09-22 | 2 | -2/+28 |
* | r18781: Move the usnCreated and usnChanged handling around again. | Andrew Bartlett | 2006-09-21 | 3 | -11/+53 |
* | r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface | Andrew Tridgell | 2006-09-13 | 2 | -5/+5 |
* | r18436: converted ldb to use talloc_move() instead of talloc_steal() when | Andrew Tridgell | 2006-09-13 | 2 | -5/+5 |
* | r17771: add a comment explaing the odd cast | Andrew Tridgell | 2006-08-24 | 1 | -0/+6 |
* | r17756: I don't know why but this only works with the standalone | Stefan Metzmacher | 2006-08-23 | 1 | -3/+3 |
* | r17748: make the casts much easier to understand | Stefan Metzmacher | 2006-08-23 | 1 | -3/+3 |
* | r17738: solving the seemingly trivial problem of timegm() being missing on | Andrew Tridgell | 2006-08-23 | 1 | -12/+2 |
* | r17724: don't rely on strnlen() as MacOSX 10.4 doesn't have it. Someday apple | Andrew Tridgell | 2006-08-22 | 1 | -2/+12 |
* | r17711: fix compiler warnings | Stefan Metzmacher | 2006-08-22 | 3 | -10/+9 |
* | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 2006-08-13 | 2 | -2/+2 |
* | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 2006-08-13 | 2 | -21/+12 |
* | r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done. | Simo Sorce | 2006-08-02 | 1 | -0/+15 |
* | r17350: Avoid a couple of memleaks, unnecessary code and use a more linear style | Simo Sorce | 2006-08-01 | 1 | -27/+12 |
* | r17349: We can't just return sucess here, modules below us expect the async | Andrew Bartlett | 2006-08-01 | 1 | -24/+31 |
* | r17304: Improve ldb_tdb error strings a bit more. | Andrew Bartlett | 2006-07-29 | 1 | -2/+23 |
* | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 2006-07-22 | 2 | -31/+31 |
* | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 2006-07-22 | 4 | -35/+35 |
* | r16937: Add const, to make it clear that it is invalid to talloc_free() the DN | Andrew Bartlett | 2006-07-11 | 1 | -7/+6 |
* | r16932: Consistanly use the macro for these DNs and attributes. | Andrew Bartlett | 2006-07-11 | 1 | -2/+2 |
* | r16916: Implement metze's proposed changes to the tdb logging API. | Andrew Bartlett | 2006-07-10 | 1 | -2/+5 |
* | r16774: This patch modifies the tdb API to allow the logging function to be used | Andrew Bartlett | 2006-07-03 | 3 | -6/+43 |
* | r16087: Fix silly cut-and-paste typo that cost me much of my afternoon... | Andrew Bartlett | 2006-06-08 | 1 | -1/+1 |
* | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 2006-06-07 | 1 | -21/+31 |
* | r15981: we need to initialize 'ret' before 'goto failed' | Stefan Metzmacher | 2006-05-31 | 1 | -5/+11 |