summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb.py
AgeCommit message (Expand)AuthorFilesLines
2008-05-23Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij1-1/+1
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij1-0/+2
2008-05-23Add module docstring, docstrings for constructors.Jelmer Vernooij1-7/+35
2008-05-23Add more docstrings in the ldb python module.Jelmer Vernooij1-1/+20
2008-05-23Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij1-16/+173
2008-05-19Add __repr__ implementation for Ldb.Jelmer Vernooij1-1/+1
2008-05-19Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij1-2/+28
2008-04-11Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij1-2/+2
2008-01-25ldb/python: Add bindings for schema functions.Jelmer Vernooij1-0/+5
2008-01-11ldb/python: Support comparing Dn's to strings.Jelmer Vernooij1-0/+7
2008-01-11python/ldap: Support controls argument to ldb.search().Jelmer Vernooij1-1/+9
2008-01-11python/ldap: Wrap parse_control_strings().Jelmer Vernooij1-0/+1
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/+1
2008-01-11python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij1-0/+7
2007-12-26r26584: Fix exception handling in ldb constructor.Jelmer Vernooij1-0/+5
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-0/+8
2007-12-24r26567: Allow registering new ldb modules from python.Jelmer Vernooij1-0/+1
2007-12-21r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij1-3/+0
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij1-30/+27
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-79/+66
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+218