| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | python/ldb: Add __getitem__ implementation for LdbMessageElement. | Jelmer Vernooij | 2008-01-11 | 4 | -0/+73 |
* | | Rework ldbsearch to avoid segfault when remote LDAP server returns | Andrew Bartlett | 2008-01-11 | 1 | -12/+10 |
* | | Fix segfault when sorting LDAP replies on the client. | Andrew Bartlett | 2008-01-11 | 1 | -2/+2 |
|/ |
|
* | tdb: Add simple reimplementation of tdbdump in Python as an example of the td... | Jelmer Vernooij | 2008-01-10 | 1 | -0/+12 |
* | r26701: ldb: Build and install python modules when possible. | Jelmer Vernooij | 2008-01-10 | 2 | -7/+34 |
* | r26700: tdb: Build and install Python bindings when possible. | Jelmer Vernooij | 2008-01-10 | 4 | -42/+68 |
* | r26692: registry: Treat key and value names case-insensitively. | Jelmer Vernooij | 2008-01-07 | 1 | -0/+10 |
* | r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize... | Jelmer Vernooij | 2008-01-07 | 13 | -44/+171 |
* | r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431. | Jelmer Vernooij | 2008-01-07 | 4 | -36/+64 |
* | r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090 | Andrew Bartlett | 2008-01-06 | 1 | -1/+1 |
* | r26678: Check in auto-generated swig files. | Tim Potter | 2008-01-06 | 2 | -41/+45 |
* | r26677: Implement and test iter{keys,values,items} for tdb bindings. | Tim Potter | 2008-01-06 | 2 | -3/+32 |
* | r26669: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 2008-01-05 | 1 | -3/+0 |
* | r26668: tdb/python: Fix default value of open_flags for tdb. | Jelmer Vernooij | 2008-01-05 | 2 | -1/+2 |
* | r26665: registry: Fix tests on bigendian machines. | Jelmer Vernooij | 2008-01-05 | 1 | -2/+6 |
* | r26641: ldb(Python): Remove some unnecessary {}'s. | Jelmer Vernooij | 2008-01-01 | 2 | -48/+30 |
* | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 2008-01-01 | 2 | -4/+4 |
* | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 2008-01-01 | 2 | -5/+5 |
* | r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas... | Jelmer Vernooij | 2007-12-30 | 2 | -16/+26 |
* | r26625: Wrap some more events functions for Python and add a trivial test for... | Jelmer Vernooij | 2007-12-28 | 5 | -37/+169 |
* | r26623: python: Allow specifying URL rather than host name on the command-line. | Jelmer Vernooij | 2007-12-28 | 1 | -2/+4 |
* | r26620: python: Allow not specifying event contexts, in which case a new cont... | Jelmer Vernooij | 2007-12-28 | 3 | -1/+51 |
* | r26617: Load smb.conf. | Jelmer Vernooij | 2007-12-27 | 1 | -2/+8 |
* | r26615: Fix Python syntax | Jelmer Vernooij | 2007-12-27 | 1 | -1161/+772 |
* | r26611: Tridge didn't write this... | Andrew Bartlett | 2007-12-27 | 1 | -1/+1 |
* | r26602: Revert my previous commit as it only works with GNU make. | Jelmer Vernooij | 2007-12-26 | 2 | -9/+9 |
* | r26600: Provide dir variable with current basedir in Makefile. | Jelmer Vernooij | 2007-12-26 | 2 | -9/+9 |
* | r26596: Fixed upgrade.py. | Jelmer Vernooij | 2007-12-26 | 1 | -1/+6 |
* | r26593: - More work on the python versions of samba3dump and the samba3sam te... | Jelmer Vernooij | 2007-12-26 | 1 | -1/+1 |
* | r26589: torture: Add non-const version of torture_tcase_add_simple_test | Kai Blin | 2007-12-26 | 2 | -105/+79 |
* | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 2007-12-26 | 5 | -64/+65 |
* | r26586: Rename fetch to get for consistency with the Python dictionary interf... | Jelmer Vernooij | 2007-12-26 | 4 | -13/+14 |
* | r26585: Fix samba3.python tests. | Jelmer Vernooij | 2007-12-26 | 3 | -35/+98 |
* | r26584: Fix exception handling in ldb constructor. | Jelmer Vernooij | 2007-12-26 | 3 | -79/+18 |
* | r26583: Throw a proper exception in the python code when tdb_open() fails, fi... | Jelmer Vernooij | 2007-12-26 | 3 | -28/+25 |
* | r26582: Use the same swig flags everywhere. | Jelmer Vernooij | 2007-12-24 | 4 | -4/+4 |
* | r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro... | Simo Sorce | 2007-12-24 | 5 | -72/+90 |
* | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 2007-12-24 | 2 | -3/+4 |
* | r26577: Fix the standalone ldb build. | Jelmer Vernooij | 2007-12-24 | 1 | -11/+8 |
* | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 2007-12-24 | 4 | -4/+4 |
* | r26574: Do not call functions in the variable declaration, fix checking for t... | Simo Sorce | 2007-12-24 | 1 | -5/+7 |
* | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 2007-12-24 | 4 | -62/+64 |
* | r26571: Hide warnings about unused macros and casting qualifiers in autogener... | Jelmer Vernooij | 2007-12-24 | 1 | -21/+7 |
* | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 2007-12-24 | 13 | -663/+1851 |
* | r26569: Jelmer tells me that ldb must inevitably be build as a shared library, | Volker Lendecke | 2007-12-24 | 1 | -0/+1 |
* | r26568: Revert r26482 | Volker Lendecke | 2007-12-24 | 1 | -1/+0 |
* | r26567: Allow registering new ldb modules from python. | Jelmer Vernooij | 2007-12-24 | 4 | -21/+78 |
* | r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ... | Jelmer Vernooij | 2007-12-24 | 9 | -16/+239 |
* | r26564: More python bindings for registry code. | Jelmer Vernooij | 2007-12-24 | 7 | -101/+238 |
* | r26563: Fix reg_diff_apply argument order. | Jelmer Vernooij | 2007-12-24 | 4 | -10/+4 |