summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_wrap.c
AgeCommit message (Collapse)AuthorFilesLines
2008-01-25ldb/python: Add bindings for schema functions.Jelmer Vernooij1-22/+311
(This used to be commit 9f6ea4692ca79c607538871c597698b98abf13d0)
2008-01-11python/ldap: Support controls argument to ldb.search().Jelmer Vernooij1-42/+91
(This used to be commit 9eddc27f13fa2feb56d6b015e66d8c54081487da)
2008-01-11python/ldap: Wrap parse_control_strings().Jelmer Vernooij1-23/+83
(This used to be commit b27e5a68530c4fd6430cbb174b63f8ff2b6f4e53)
2008-01-11ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij1-0/+27
(This used to be commit a8f90ed34ce9341080b63c801ef54b82de42b8e6)
2008-01-11python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij1-0/+43
(This used to be commit e6498a0780dd31dfc623a69432004b606aeaccbe)
2008-01-01r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij1-38/+21
(This used to be commit f250bc18e9e32d62d262901cec65586a15cd8db1)
2007-12-30r26631: ldb/python: Fix missing elements bug and memory leak. * Don't ↵Jelmer Vernooij1-8/+13
increase the PyDict_Next() counter - Python already does that for us. * Fix a talloc(NULL, ...) memory leak in the code that constructed ldb message elements. (This used to be commit dc2a612927289da78017abf4ad51a4d51292e3a1)
2007-12-26r26584: Fix exception handling in ldb constructor.Jelmer Vernooij1-60/+5
(This used to be commit 5383cf8e69233b3cb7c1876f52644537e459dea6)
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-29/+29
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-315/+203
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-24r26567: Allow registering new ldb modules from python.Jelmer Vernooij1-14/+50
(This used to be commit 485db76d8476fce399a9b6cb977cf55ea35ec189)
2007-12-21r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij1-161/+135
(This used to be commit e91fe76d296973430f71502c9b614d0dfac4d83c)
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting ↵Jelmer Vernooij1-100/+105
session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-172/+193
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+6113
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)