summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/api.py
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-748/+0
2011-06-20pyldb: add unit test for get(myattribute, defVal)Matthieu Patou1-0/+5
2011-02-21pyldb: Add tests for the ldb_result objectMatthieu Patou1-0/+87
2011-02-13pyldb: fix a bug in the unit test which prevented ldb.python to run all the t...Matthieu Patou1-0/+3
2011-01-03pyldb: Fix memory reference error.Jelmer Vernooij1-0/+4
2010-12-27s4:ldb:python/api: use filename() instead of hardcoded filenamesStefan Metzmacher1-6/+6
2010-12-24s4:ldb:python/api: use only one ldb file in test_contains()Stefan Metzmacher1-2/+3
2010-12-24s4:ldb:python/api: use filename() instead of hardcoded filenamesStefan Metzmacher1-6/+7
2010-12-21ldb: Add ldb.Message.add and ldb.Message.elements.Jelmer Vernooij1-4/+14
2010-11-23pyldb: Fix broken test.Jelmer Vernooij1-1/+1
2010-11-18s4-ldb.python: Use $SELFTEST_PREFIX/tmp as a temporary directory for testingKamen Mazdrashki1-1/+6
2010-11-18s4-ldb.python: add test for ldb.Message.from_dict() methodKamen Mazdrashki1-0/+17
2010-11-18Revert "s4:api.py - DN tests - test a bit more special DNs and merge the comp...Matthias Dieter Wallnöfer1-44/+1
2010-11-18s4:api.py - DN tests - test a bit more special DNs and merge the comparison t...Matthias Dieter Wallnöfer1-11/+47
2010-10-05Add missing dependencies for com_err.Jelmer Vernooij1-0/+6
2010-10-04unittests: add a test to avoid regression on previous fixMatthieu Patou1-0/+5
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-4/+1
2010-06-19ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntaxMatthias Dieter Wallnöfer1-0/+9
2010-06-07s4 python: add more unit tests to verify the compare testsMatthieu Patou1-0/+19
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
2009-09-26pythonbindings: allow add() to have an array of controls as second parameterMatthieu Patou1-0/+8
2009-09-14pyldb: Don't segfault when invalid type is specified to Dn.get().Jelmer Vernooij1-0/+4
2009-08-26s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett1-1/+3
2009-08-26s4:ldb Add hooks to get/set the flags on a ldb_message_elementAndrew Bartlett1-5/+39
2009-08-24s4:ldb Add python binding and test for ldb_msg_diff()Andrew Bartlett1-0/+11
2009-08-03pyldb: Raise proper exception when attempting to assign a string to a dnJelmer Vernooij1-0/+6
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-03-20Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij1-0/+13
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-19Fix more tests.Jelmer Vernooij1-1/+2
2008-12-19Remove swig support from standalone ldb build.Jelmer Vernooij1-1/+0
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 Sorce1-31/+31
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-02-12Avoid using setup.py for intsallation.Jelmer Vernooij1-0/+3
2008-01-11ldb/python: Support comparing Dn's to strings.Jelmer Vernooij1-0/+4
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-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-0/+17
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