Adapt Zahari's test to the generic LDB Python tests.
[ira/wip.git] / source4 / lib / ldb / tests / python / api.py
2009-03-20 Jelmer VernooijAdapt Zahari's test to the generic LDB Python tests.
2008-12-21 Jelmer VernooijFix more introduced regressions in new bindings.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijFix all pyldb tests except for modules.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijFix more tests.
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijRemove swig support from standalone ldb build.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-20 Jelmer VernooijDon't expose ldb_request in the Python API but rather...
2008-09-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-19 Jelmer VernooijAdd support for implementing LDB modules in Python.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-12 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-09-12 Simo SorceFix spellings and file names
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-21 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-05-20 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-19 Jelmer VernooijAdd __repr__ implementation for Ldb.
2008-05-19 Jelmer VernooijAdd __repr__ implementations for ldb.Message, ldb.Messa...
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-12 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-12 Jelmer VernooijAvoid using setup.py for intsallation.
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-11 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-11 Jelmer Vernooijldb/python: Support comparing Dn's to strings.
2008-01-11 Jelmer Vernooijpython/ldap: Support controls argument to ldb.search().
2008-01-11 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-11 Jelmer Vernooijpython/ldap: Wrap parse_control_strings().
2008-01-11 Jelmer Vernooijldb/python: Allow comparing a MessageElement to a list...
2008-01-11 Jelmer Vernooijldb/python: Implement __len__ for MessageElement.
2008-01-11 Jelmer Vernooijpython/ldb: Add __getitem__ implementation for LdbMessa...
2007-12-24 Jelmer Vernooijr26570: - Trim size of the swig-generated Python bindin...
2007-12-24 Jelmer Vernooijr26567: Allow registering new ldb modules from python.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ....
2007-12-21 Jelmer Vernooijr26480: Add utility class for testing LDB code.
2007-12-21 Jelmer Vernooijr26068: Import improved Python bindings for LDB, includ...