summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/ldb_map.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-5/+5
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-18/+76
2007-10-10r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett1-9/+12
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-72/+44
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij1-2/+2
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-1/+1
2007-10-10r19299: Fix possible memleaksSimo Sorce1-0/+2
2007-10-10r18495: More work on the LDAP backend (which now passes a lot of our tests!)Andrew Bartlett1-3/+35
2007-10-10r17698: The original code assumed that &data->context was a valid tallocAndrew Bartlett1-12/+20
2007-10-10r17596: apply patch from MartinSimo Sorce1-4/+4
2007-10-10r17542: In using ldb_map, I ran across some very odd behaviours when we searchAndrew Bartlett1-0/+21
2007-10-10r17525: This is a merge from the Google Summer of Code 2006 project by Martin...Andrew Bartlett1-1201/+1009
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-1/+1
2007-10-10r16090: Fix standalone build after the rename of enum ldb_request_type inTim Potter1-9/+9
2007-10-10r14436: mixing of boolean expressions and integers isn't allowedAndrew Tridgell1-3/+3
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