summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2009-06-12s3: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger1-1/+1
2009-04-23samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:Jelmer Vernooij2-17/+40
2009-04-23ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij1-1/+1
2009-01-23s3 ldb: Fix vasprintf segfault that has been the source of build machine fail...Tim Prouty1-5/+8
2009-01-21Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij1-3/+3
2009-01-21Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij2-12/+12
2008-09-25s3:lib/ldb: Don't return already freed pointer on error.Stefan Metzmacher1-0/+1
2008-08-27ldb: Fix permissions of new ldg files.Karolin Seeger1-1/+1
2008-07-14Fix typo.Karolin Seeger1-1/+1
2008-06-23init_shared_module -> init_samba_moduleVolker Lendecke1-2/+2
2008-06-21Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke1-2/+4
2008-06-13Fix a handle leak for error returns in ldb_try_load_dsoVolker Lendecke1-1/+7
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-11-26Fix bug 5055Volker Lendecke1-1/+1
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell13-27/+13
2007-10-10r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell12-12/+12
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2-0/+6
2007-10-10r20036: Merge ldb_search_exp_fmt -- Thanks simoVolker Lendecke1-0/+39
2007-10-10r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher1-1/+1
2007-10-10r19917: Fix warningsVolker Lendecke1-1/+1
2007-10-10r19898: Fix klokwork ids 3127, 3128, 3129, 3130Volker Lendecke1-2/+9
2007-10-10r19744: merge from samba4Stefan Metzmacher1-1/+13
2007-10-10r19741: fix compiler warningsStefan Metzmacher1-4/+8
2007-10-10r19739: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r19725: sync samba3's ldb with samba4Stefan Metzmacher5-54/+123
2007-10-10r19692: Another fix.Simo Sorce1-1/+0
2007-10-10r19491: backport changes from samba4Simo Sorce2-16/+26
2007-10-10r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not sur...Volker Lendecke1-1/+3
2007-10-10r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell5-10/+44
2007-10-10r19191: merge from samba4:Stefan Metzmacher2-1/+2
2007-10-10r19190: merge from samba4:Stefan Metzmacher1-6/+1
2007-10-10r19183: merge from samba4:Stefan Metzmacher1-3/+13
2007-10-10r19182: merge from samba4:Stefan Metzmacher1-0/+11
2007-10-10r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher3-16/+19
2007-10-10r19137: that looks nicer:-)Stefan Metzmacher2-2/+2
2007-10-10r19135: fix bugs...Stefan Metzmacher1-5/+4
2007-10-10r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke6-14/+19
2007-10-10r19079: talloc_array can failVolker Lendecke1-0/+1
2007-10-10r19076: ldb_dn_copy_partial can failVolker Lendecke1-0/+1
2007-10-10r19075: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to 4_0...Volker Lendecke1-1/+1
2007-10-10r19067: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell1-1/+3
2007-10-10r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell1-0/+5
2007-10-10r18901: try to fix the samba3 build without having ldapStefan Metzmacher1-2/+2
2007-10-10r18900: Next attempt to fix the Solaris build. Not sure about whether to merg...Volker Lendecke1-1/+1
2007-10-10r18889: Add some const. What's the policy here? Should I do this in Samba4 as...Volker Lendecke1-5/+5
2007-10-10r18866: Jeremy and Volker have given the go-ahead on the group mapping ldbAndrew Tridgell13-0/+6560