summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2-17/+3
2007-10-10r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell1-44/+1
2007-10-10r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...Andrew Tridgell1-1/+1
2007-10-10r5670: simplify and clarify ldb_modules.c codeSimo Sorce1-135/+147
2007-10-10r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell1-1/+0
2007-10-10r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell1-1/+3
2007-10-10r5585: LDB interfaces change:Simo Sorce2-39/+75
2007-10-10r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell1-0/+22
2007-10-10r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett1-2/+2
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce4-23/+23
2007-10-10r4678: Add some const to LDB.Andrew Bartlett1-1/+1
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce1-2/+2
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell1-51/+0
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell6-326/+110
2007-10-10r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell1-997/+0
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell1-0/+997
2007-10-10r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell1-0/+134
2007-10-10r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell1-0/+20
2007-10-10r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell1-2/+6
2007-10-10r3897: add a locking infrastructureSimo Sorce1-0/+16
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher9-5/+48
2007-10-10r3782: use ldb_ namespaceStefan Metzmacher1-1/+1
2007-10-10r3757: Some fixes for ldb_ldapSimo Sorce1-1/+1
2007-10-10r3755: add missing filesSimo Sorce1-0/+265
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-31/+25
2007-10-10r3449: more include file reductionAndrew Tridgell3-0/+3
2007-10-10r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher1-0/+11
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell1-2/+2
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett3-1/+5
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter3-8/+8
2007-10-10r1018: fix a const and unsigned int problem in ldbAndrew Tridgell1-2/+2
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-3/+3
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-0/+22
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2-14/+15
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell1-14/+22
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell3-9/+58
2007-10-10r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell3-8/+110
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell6-210/+284
2007-10-10r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell2-3/+4
2007-10-10r456: - added -i option to ldbsearchAndrew Tridgell2-3/+6
2007-10-10r454: allow a non-URL form of a filename to be used in ldb_connect(). ThisAndrew Tridgell1-1/+2
2007-10-10r442: fixed some uninitialised variables pointed out by gcc -O3Andrew Tridgell1-2/+1
2007-10-10r435: a major upgrade for ldbAndrew Tridgell3-14/+174
2007-10-10r387: more C++ friendly changesAndrew Tridgell2-29/+29
2007-10-10r382: More C++ friendliness fixes.Tim Potter1-5/+5
2007-10-10r381: make the code more C++ friendlyAndrew Tridgell1-1/+1
2007-10-10r158: cope with or without LDAP in samba build of ldbAndrew Tridgell1-2/+2
2007-10-10r152: a quick airport commit ....Andrew Tridgell4-5/+158
2007-10-10r141: A number of changes to get things working on FreeBSD and reduce the bre...Richard Sharpe1-0/+2
2004-04-03added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell1-43/+190