summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests/python/api.py
Commit message (Expand)AuthorAgeFilesLines
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
* pythonbindings: allow add() to have an array of controls as second parameterMatthieu Patou2009-09-261-0/+8
* pyldb: Don't segfault when invalid type is specified to Dn.get().Jelmer Vernooij2009-09-141-0/+4
* s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett2009-08-261-1/+3
* s4:ldb Add hooks to get/set the flags on a ldb_message_elementAndrew Bartlett2009-08-261-5/+39
* s4:ldb Add python binding and test for ldb_msg_diff()Andrew Bartlett2009-08-241-0/+11
* pyldb: Raise proper exception when attempting to assign a string to a dnJelmer Vernooij2009-08-031-0/+6
* pyldb: Fix three more (minor) memory leaks.Jelmer Vernooij2009-06-171-2/+2
* pyldb/tests: Use different dn's everywhere, to easily spot which test isJelmer Vernooij2009-06-171-49/+49
* pyldb: Support getting the parent of special DNs without segfaulting.Jelmer Vernooij2009-06-171-0/+11
* Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij2009-03-201-0/+13
* 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
* Fix more tests.Jelmer Vernooij2008-12-191-1/+2
* Remove swig support from standalone ldb build.Jelmer Vernooij2008-12-191-1/+0
* 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-121-31/+31
* 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
* Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-121-0/+3
* ldb/python: Support comparing Dn's to strings.Jelmer Vernooij2008-01-111-0/+4
* 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
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-0/+17
* 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