Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6087: - remove the dlopen code for now (before it goes back, it needs to be | Andrew Tridgell | 1 | -44/+1 |
2007-10-10 | r6086: default to stderr for error messages in ldb, so we get errors in ldb_c... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5670: simplify and clarify ldb_modules.c code | Simo Sorce | 1 | -135/+147 |
2007-10-10 | r5665: the data within el2->values can still be used at this point, so don't ... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5664: simo, please look into this. It is possible for the number of elements | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r5585: LDB interfaces change: | Simo Sorce | 2 | -39/+75 |
2007-10-10 | r5357: added ldb_msg_add_fmt(), for creating formatted ldb record values | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r5092: Add a bit more const - moving it further into the LDB layer. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 4 | -23/+23 |
2007-10-10 | r4678: Add some const to LDB. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r4505: Add a first very basic schema module | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r4477: expanded the test suite to increase code coverage a lot | Andrew Tridgell | 1 | -51/+0 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 6 | -326/+110 |
2007-10-10 | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 1 | -997/+0 |
2007-10-10 | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 1 | -0/+997 |
2007-10-10 | r4427: - added ldb_msg_*() functions for sorting, comparing and copying messages | Andrew Tridgell | 1 | -0/+134 |
2007-10-10 | r4059: moved the ldb -o option parsing to a common routine | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r4010: fixed parsing of null attributes in the ldb ldif parser | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r3897: add a locking infrastructure | Simo Sorce | 1 | -0/+16 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 9 | -5/+48 |
2007-10-10 | r3782: use ldb_ namespace | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3757: Some fixes for ldb_ldap | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r3755: add missing files | Simo Sorce | 1 | -0/+265 |
2007-10-10 | r3754: merge in ldb modules support from the tmp branch ldbPlugins | Simo Sorce | 1 | -31/+25 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r3093: - implment ldb_rename() and ldbrename | Stefan Metzmacher | 1 | -0/+11 |
2007-10-10 | r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(), | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new | Andrew Bartlett | 3 | -1/+5 |
2007-10-10 | r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int | Tim Potter | 3 | -8/+8 |
2007-10-10 | r1018: fix a const and unsigned int problem in ldb | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r792: - changed the ldb ldif_* functions to be in the ldb_ namespace | Andrew Tridgell | 2 | -14/+15 |
2007-10-10 | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 1 | -14/+22 |
2007-10-10 | r574: - another attempt at const cleanliness in ldb | Andrew Tridgell | 3 | -9/+58 |
2007-10-10 | r513: added a generic ldb debug system to allow the Samba debug functions to | Andrew Tridgell | 3 | -8/+110 |
2007-10-10 | r502: modified ldb to allow the use of an external pool memory | Andrew Tridgell | 6 | -210/+284 |
2007-10-10 | r490: - expanded the test suite to test modify and delete operations | Andrew Tridgell | 2 | -3/+4 |
2007-10-10 | r456: - added -i option to ldbsearch | Andrew Tridgell | 2 | -3/+6 |
2007-10-10 | r454: allow a non-URL form of a filename to be used in ldb_connect(). This | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r442: fixed some uninitialised variables pointed out by gcc -O3 | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r435: a major upgrade for ldb | Andrew Tridgell | 3 | -14/+174 |
2007-10-10 | r387: more C++ friendly changes | Andrew Tridgell | 2 | -29/+29 |
2007-10-10 | r382: More C++ friendliness fixes. | Tim Potter | 1 | -5/+5 |
2007-10-10 | r381: make the code more C++ friendly | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r158: cope with or without LDAP in samba build of ldb | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 4 | -5/+158 |
2007-10-10 | r141: A number of changes to get things working on FreeBSD and reduce the bre... | Richard Sharpe | 1 | -0/+2 |
2004-04-03 | added the rest of the ldb_modify() code, which required a fairly large | Andrew Tridgell | 1 | -43/+190 |
2004-03-31 | make a more recent snapshot of ldb available to interested | Andrew Tridgell | 4 | -0/+1167 |