summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell1-0/+43
2007-10-10r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett1-1/+1
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2-2/+2
2007-10-10r13507: the 'data' element of LDAP controls is optional.Stefan Metzmacher3-0/+9
2007-10-10r13360: Fix crash bug when 0 results are returned on the internal base searchSimo Sorce1-1/+11
2007-10-10r13354: Add tests to check that controls work properlySimo Sorce1-1/+21
2007-10-10r12995: Don't allow overrides on "name" from above, as it can't be correct.Andrew Bartlett1-5/+5
2007-10-10r12948: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r12942: this way is betterSimo Sorce1-2/+1
2007-10-10r12941: Add Attribute Scoped Search controlSimo Sorce1-0/+220
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher8-28/+9
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce7-53/+53
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce7-5/+582
2007-10-10r12717: Always compile the skel module, so we know when we break it.Andrew Bartlett1-28/+19
2007-10-10r12716: Tridge points out that the request argument to ldb_next_request mustAndrew Bartlett1-17/+29
2007-10-10r12658: Couple of fixes related to shared module builds.Jelmer Vernooij5-20/+0
2007-10-10r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett1-0/+313
2007-10-10r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell1-1/+1
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2-24/+30
2007-10-10r11567: Ldb API change patch.Simo Sorce5-164/+291
2007-10-10r10954: added support for canonicalName in the operational module, using theAndrew Tridgell1-32/+80
2007-10-10r10918: - fixed standalone ldb buildAndrew Tridgell2-222/+4
2007-10-10r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell1-3/+8
2007-10-10r10916: - finished the 'operational' ldb moduleAndrew Tridgell2-11/+98
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell5-76/+267
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell4-126/+4
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell5-61/+13
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce5-14/+46
2007-10-10r10305: start implementing better error handlingSimo Sorce5-157/+62
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce5-76/+76
2007-10-10r9948: Be a bit less verboseJelmer Vernooij1-1/+1
2007-10-10r9918: Fix two copy-n-paste bugs that were preventing the modificationJelmer Vernooij2-3/+3
2007-10-10r9915: Some more mappings. Fix weird sAMAccountName values.Jelmer Vernooij1-4/+32
2007-10-10r9912: Fix another bug in ldb_map.Jelmer Vernooij2-72/+97
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 Vernooij2-167/+350
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 Vernooij2-43/+46
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 Vernooij2-0/+1259
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce4-84/+69
2007-10-10r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett1-1/+26
2007-10-10r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett1-220/+0
2007-10-10r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett2-21/+292
2007-10-10r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett1-0/+220