summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests/python/api.py
Commit message (Expand)AuthorAgeFilesLines
* 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