summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-09Split up tests a bit, output subunit.Jelmer Vernooij1-753/+721
2008-02-09Remove unused path update.Jelmer Vernooij1-2/+0
2008-02-08Fix syntax in LDAP testAndrew Bartlett1-4/+4
2008-01-23python: Add convenience function for getting command line loadparm contextJelmer Vernooij1-4/+3
2008-01-15ldap.py: Use constants where possible.Jelmer Vernooij1-14/+16
2008-01-11ldap/python: Fix last tests.Jelmer Vernooij1-60/+53
2008-01-11ldb/python: Support comparing Dn's to strings.Jelmer Vernooij1-0/+4
2008-01-11python/ldap: Fix a couple more tests.Jelmer Vernooij1-18/+18
2008-01-11Make a few more tests pass.Jelmer Vernooij1-129/+115
2008-01-11python/ldap: Get further.Jelmer Vernooij1-2/+4
2008-01-11python/ldap: Fix some tests.Jelmer Vernooij1-9/+15
2008-01-11python: More work getting the LDAP test to compile again.Jelmer Vernooij1-36/+23
2008-01-11python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij1-37/+30
2008-01-11ldap/python: Fix some more calls.Jelmer Vernooij1-74/+47
2008-01-11python/ldap: Support controls argument to ldb.search().Jelmer Vernooij1-9/+13
2008-01-11python/ldap: Wrap parse_control_strings().Jelmer Vernooij1-0/+5
2008-01-11ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij1-0/+6
2008-01-11ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij1-0/+4
2008-01-11python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij1-0/+6
2007-12-28r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij1-2/+4
2007-12-27r26617: Load smb.conf.Jelmer Vernooij1-2/+8
2007-12-27r26615: Fix Python syntaxJelmer Vernooij1-1161/+772
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2-0/+1372
2007-12-24r26567: Allow registering new ldb modules from python.Jelmer Vernooij1-0/+8
2007-12-21r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij1-0/+10
2007-12-21r26480: Add utility class for testing LDB code.Jelmer Vernooij1-1/+4
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij1-0/+353
2007-12-21r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij2-0/+75
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2-22/+0