summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb.i
AgeCommit message (Expand)AuthorFilesLines
2008-12-19Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij1-1289/+0
2008-12-17s4:ldb.i: hang the dn on the NULL context as the python destructor will free itAndrew Bartlett1-0/+2
2008-12-03Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell1-2/+1
2008-11-17Always validate a DN when constructing from a string in pythonAndrew Bartlett1-1/+1
2008-11-11It is not valid to talloc_free() ldb_dn_get_linearized()Andrew Bartlett1-1/+0
2008-11-06fixed options argument to ldb connect in pythonAndrew Tridgell1-1/+3
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce1-20/+0
2008-09-30Remove ldb_module_wait implementation - ldb_module.wait() is gone.Jelmer Vernooij1-17/+0
2008-09-29LDB ASYNC: Core filesSimo Sorce1-3/+2
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-2/+1
2008-09-20Don't expose ldb_request in the Python API but rather use regularJelmer Vernooij1-16/+55
2008-09-19Add support for implementing LDB modules in Python.Jelmer Vernooij1-2/+356
2008-09-19Provide tdb.open and ldb.open python functions.Jelmer Vernooij1-0/+1
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-0/+1
2008-06-15Fix ldb python bindings after events changes.Jelmer Vernooij1-1/+3
2008-05-23Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij1-3/+5
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij1-0/+4
2008-05-23Add module docstring, docstrings for constructors.Jelmer Vernooij1-2/+10
2008-05-23Add more docstrings in the ldb python module.Jelmer Vernooij1-1/+13
2008-05-23Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij1-17/+76
2008-05-19Add __repr__ implementation for Ldb.Jelmer Vernooij1-0/+6
2008-05-19Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij1-5/+45
2008-04-11Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij1-0/+8
2008-03-26Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett1-8/+17
2008-03-19More safety around ldb_dn C functions in python bindings.Andrew Bartlett1-2/+6
2008-03-11Make error handling in ldb more consistant.Andrew Bartlett1-1/+4
2008-03-04Try to return sane ldb error stringsAndrew Bartlett1-1/+10
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-47/+37
2008-01-25ldb/python: Add bindings for schema functions.Jelmer Vernooij1-11/+77
2008-01-11ldb/python: Support comparing Dn's to strings.Jelmer Vernooij1-0/+8
2008-01-11python/ldap: Support controls argument to ldb.search().Jelmer Vernooij1-3/+49
2008-01-11python/ldap: Wrap parse_control_strings().Jelmer Vernooij1-2/+25
2008-01-11ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij1-5/+8
2008-01-11ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij1-0/+5
2008-01-11python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij1-0/+17
2008-01-01r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij1-10/+9
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-19/+8
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-15/+15
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-8/+35
2007-12-24r26567: Allow registering new ldb modules from python.Jelmer Vernooij1-7/+19
2007-12-21r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij1-35/+52
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij1-2/+2
2007-12-21r26475: Add ldb.set_credentials function.Jelmer Vernooij1-1/+1
2007-12-21r26187: Fix module name, indentation.Jelmer Vernooij1-1/+1
2007-12-21r26119: Fix warnings.Jelmer Vernooij1-2/+2
2007-12-21r26112: Do proper error checking in __contains__.Jelmer Vernooij1-18/+8
2007-12-21r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij1-3/+2