summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r20464: Make it clear what does the process group stuffAndrew Bartlett1-1/+1
2007-10-10r20106: Optional ONE Level indexing for ldb_tdbSimo Sorce1-0/+51
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-1/+1
2007-10-10r19461: Make sqlite3 work again (semi-async)Simo Sorce1-6/+9
2007-10-10r19273: - fixed error handling with the ldap backendAndrew Tridgell3-9/+20
2007-10-10r18538: we need a pipe here, not a logical ORAndrew Tridgell1-1/+2
2007-10-10r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell1-3/+6
2007-10-10r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell2-4/+6
2007-10-10r18515: Remove calls to "time" for now as some sh implementations don't have it,Jelmer Vernooij1-2/+2
2007-10-10r18347: run slapd in the foreground so timelimit can kill itAndrew Tridgell1-2/+3
2007-10-10r18346: make sure we kill off the slapd processAndrew Tridgell2-4/+26
2007-10-10r18244: more portable shell scriptingAndrew Tridgell1-6/+6
2007-10-10r17978: make the ldap backend test for ldb work both with and without modulesAndrew Tridgell2-2/+19
2007-10-10r17765: fix handling of old solaris /bin/sh in ldb build/testAndrew Tridgell2-4/+8
2007-10-10r17726: not having slapd installed isn't a ldb test failureAndrew Tridgell1-1/+2
2007-10-10r17718: don't consider a slapadd failure in the ldap backend tests as a ldbAndrew Tridgell1-1/+4
2007-10-10r17708: make the automated testing of the ldb ldap backend more portableAndrew Tridgell2-7/+9
2007-10-10r17679: - fix 'make test-ldap' to skip ldb specialsAndrew Tridgell5-12/+29