summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3323: more warning reductionsAndrew Tridgell1-1/+3
2007-10-10r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, andAndrew Tridgell1-0/+2
2007-10-10r3095: - fix a free'ing of msg.dnStefan Metzmacher3-8/+8
2007-10-10r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher9-13/+271
2007-10-10r3092: prepare for build inside sambaStefan Metzmacher1-4/+4
2007-10-10r3089: fix memleakStefan Metzmacher1-0/+1
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2-4/+4
2007-10-10r2726: added a -r option to ldbdel to allow easy delete of a wholeAndrew Tridgell1-3/+39
2007-10-10r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell1-2/+2
2007-10-10r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell1-8/+10
2007-10-10r2713: better handling of binary values in index key creationAndrew Tridgell1-1/+1
2007-10-10r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell1-2/+4
2007-10-10r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij1-2/+3
2007-10-10r2556: fixed the -s one bug that jelmer pointed outAndrew Tridgell1-1/+1
2007-10-10r2554: added a test for a bug that jelmer pointed out (handling of -s one)Andrew Tridgell1-0/+7
2007-10-10r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...Andrew Tridgell1-18/+11
2007-10-10r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2-3/+88
2007-10-10r2484: allow ldb to build standalone againAndrew Tridgell1-0/+7
2007-10-10r2381: added a -v debugging option to ldbeditAndrew Tridgell1-1/+31
2007-10-10r2192: removed an erroneous free() call on an error pathAndrew Tridgell1-1/+0
2007-10-10r2089: fix standalone build with LDAP, this needs -llber tooStefan Metzmacher1-1/+1
2007-10-10r2087: the ldb tools really don't need LIBSMB!Stefan Metzmacher1-5/+5
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett3-1/+5
2007-10-10r1901: add missing include of <fnmatch.h>Stefan Metzmacher1-0/+1
2007-10-10r1749: added some random stuff that captures some discussions volker and IAndrew Tridgell1-0/+22
2007-10-10r1511: fixed a free() that should be ldb_free()Andrew Tridgell1-1/+1
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter10-46/+56
2007-10-10r1268: varient -> variantTim Potter1-1/+1
2007-10-10r1055: Standalone build fixes for ldb:Tim Potter2-4/+5
2007-10-10r1052: Remove autogenerated file.Tim Potter1-165/+0
2007-10-10r1018: fix a const and unsigned int problem in ldbAndrew Tridgell2-3/+3
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2-5/+5
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-0/+22
2007-10-10r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell1-7/+6
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell12-39/+80
2007-10-10r791: added ldb man page build to ldb makefileAndrew Tridgell1-2/+5
2007-10-10r790: started working on some documentation (manual pages) for ldbAndrew Tridgell3-0/+309
2007-10-10r728: - let libldb_tdb depend on new subsystem LIBTDBStefan Metzmacher1-0/+2
2007-10-10r714: make sure ldb formats are portable between big/little endian machinesAndrew Tridgell2-16/+24
2007-10-10r711: don't hide attributes inside the special ldb_tdb records (so the factAndrew Tridgell1-1/+1
2007-10-10r697: make use of SMB_EXT_LIB for LDAP and KRB5Stefan Metzmacher1-1/+4
2007-10-10r690: - ignore source/tagsStefan Metzmacher2-0/+17
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher2-42/+104
2007-10-10r609: allow ldbedit to take a list of attributes to edit, just likeAndrew Tridgell1-2/+9
2007-10-10r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell3-0/+6
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell1-14/+22
2007-10-10r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2-8/+13
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell13-37/+111
2007-10-10r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell13-10/+154
2007-10-10r509: fixed a memory handling bug that affects ldb with memory pools thatAndrew Tridgell1-1/+6