Age | Commit message (Expand) | Author | Files | Lines |
2010-03-25 | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 1 | -1/+1 |
2009-09-26 | pythonbindings: allow add() to have an array of controls as second parameter | Matthieu Patou | 1 | -0/+8 |
2009-09-14 | pyldb: Don't segfault when invalid type is specified to Dn.get(). | Jelmer Vernooij | 1 | -0/+4 |
2009-08-26 | s4:ldb Add ldb_ldif_write_string() and python wrappers | Andrew Bartlett | 1 | -1/+3 |
2009-08-26 | s4:ldb Add hooks to get/set the flags on a ldb_message_element | Andrew Bartlett | 1 | -5/+39 |
2009-08-24 | s4:ldb Add python binding and test for ldb_msg_diff() | Andrew Bartlett | 1 | -0/+11 |
2009-08-03 | pyldb: Raise proper exception when attempting to assign a string to a dn | Jelmer Vernooij | 1 | -0/+6 |
2009-06-17 | pyldb: Fix three more (minor) memory leaks. | Jelmer Vernooij | 1 | -2/+2 |
2009-06-17 | pyldb/tests: Use different dn's everywhere, to easily spot which test is | Jelmer Vernooij | 1 | -49/+49 |
2009-06-17 | pyldb: Support getting the parent of special DNs without segfaulting. | Jelmer Vernooij | 1 | -0/+11 |
2009-03-20 | Adapt Zahari's test to the generic LDB Python tests. | Jelmer Vernooij | 1 | -0/+13 |
2008-12-21 | Fix more introduced regressions in new bindings. | Jelmer Vernooij | 1 | -33/+32 |
2008-12-20 | Fix all pyldb tests except for modules. | Jelmer Vernooij | 1 | -6/+13 |
2008-12-19 | Fix more tests. | Jelmer Vernooij | 1 | -1/+2 |
2008-12-19 | Remove swig support from standalone ldb build. | Jelmer Vernooij | 1 | -1/+0 |
2008-09-20 | Don't expose ldb_request in the Python API but rather use regular | Jelmer Vernooij | 1 | -3/+8 |
2008-09-19 | Add support for implementing LDB modules in Python. | Jelmer Vernooij | 1 | -4/+27 |
2008-09-12 | Fix spellings and file names | Simo Sorce | 1 | -31/+31 |
2008-05-19 | Add __repr__ implementation for Ldb. | Jelmer Vernooij | 1 | -0/+4 |
2008-05-19 | Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn. | Jelmer Vernooij | 1 | -1/+37 |
2008-02-12 | Avoid using setup.py for intsallation. | Jelmer Vernooij | 1 | -0/+3 |
2008-01-11 | ldb/python: Support comparing Dn's to strings. | Jelmer Vernooij | 1 | -0/+4 |
2008-01-11 | python/ldap: Support controls argument to ldb.search(). | Jelmer Vernooij | 1 | -9/+13 |
2008-01-11 | python/ldap: Wrap parse_control_strings(). | Jelmer Vernooij | 1 | -0/+5 |
2008-01-11 | ldb/python: Allow comparing a MessageElement to a list or a singleton. | Jelmer Vernooij | 1 | -0/+6 |
2008-01-11 | ldb/python: Implement __len__ for MessageElement. | Jelmer Vernooij | 1 | -0/+4 |
2008-01-11 | python/ldb: Add __getitem__ implementation for LdbMessageElement. | Jelmer Vernooij | 1 | -0/+6 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 1 | -0/+17 |
2007-12-24 | r26567: Allow registering new ldb modules from python. | Jelmer Vernooij | 1 | -0/+8 |
2007-12-21 | r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). | Jelmer Vernooij | 1 | -0/+10 |
2007-12-21 | r26480: Add utility class for testing LDB code. | Jelmer Vernooij | 1 | -1/+4 |
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 1 | -0/+353 |