summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix very old bug in ASQSimo Sorce2008-10-141-2/+2
* LDB ASYNC: core modulesSimo Sorce2008-09-296-1251/+791
* Revert LDB return code patches from Matthias.Jelmer Vernooij2008-09-253-4/+4
* Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer2008-09-243-4/+4
* All these syntaxes are now handled by the schema.Andrew Bartlett2008-08-211-6/+0
* Fix rdn_name errors.Andrew Bartlett2008-02-281-1/+2
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-1/+1
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-1/+1
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-207-46/+7
* r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce2007-12-245-72/+90
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-5/+8
* r24259: Rework the objectclass module to use the new schema, rather than theAndrew Bartlett2007-10-101-692/+0
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-108-16/+8
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-108-8/+8
* r23703: Start to get Samba4 to again work with LDAP backends, after I turnedAndrew Bartlett2007-10-101-1/+2
* r23557: Ensure that we don't reorder the objectClass list, if we don't haveAndrew Bartlett2007-10-101-2/+2
* r22762: Some ldb_map changes:Jelmer Vernooij2007-10-105-3686/+0
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-1012-48/+42
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-10-103-3/+3
* r21354: fix commentStefan Metzmacher2007-10-101-1/+1
* r21305: Change the skel module a little, so make it names clearer.Andrew Bartlett2007-10-101-6/+7
* r20772: fix segfault caused by ldb_set_default_dns() from init_context hook o...Stefan Metzmacher2007-10-101-0/+3
* r20670: Make the logic more clearSimo Sorce2007-10-101-16/+22
* r20669: Simplifing moreSimo Sorce2007-10-101-88/+56
* r20656: This way the process flow should be much more readable.Simo Sorce2007-10-101-104/+131
* r20459: LDB map cleanup:Andrew Bartlett2007-10-101-16/+17
* r20198: let the IBM checker ignore the warning about a missing breakStefan Metzmacher2007-10-101-1/+2
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2007-10-103-10/+16
* r19904: port fies from samba3Simo Sorce2007-10-101-1/+15
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-104-9/+9
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-105-31/+89
* r19743: merge from samba3:Stefan Metzmacher2007-10-101-488/+0
* r19733: More work to fix ldb_map. With the wildcard present,Andrew Bartlett2007-10-101-6/+2
* r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett2007-10-103-51/+186
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-105-100/+78
* r19521: Fix memory leak.Andrew Bartlett2007-10-101-0/+1
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-2/+2
* r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2007-10-105-17/+12
* r19452: Warn but don't die if registering against the rootdse is not possibleSimo Sorce2007-10-103-8/+3
* r19370: Handle errors if talloc_reference failsSimo Sorce2007-10-101-2/+7
* r19332: ldb_parse_tree leaksSimo Sorce2007-10-101-1/+1
* r19312: This should fix a nasty bug with values and names being freed before ...Simo Sorce2007-10-101-1/+5
* r19299: Fix possible memleaksSimo Sorce2007-10-101-0/+2
* r19129: Add comment to clarify behaviorSimo Sorce2007-10-101-0/+4
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-101-127/+0
* r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett2007-10-101-27/+57
* r18591: Better defaults for share creationSimo Sorce2007-10-101-6/+13
* r18504: Handle mappings for RENAME and KEEP attributes better. We don't needAndrew Bartlett2007-10-101-44/+66