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