summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* ldap/python: Fix some more calls.Jelmer Vernooij2008-01-111-74/+47
* python/ldap: Support controls argument to ldb.search().Jelmer Vernooij2008-01-114-55/+162
* Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-114-35/+246
|\
| * python/ldap: Wrap parse_control_strings().Jelmer Vernooij2008-01-114-25/+114
| * ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij2008-01-113-10/+22
| * ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij2008-01-114-0/+37
| * python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij2008-01-114-0/+73
* | Rework ldbsearch to avoid segfault when remote LDAP server returnsAndrew Bartlett2008-01-111-12/+10
* | Fix segfault when sorting LDAP replies on the client.Andrew Bartlett2008-01-111-2/+2
|/
* r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2008-01-102-7/+34
* r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett2008-01-061-1/+1
* r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2008-01-012-48/+30
* r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas...Jelmer Vernooij2007-12-302-16/+26
* r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij2007-12-281-2/+4
* r26617: Load smb.conf.Jelmer Vernooij2007-12-271-2/+8
* r26615: Fix Python syntaxJelmer Vernooij2007-12-271-1161/+772
* r26611: Tridge didn't write this...Andrew Bartlett2007-12-271-1/+1
* r26584: Fix exception handling in ldb constructor.Jelmer Vernooij2007-12-263-79/+18
* r26582: Use the same swig flags everywhere.Jelmer Vernooij2007-12-242-2/+2
* r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce2007-12-245-72/+90
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-2/+3
* r26577: Fix the standalone ldb build.Jelmer Vernooij2007-12-241-11/+8
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-242-2/+2
* r26574: Do not call functions in the variable declaration, fix checking for t...Simo Sorce2007-12-241-5/+7
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-44/+44
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-245-323/+1618
* r26569: Jelmer tells me that ldb must inevitably be build as a shared library,Volker Lendecke2007-12-241-0/+1
* r26568: Revert r26482Volker Lendecke2007-12-241-1/+0
* r26567: Allow registering new ldb modules from python.Jelmer Vernooij2007-12-244-21/+78
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-213-5/+5
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-213-5/+5
* r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij2007-12-214-199/+197
* r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett2007-12-211-5/+0
* r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij2007-12-213-132/+134
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-1/+1
* r26482: Use shared library version of ldb, to make sure not every module ends...Jelmer Vernooij2007-12-211-0/+1
* r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij2007-12-213-12/+27
* r26480: Add utility class for testing LDB code.Jelmer Vernooij2007-12-211-1/+4
* r26475: Add ldb.set_credentials function.Jelmer Vernooij2007-12-211-1/+1
* r26459: Build ildap module as shared module by default.Jelmer Vernooij2007-12-211-1/+1
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26410: Remove unnecessary static.Jelmer Vernooij2007-12-211-1/+1
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-251/+259
* r26374: Remove dependency on dynconfig.Jelmer Vernooij2007-12-211-1/+0
* r26371: Fix typo.Jelmer Vernooij2007-12-211-1/+1
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-212-5/+6
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chainAndrew Bartlett2007-12-211-14/+10
* r26299: Print out which module failed to initialise.Andrew Bartlett2007-12-211-1/+1
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-1/+2