summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests
AgeCommit message (Expand)AuthorFilesLines
2009-08-03pyldb: Raise proper exception when attempting to assign a string to a dnJelmer Vernooij1-0/+6
2009-07-08Test for schemaUpdateNow commandAnatoliy Atanasov1-54/+126
2009-06-19s4:ldb Add test for integer normalisation behaviourAndrew Bartlett1-0/+17
2009-06-17pyldb: Fix three more (minor) memory leaks.Jelmer Vernooij1-2/+2
2009-06-17pyldb/tests: Use different dn's everywhere, to easily spot which test isJelmer Vernooij1-49/+49
2009-06-17pyldb: Support getting the parent of special DNs without segfaulting.Jelmer Vernooij1-0/+11
2009-04-14s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett1-2/+6
2009-03-20Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij1-0/+13
2009-03-17added support for parentGUIDAndrew Tridgell1-0/+30
2009-02-03s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher4-56/+56
2009-01-30Fix the mess with ldb includes.Simo Sorce1-3/+1
2009-01-08Fix ldap.py test on systems that *can* find the record (the search fails here...Jelmer Vernooij1-1/+1
2009-01-07Fix ldap.py test.Jelmer Vernooij1-8/+8
2009-01-07Use new error constant (missing from 6efb7ff9)Andrew Bartlett1-1/+1
2008-12-21Fix various Python-related bugs.Jelmer Vernooij1-57/+57
2008-12-21Fix more introduced regressions in new bindings.Jelmer Vernooij1-33/+32
2008-12-20Fix all pyldb tests except for modules.Jelmer Vernooij1-6/+13
2008-12-19Merge branch 'pyregistry' of git://git.samba.org/jelmer/sambaJelmer Vernooij1-2/+2
2008-12-19Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-27/+60
2008-12-19Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij1-4/+4
2008-12-19Fix more tests.Jelmer Vernooij1-1/+2
2008-12-19Remove swig support from standalone ldb build.Jelmer Vernooij1-1/+0
2008-12-17s4:ldb: add some python tests for extended dnsAndrew Bartlett1-27/+60
2008-10-16Assert that the server provides allowedAttributes (etc) on each entryAndrew Bartlett1-2/+6
2008-10-08Fix subunit files location after cherrypicks.Jelmer Vernooij1-0/+1
2008-09-24Fix python test, we can't check only the first member, because the orderSimo Sorce1-1/+4
2008-09-20Don't expose ldb_request in the Python API but rather use regularJelmer Vernooij1-3/+8
2008-09-19Add support for implementing LDB modules in Python.Jelmer Vernooij1-4/+27
2008-09-12Fix spellings and file namesSimo Sorce2-32/+32
2008-08-22disable the anr== tests until they are understoodAndrew Tridgell1-12/+13
2008-08-21Correct anr search commants and error messages in ldap.jsAndrew Bartlett1-7/+7
2008-08-18Remove references to the unused @SUBCLASS feature.Andrew Bartlett2-13/+0
2008-08-15Generate the subSchema in cn=AggregateAndrew Bartlett1-0/+30
2008-07-21Sleep longer in the hope that the OpenLDAP backend might catch upAndrew Bartlett1-2/+2
2008-07-16Another kludge to let the OpenLDAP backend catch up.Andrew Bartlett1-0/+2
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-03Align the Python and EJS ldap tests.Andrew Bartlett1-45/+151
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-2/+2
2008-05-19Add __repr__ implementation for Ldb.Jelmer Vernooij1-0/+4
2008-05-19Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij1-1/+37
2008-05-11Use system python rather than smbpython.Jelmer Vernooij1-0/+2
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-1/+1
2008-03-18ldb: fix the standalone buildStefan Metzmacher2-2/+2
2008-03-07accountExpires: Windows default is 9223372036854775807, not -1.Andrew Kroeger1-1/+1
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij1-7/+2
2008-02-12Avoid using setup.py for intsallation.Jelmer Vernooij1-0/+3
2008-02-09Fix tests.Jelmer Vernooij1-35/+24