summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-1/+1
2008-10-14Fix very old bug in ASQSimo Sorce1-2/+2
2008-09-29LDB ASYNC: core modulesSimo Sorce6-1251/+791
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij3-4/+4
2008-09-24Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer3-4/+4
2008-08-21All these syntaxes are now handled by the schema.Andrew Bartlett1-6/+0
2008-02-28Fix rdn_name errors.Andrew Bartlett1-1/+2
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij7-46/+7
2007-12-24r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce5-72/+90
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-5/+8
2007-10-10r24259: Rework the objectclass module to use the new schema, rather than theAndrew Bartlett1-692/+0
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell8-16/+8
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell8-8/+8
2007-10-10r23703: Start to get Samba4 to again work with LDAP backends, after I turnedAndrew Bartlett1-1/+2
2007-10-10r23557: Ensure that we don't reorder the objectClass list, if we don't haveAndrew Bartlett1-2/+2
2007-10-10r22762: Some ldb_map changes:Jelmer Vernooij5-3686/+0
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij12-48/+42
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett3-3/+3
2007-10-10r21354: fix commentStefan Metzmacher1-1/+1
2007-10-10r21305: Change the skel module a little, so make it names clearer.Andrew Bartlett1-6/+7
2007-10-10r20772: fix segfault caused by ldb_set_default_dns() from init_context hook o...Stefan Metzmacher1-0/+3
2007-10-10r20670: Make the logic more clearSimo Sorce1-16/+22
2007-10-10r20669: Simplifing moreSimo Sorce1-88/+56
2007-10-10r20656: This way the process flow should be much more readable.Simo Sorce1-104/+131
2007-10-10r20459: LDB map cleanup:Andrew Bartlett1-16/+17
2007-10-10r20198: let the IBM checker ignore the warning about a missing breakStefan Metzmacher1-1/+2
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher3-10/+16
2007-10-10r19904: port fies from samba3Simo Sorce1-1/+15
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce4-9/+9
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce5-31/+89
2007-10-10r19743: merge from samba3:Stefan Metzmacher1-488/+0
2007-10-10r19733: More work to fix ldb_map. With the wildcard present,Andrew Bartlett1-6/+2
2007-10-10r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett3-51/+186
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce5-100/+78
2007-10-10r19521: Fix memory leak.Andrew Bartlett1-0/+1
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 Sorce5-17/+12
2007-10-10r19452: Warn but don't die if registering against the rootdse is not possibleSimo Sorce3-8/+3
2007-10-10r19370: Handle errors if talloc_reference failsSimo Sorce1-2/+7
2007-10-10r19332: ldb_parse_tree leaksSimo Sorce1-1/+1
2007-10-10r19312: This should fix a nasty bug with values and names being freed before ...Simo Sorce1-1/+5
2007-10-10r19299: Fix possible memleaksSimo Sorce1-0/+2
2007-10-10r19129: Add comment to clarify behaviorSimo Sorce1-0/+4
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett1-127/+0
2007-10-10r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett1-27/+57
2007-10-10r18591: Better defaults for share creationSimo Sorce1-6/+13