summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/modules
Commit message (Expand)AuthorAgeFilesLines
* r12995: Don't allow overrides on "name" from above, as it can't be correct.Andrew Bartlett2007-10-101-5/+5
* r12948: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r12942: this way is betterSimo Sorce2007-10-101-2/+1
* r12941: Add Attribute Scoped Search controlSimo Sorce2007-10-101-0/+220
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-108-28/+9
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-107-53/+53
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-107-5/+582
* r12717: Always compile the skel module, so we know when we break it.Andrew Bartlett2007-10-101-28/+19
* r12716: Tridge points out that the request argument to ldb_next_request mustAndrew Bartlett2007-10-101-17/+29
* r12658: Couple of fixes related to shared module builds.Jelmer Vernooij2007-10-105-20/+0
* r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett2007-10-101-0/+313
* r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell2007-10-101-1/+1
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-102-24/+30
* r11567: Ldb API change patch.Simo Sorce2007-10-105-164/+291
* r10954: added support for canonicalName in the operational module, using theAndrew Tridgell2007-10-101-32/+80
* r10918: - fixed standalone ldb buildAndrew Tridgell2007-10-102-222/+4
* r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell2007-10-101-3/+8
* r10916: - finished the 'operational' ldb moduleAndrew Tridgell2007-10-102-11/+98
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-105-76/+267
* r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell2007-10-104-126/+4
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-105-61/+13
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-105-14/+46
* r10305: start implementing better error handlingSimo Sorce2007-10-105-157/+62
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-105-76/+76
* r9948: Be a bit less verboseJelmer Vernooij2007-10-101-1/+1
* r9918: Fix two copy-n-paste bugs that were preventing the modificationJelmer Vernooij2007-10-102-3/+3
* r9915: Some more mappings. Fix weird sAMAccountName values.Jelmer Vernooij2007-10-101-4/+32
* r9912: Fix another bug in ldb_map.Jelmer Vernooij2007-10-102-72/+97
* r9908: Generate posixUser and posixGroup as wellJelmer Vernooij2007-10-101-55/+61
* r9899: Be more conservative about what is sent to the remote server in ldb_map.Jelmer Vernooij2007-10-102-167/+350
* r9881: I can't believe this can make a difference...Tim Potter2007-10-101-2/+2
* r9880: Convert remaining initialisers to more portable form. This shouldTim Potter2007-10-101-6/+10
* r9879: A quick check to see if nested initialisers (?) is portable across theTim Potter2007-10-101-1/+5
* r9857: Fix rename/delete issuesJelmer Vernooij2007-10-101-11/+24
* r9854: Finish ldb_map testsuiteJelmer Vernooij2007-10-101-13/+12
* r9842: More error checks in the ldb_map modules, extend testsuiteJelmer Vernooij2007-10-101-44/+99
* r9835: Make ldb_map compile in the stand-alone LDB buildJelmer Vernooij2007-10-102-43/+46
* r9789: Patch from Volker that fixes the build on AIX.Jelmer Vernooij2007-10-101-21/+32
* r9786: Move ldb_map into ldb/modules/Jelmer Vernooij2007-10-102-0/+1259
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-104-84/+69
* r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett2007-10-101-1/+26
* r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett2007-10-101-220/+0
* r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett2007-10-102-21/+292
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2007-10-101-0/+220
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-103-18/+36
* r6937: some minor fixes and updatesStefan Metzmacher2007-10-101-13/+15
* r6935: don't do three things at a time :-)Simo Sorce2007-10-101-2/+2
* r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...Simo Sorce2007-10-101-6/+20
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-103-22/+1
* r6360: Quieten unused variable warning.Tim Potter2007-10-101-1/+1