summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2008-09-06Always free tmp contexts before returningSimo Sorce1-0/+1
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell2-68/+69
2008-08-22disable the anr== tests until they are understoodAndrew Tridgell1-12/+13
2008-08-22fixed a speellling erraAndrew Tridgell1-1/+1
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell5-22/+29
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett3-10/+20
2008-08-21All these syntaxes are now handled by the schema.Andrew Bartlett1-6/+0
2008-08-21Correct anr search commants and error messages in ldap.jsAndrew Bartlett1-7/+7
2008-08-21Don't allow a NULL syntaxAndrew Bartlett1-0/+4
2008-08-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-0/+4
2008-08-20don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell1-0/+4
2008-08-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2-2/+7
2008-08-20Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell6-86/+43
2008-08-20added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2-2/+7
2008-08-20Remove last traces of the old 'subclass' featureAndrew Bartlett1-7/+0
2008-08-18Allow attributes to be overwritten, not just added toAndrew Bartlett1-3/+11
2008-08-18Remove references to the unused @SUBCLASS feature.Andrew Bartlett4-83/+2
2008-08-15Generate the subSchema in cn=AggregateAndrew Bartlett1-0/+30
2008-07-26lib/ldb/tools: allow -W and --realm when build from samba4Stefan Metzmacher1-0/+1
2008-07-21Sleep longer in the hope that the OpenLDAP backend might catch upAndrew Bartlett1-2/+2
2008-07-21Fix ldb_map to add/remove the same 'extra' objectclassAndrew Bartlett1-2/+3
2008-07-16Another kludge to let the OpenLDAP backend catch up.Andrew Bartlett1-0/+2
2008-07-09ldb_map: eliminate "discards qualifyer" warning (const).Michael Adam1-1/+1
2008-07-02Move ad2oLschema and oLschema2ldif into Samba4, out of LDBAndrew Bartlett5-1613/+0
2008-07-02Collapse auxillary classes in LDAP schema conversion.Andrew Bartlett1-4/+106
2008-06-30ldb_ildap: don't force the build as shared_moduleStefan Metzmacher1-1/+0
2008-06-30ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher4-164/+201
2008-06-30Relax the ldap.py tests so that they pass against OpenLDAP CVS.Andrew Bartlett1-3/+6
2008-06-30Loosen ldap.py tests on the LDAP backend.Andrew Bartlett1-1/+1
2008-06-28Non-zero exit code on failure.Jelmer Vernooij1-3/+6
2008-06-27Remove events from require line:Julien Kerihuel1-1/+1
2008-06-27lib/ldb: add forward declaration for struct event_contextStefan Metzmacher1-0/+1
2008-06-25Fix another reference to ldbdir.Jelmer Vernooij1-1/+1
2008-06-25Use ldbsrcdir rather than ldbdir.Jelmer Vernooij1-31/+31
2008-06-25Use ldbsrcdir rather than ldbdir.Jelmer Vernooij2-15/+15
2008-06-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij2-20/+0
2008-06-17Change our module code to not use the special symbol name init_module()Andrew Tridgell2-20/+0
2008-06-16Change order of includes in swig file to avoid warnings.Jelmer Vernooij2-2/+2
2008-06-16Add include in swig file as well.Jelmer Vernooij2-1/+2
2008-06-16Fix ldb_wrap.cSimo Sorce1-0/+1
2008-06-15Fix cleanup.Simo Sorce1-4/+9
2008-06-15Note that making ldb the event context parent seem to lead to races whenSimo Sorce1-1/+1
2008-06-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij3-180/+260
2008-06-15Fix standalone ldb build.Jelmer Vernooij1-3/+6
2008-06-15Fix ldb python bindings after events changes.Jelmer Vernooij2-3/+6
2008-06-15Cleanup.Simo Sorce1-23/+29
2008-06-15Now that we pass down the event context, start removing calls toSimo Sorce2-8/+2
2008-06-14Cleanup,Simo Sorce1-61/+88
2008-06-14Ups fix typo in error typeSimo Sorce1-2/+2
2008-06-14Cosmetic fixes.Simo Sorce1-88/+141