summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2008-01-10r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2-7/+34
2008-01-06r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett1-1/+1
2008-01-01r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2-48/+30
2007-12-30r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas...Jelmer Vernooij2-16/+26
2007-12-28r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij1-2/+4
2007-12-27r26617: Load smb.conf.Jelmer Vernooij1-2/+8
2007-12-27r26615: Fix Python syntaxJelmer Vernooij1-1161/+772
2007-12-27r26611: Tridge didn't write this...Andrew Bartlett1-1/+1
2007-12-26r26584: Fix exception handling in ldb constructor.Jelmer Vernooij3-79/+18
2007-12-24r26582: Use the same swig flags everywhere.Jelmer Vernooij2-2/+2
2007-12-24r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce5-72/+90
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-2/+3
2007-12-24r26577: Fix the standalone ldb build.Jelmer Vernooij1-11/+8
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2-2/+2
2007-12-24r26574: Do not call functions in the variable declaration, fix checking for t...Simo Sorce1-5/+7
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij2-44/+44
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij5-323/+1618
2007-12-24r26569: Jelmer tells me that ldb must inevitably be build as a shared library,Volker Lendecke1-0/+1
2007-12-24r26568: Revert r26482Volker Lendecke1-1/+0
2007-12-24r26567: Allow registering new ldb modules from python.Jelmer Vernooij4-21/+78
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij3-5/+5
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij3-5/+5
2007-12-21r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij4-199/+197
2007-12-21r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett1-5/+0
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij3-132/+134
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-1/+1
2007-12-21r26482: Use shared library version of ldb, to make sure not every module ends...Jelmer Vernooij1-0/+1
2007-12-21r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij3-12/+27
2007-12-21r26480: Add utility class for testing LDB code.Jelmer Vernooij1-1/+4
2007-12-21r26475: Add ldb.set_credentials function.Jelmer Vernooij1-1/+1
2007-12-21r26459: Build ildap module as shared module by default.Jelmer Vernooij1-1/+1
2007-12-21r26426: Remove uses of global_loadparm.Jelmer Vernooij1-1/+2
2007-12-21r26410: Remove unnecessary static.Jelmer Vernooij1-1/+1
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2-251/+259
2007-12-21r26374: Remove dependency on dynconfig.Jelmer Vernooij1-1/+0
2007-12-21r26371: Fix typo.Jelmer Vernooij1-1/+1
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2-5/+6
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-1/+2
2007-12-21r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chainAndrew Bartlett1-14/+10
2007-12-21r26299: Print out which module failed to initialise.Andrew Bartlett1-1/+1
2007-12-21r26277: Move loadparm context higher up the stack.Jelmer Vernooij1-1/+2
2007-12-21r26276: Install SWIG files if swig is present.Jelmer Vernooij1-0/+3
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2-0/+6331
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-0/+4
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-2/+3
2007-12-21r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij1-1/+1
2007-12-21r26200: Bring back some accidently removed files.Jelmer Vernooij1-0/+153
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij2-153/+1
2007-12-21r26196: Always build python bindings for ldb.Jelmer Vernooij2-7/+7