summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial work using manual Python bindings for LDB, rather than ↵Jelmer Vernooij2008-12-191-508/+0
| | | | SWIG-generated ones.
* 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
| | | | | This makes it easy to set the expiry (or no expiry) for a samdb user (This used to be commit 25171f18a4b242b5a731f4ac1eefc51cc82efd74)
* Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij2008-05-231-1/+1
| | | | (This used to be commit 076e2cc356978ac313fcfdf8d8243f4ed1d629b0)
* Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-231-0/+2
| | | | (This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
* Add module docstring, docstrings for constructors.Jelmer Vernooij2008-05-231-7/+35
| | | | (This used to be commit 67d738d6e65476263a2b7c236a57fe2b0a2dfe32)
* Add more docstrings in the ldb python module.Jelmer Vernooij2008-05-231-1/+20
| | | | (This used to be commit a649a010670ee2c0d155aa62654841cf1f2bab8f)
* Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij2008-05-231-16/+173
| | | | (This used to be commit 717283331f8a1ebd80e7ec52d9bfe709f869ec86)
* Add __repr__ implementation for Ldb.Jelmer Vernooij2008-05-191-1/+1
| | | | (This used to be commit 5607aea07f66f09fd5b33842d07d2fbbf44d13e7)
* Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij2008-05-191-2/+28
| | | | (This used to be commit b9119c0f0f524d43ff09825dffb24a5e77a240f4)
* Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij2008-04-111-2/+2
| | | | | result. (This used to be commit a3e1b835656470f1a80f0fa69f53a9df849baee3)
* ldb/python: Add bindings for schema functions.Jelmer Vernooij2008-01-251-0/+5
| | | | (This used to be commit 9f6ea4692ca79c607538871c597698b98abf13d0)
* ldb/python: Support comparing Dn's to strings.Jelmer Vernooij2008-01-111-0/+7
| | | | (This used to be commit 355878907970b396e4031426fda260d981c417eb)
* python/ldap: Support controls argument to ldb.search().Jelmer Vernooij2008-01-111-1/+9
| | | | (This used to be commit 9eddc27f13fa2feb56d6b015e66d8c54081487da)
* python/ldap: Wrap parse_control_strings().Jelmer Vernooij2008-01-111-0/+1
| | | | (This used to be commit b27e5a68530c4fd6430cbb174b63f8ff2b6f4e53)
* ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij2008-01-111-5/+8
| | | | (This used to be commit 1ccbab81d79f83bb419104f2bbaf2ae7b368e90f)
* ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij2008-01-111-0/+1
| | | | (This used to be commit a8f90ed34ce9341080b63c801ef54b82de42b8e6)
* python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij2008-01-111-0/+7
| | | | (This used to be commit e6498a0780dd31dfc623a69432004b606aeaccbe)
* r26584: Fix exception handling in ldb constructor.Jelmer Vernooij2007-12-261-0/+5
| | | | (This used to be commit 5383cf8e69233b3cb7c1876f52644537e459dea6)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-241-0/+8
| | | | | | | | bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
* r26567: Allow registering new ldb modules from python.Jelmer Vernooij2007-12-241-0/+1
| | | | (This used to be commit 485db76d8476fce399a9b6cb977cf55ea35ec189)
* r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij2007-12-211-3/+0
| | | | (This used to be commit e91fe76d296973430f71502c9b614d0dfac4d83c)
* r26496: Move some provision functions to a new SamDB class, support setting ↵Jelmer Vernooij2007-12-211-30/+27
| | | | | | session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34)
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-211-79/+66
| | | | (This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-211-0/+218
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)