summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests
Commit message (Expand)AuthorAgeFilesLines
* Use new error constant (missing from 6efb7ff9)Andrew Bartlett2009-01-071-1/+1
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-57/+57
* Fix more introduced regressions in new bindings.Jelmer Vernooij2008-12-211-33/+32
* Fix all pyldb tests except for modules.Jelmer Vernooij2008-12-201-6/+13
* Merge branch 'pyregistry' of git://git.samba.org/jelmer/sambaJelmer Vernooij2008-12-191-2/+2
|\
| * Fix more tests.Jelmer Vernooij2008-12-191-1/+2
| * Remove swig support from standalone ldb build.Jelmer Vernooij2008-12-191-1/+0
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-191-27/+60
|\|
| * s4:ldb: add some python tests for extended dnsAndrew Bartlett2008-12-171-27/+60
* | Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij2008-12-191-4/+4
|/
* Assert that the server provides allowedAttributes (etc) on each entryAndrew Bartlett2008-10-161-2/+6
* Fix subunit files location after cherrypicks.Jelmer Vernooij2008-10-081-0/+1
* Fix python test, we can't check only the first member, because the orderSimo Sorce2008-09-241-1/+4
* Don't expose ldb_request in the Python API but rather use regularJelmer Vernooij2008-09-201-3/+8
* Add support for implementing LDB modules in Python.Jelmer Vernooij2008-09-191-4/+27
* Fix spellings and file namesSimo Sorce2008-09-122-32/+32
* disable the anr== tests until they are understoodAndrew Tridgell2008-08-221-12/+13
* Correct anr search commants and error messages in ldap.jsAndrew Bartlett2008-08-211-7/+7
* Remove references to the unused @SUBCLASS feature.Andrew Bartlett2008-08-182-13/+0
* Generate the subSchema in cn=AggregateAndrew Bartlett2008-08-151-0/+30
* Sleep longer in the hope that the OpenLDAP backend might catch upAndrew Bartlett2008-07-211-2/+2
* Another kludge to let the OpenLDAP backend catch up.Andrew Bartlett2008-07-161-0/+2
* Relax the ldap.py tests so that they pass against OpenLDAP CVS.Andrew Bartlett2008-06-301-3/+6
* Loosen ldap.py tests on the LDAP backend.Andrew Bartlett2008-06-301-1/+1
* Non-zero exit code on failure.Jelmer Vernooij2008-06-281-3/+6
* Align the Python and EJS ldap tests.Andrew Bartlett2008-06-031-45/+151
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-2/+2
* Add __repr__ implementation for Ldb.Jelmer Vernooij2008-05-191-0/+4
* Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij2008-05-191-1/+37
* Use system python rather than smbpython.Jelmer Vernooij2008-05-111-0/+2
* Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-1/+1
* ldb: fix the standalone buildStefan Metzmacher2008-03-182-2/+2
* accountExpires: Windows default is 9223372036854775807, not -1.Andrew Kroeger2008-03-071-1/+1
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-1/+1
* Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-201-7/+2
* Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-121-0/+3
* Fix tests.Jelmer Vernooij2008-02-091-35/+24
* Split up tests a bit, output subunit.Jelmer Vernooij2008-02-091-753/+721
* Remove unused path update.Jelmer Vernooij2008-02-091-2/+0
* Fix syntax in LDAP testAndrew Bartlett2008-02-081-4/+4
* python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-231-4/+3
* ldap.py: Use constants where possible.Jelmer Vernooij2008-01-151-14/+16
* ldap/python: Fix last tests.Jelmer Vernooij2008-01-111-60/+53
* ldb/python: Support comparing Dn's to strings.Jelmer Vernooij2008-01-111-0/+4
* python/ldap: Fix a couple more tests.Jelmer Vernooij2008-01-111-18/+18
* Make a few more tests pass.Jelmer Vernooij2008-01-111-129/+115
* python/ldap: Get further.Jelmer Vernooij2008-01-111-2/+4
* python/ldap: Fix some tests.Jelmer Vernooij2008-01-111-9/+15
* python: More work getting the LDAP test to compile again.Jelmer Vernooij2008-01-111-36/+23
* python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij2008-01-111-37/+30