summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb.i
Commit message (Expand)AuthorAgeFilesLines
* LDB ASYNC: Core filesSimo Sorce2008-09-291-3/+2
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-2/+1
* Don't expose ldb_request in the Python API but rather use regularJelmer Vernooij2008-09-201-16/+55
* Add support for implementing LDB modules in Python.Jelmer Vernooij2008-09-191-2/+356
* Provide tdb.open and ldb.open python functions.Jelmer Vernooij2008-09-191-0/+1
* 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-0/+1
* Fix ldb python bindings after events changes.Jelmer Vernooij2008-06-151-1/+3
* Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij2008-05-231-3/+5
* Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-231-0/+4
* Add module docstring, docstrings for constructors.Jelmer Vernooij2008-05-231-2/+10
* Add more docstrings in the ldb python module.Jelmer Vernooij2008-05-231-1/+13
* Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij2008-05-231-17/+76
* Add __repr__ implementation for Ldb.Jelmer Vernooij2008-05-191-0/+6
* Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij2008-05-191-5/+45
* Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij2008-04-111-0/+8
* Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett2008-03-261-8/+17
* More safety around ldb_dn C functions in python bindings.Andrew Bartlett2008-03-191-2/+6
* Make error handling in ldb more consistant.Andrew Bartlett2008-03-111-1/+4
* Try to return sane ldb error stringsAndrew Bartlett2008-03-041-1/+10
* 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-47/+37
* ldb/python: Add bindings for schema functions.Jelmer Vernooij2008-01-251-11/+77
* ldb/python: Support comparing Dn's to strings.Jelmer Vernooij2008-01-111-0/+8
* python/ldap: Support controls argument to ldb.search().Jelmer Vernooij2008-01-111-3/+49
* python/ldap: Wrap parse_control_strings().Jelmer Vernooij2008-01-111-2/+25
* ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij2008-01-111-5/+8
* ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij2008-01-111-0/+5
* python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij2008-01-111-0/+17
* r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2008-01-011-10/+9
* 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-19/+8
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-241-15/+15
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-8/+35
* r26567: Allow registering new ldb modules from python.Jelmer Vernooij2007-12-241-7/+19
* r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij2007-12-211-35/+52
* r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij2007-12-211-2/+2
* r26475: Add ldb.set_credentials function.Jelmer Vernooij2007-12-211-1/+1
* r26187: Fix module name, indentation.Jelmer Vernooij2007-12-211-1/+1
* r26119: Fix warnings.Jelmer Vernooij2007-12-211-2/+2
* r26112: Do proper error checking in __contains__.Jelmer Vernooij2007-12-211-18/+8
* r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij2007-12-211-3/+2
* r26080: Import updated LDB bindings.Jelmer Vernooij2007-12-211-133/+460
* r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2007-12-211-0/+241