summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/ldb_map.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-1/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+2
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell1-20/+26
2007-10-10r11567: Ldb API change patch.Simo Sorce1-65/+133
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-18/+19
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell1-19/+1
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-29/+8
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-3/+9
2007-10-10r10305: start implementing better error handlingSimo Sorce1-23/+4
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-14/+14
2007-10-10r9948: Be a bit less verboseJelmer Vernooij1-1/+1
2007-10-10r9915: Some more mappings. Fix weird sAMAccountName values.Jelmer Vernooij1-4/+32
2007-10-10r9912: Fix another bug in ldb_map.Jelmer Vernooij1-72/+93
2007-10-10r9908: Generate posixUser and posixGroup as wellJelmer Vernooij1-55/+61
2007-10-10r9899: Be more conservative about what is sent to the remote server in ldb_map.Jelmer Vernooij1-166/+341
2007-10-10r9881: I can't believe this can make a difference...Tim Potter1-2/+2
2007-10-10r9880: Convert remaining initialisers to more portable form. This shouldTim Potter1-6/+10
2007-10-10r9879: A quick check to see if nested initialisers (?) is portable across theTim Potter1-1/+5
2007-10-10r9857: Fix rename/delete issuesJelmer Vernooij1-11/+24
2007-10-10r9854: Finish ldb_map testsuiteJelmer Vernooij1-13/+12
2007-10-10r9842: More error checks in the ldb_map modules, extend testsuiteJelmer Vernooij1-44/+99
2007-10-10r9835: Make ldb_map compile in the stand-alone LDB buildJelmer Vernooij1-39/+42
2007-10-10r9789: Patch from Volker that fixes the build on AIX.Jelmer Vernooij1-21/+32
2007-10-10r9786: Move ldb_map into ldb/modules/Jelmer Vernooij1-0/+1151