summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_wrap.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-19Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij1-7529/+0
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij1-1/+1
2008-12-03Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell1-1/+0
2008-11-11Regenerate SWIG output.Jelmer Vernooij1-1/+0
2008-11-06fixed options argument to ldb connect in pythonAndrew Tridgell1-9/+15
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce1-20/+0
2008-09-29LDB ASYNC: ldb misc changesSimo Sorce1-20/+2
2008-09-24Use new binary name in merged build.Jelmer Vernooij1-2/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-2/+2
2008-09-20Don't expose ldb_request in the Python API but rather use regularJelmer Vernooij1-65/+155
2008-09-19Add support for implementing LDB modules in Python.Jelmer Vernooij1-18/+904
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell1-67/+68
2008-06-16Change order of includes in swig file to avoid warnings.Jelmer Vernooij1-1/+1
2008-06-16Add include in swig file as well.Jelmer Vernooij1-1/+1
2008-06-16Fix ldb_wrap.cSimo Sorce1-0/+1
2008-06-15Fix ldb python bindings after events changes.Jelmer Vernooij1-2/+3
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-1/+2
2008-05-23Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij1-7/+10
2008-05-23Add module docstring, docstrings for constructors.Jelmer Vernooij1-5/+18
2008-05-23Add more docstrings in the ldb python module.Jelmer Vernooij1-4/+10
2008-05-23Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij1-111/+181
2008-05-19Add __repr__ implementation for Ldb.Jelmer Vernooij1-0/+32
2008-05-19Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij1-9/+45
2008-04-11Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij1-32/+75
2008-03-26Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett1-27/+38
2008-03-07Rerun SWIG.Jelmer Vernooij1-15/+16
2008-03-01Remove unused variable, fix (80, 'Other error') exceptions from ldb python bi...Jelmer Vernooij1-2/+2
2008-03-01Fix error handling in ldb.add().Jelmer Vernooij1-114/+44
2008-01-25ldb/python: Add bindings for schema functions.Jelmer Vernooij1-22/+311
2008-01-11python/ldap: Support controls argument to ldb.search().Jelmer Vernooij1-42/+91
2008-01-11python/ldap: Wrap parse_control_strings().Jelmer Vernooij1-23/+83
2008-01-11ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij1-0/+27
2008-01-11python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij1-0/+43
2008-01-01r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij1-38/+21
2007-12-30r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas...Jelmer Vernooij1-8/+13
2007-12-26r26584: Fix exception handling in ldb constructor.Jelmer Vernooij1-60/+5
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-29/+29
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-315/+203
2007-12-24r26567: Allow registering new ldb modules from python.Jelmer Vernooij1-14/+50
2007-12-21r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij1-161/+135
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij1-100/+105
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-172/+193
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+6113