summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* ldap/python: Fix some more calls.Jelmer Vernooij2008-01-111-74/+47
* python/ldap: Support controls argument to ldb.search().Jelmer Vernooij2008-01-111-9/+13
* python/ldap: Wrap parse_control_strings().Jelmer Vernooij2008-01-111-0/+5
* ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij2008-01-111-0/+6
* ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij2008-01-111-0/+4
* python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij2008-01-111-0/+6
* r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij2007-12-281-2/+4
* r26617: Load smb.conf.Jelmer Vernooij2007-12-271-2/+8
* r26615: Fix Python syntaxJelmer Vernooij2007-12-271-1161/+772
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-242-0/+1372
* r26567: Allow registering new ldb modules from python.Jelmer Vernooij2007-12-241-0/+8
* r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij2007-12-211-0/+10
* r26480: Add utility class for testing LDB code.Jelmer Vernooij2007-12-211-1/+4
* r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2007-12-211-0/+353
* r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij2007-12-212-0/+75
* r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-102-22/+0
* r20464: Make it clear what does the process group stuffAndrew Bartlett2007-10-101-1/+1
* r20106: Optional ONE Level indexing for ldb_tdbSimo Sorce2007-10-101-0/+51
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-1/+1
* r19461: Make sqlite3 work again (semi-async)Simo Sorce2007-10-101-6/+9
* r19273: - fixed error handling with the ldap backendAndrew Tridgell2007-10-103-9/+20
* r18538: we need a pipe here, not a logical ORAndrew Tridgell2007-10-101-1/+2
* r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell2007-10-101-3/+6
* r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell2007-10-102-4/+6
* r18515: Remove calls to "time" for now as some sh implementations don't have it,Jelmer Vernooij2007-10-101-2/+2
* r18347: run slapd in the foreground so timelimit can kill itAndrew Tridgell2007-10-101-2/+3