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