summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb.py
Commit message (Expand)AuthorAgeFilesLines
* Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij2008-12-191-508/+0
* Add support for implementing LDB modules in Python.Jelmer Vernooij2008-09-191-0/+30
* Provide tdb.open and ldb.open python functions.Jelmer Vernooij2008-09-191-0/+1
* Add a setexpiry operation in samdb.pyAndrew Tridgell2008-08-301-1/+1
* Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij2008-05-231-1/+1
* Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-231-0/+2
* Add module docstring, docstrings for constructors.Jelmer Vernooij2008-05-231-7/+35
* Add more docstrings in the ldb python module.Jelmer Vernooij2008-05-231-1/+20
* Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij2008-05-231-16/+173
* Add __repr__ implementation for Ldb.Jelmer Vernooij2008-05-191-1/+1
* Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij2008-05-191-2/+28
* Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij2008-04-111-2/+2
* ldb/python: Add bindings for schema functions.Jelmer Vernooij2008-01-251-0/+5
* ldb/python: Support comparing Dn's to strings.Jelmer Vernooij2008-01-111-0/+7
* python/ldap: Support controls argument to ldb.search().Jelmer Vernooij2008-01-111-1/+9
* python/ldap: Wrap parse_control_strings().Jelmer Vernooij2008-01-111-0/+1
* 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/+1
* python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij2008-01-111-0/+7
* r26584: Fix exception handling in ldb constructor.Jelmer Vernooij2007-12-261-0/+5
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-0/+8
* r26567: Allow registering new ldb modules from python.Jelmer Vernooij2007-12-241-0/+1
* r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij2007-12-211-3/+0
* r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij2007-12-211-30/+27
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-211-79/+66
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-211-0/+218