summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/api.py
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij1-0/+353