Age | Commit message (Expand) | Author | Files | Lines |
2008-01-06 | r26677: Implement and test iter{keys,values,items} for tdb bindings. | Tim Potter | 2 | -3/+32 |
2008-01-05 | r26669: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -3/+0 |
2008-01-05 | r26668: tdb/python: Fix default value of open_flags for tdb. | Jelmer Vernooij | 2 | -1/+2 |
2008-01-05 | r26665: registry: Fix tests on bigendian machines. | Jelmer Vernooij | 1 | -2/+6 |
2008-01-01 | r26641: ldb(Python): Remove some unnecessary {}'s. | Jelmer Vernooij | 2 | -48/+30 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 2 | -4/+4 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 2 | -5/+5 |
2007-12-30 | r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas... | Jelmer Vernooij | 2 | -16/+26 |
2007-12-28 | r26625: Wrap some more events functions for Python and add a trivial test for... | Jelmer Vernooij | 5 | -37/+169 |
2007-12-28 | r26623: python: Allow specifying URL rather than host name on the command-line. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-28 | r26620: python: Allow not specifying event contexts, in which case a new cont... | Jelmer Vernooij | 3 | -1/+51 |
2007-12-27 | r26617: Load smb.conf. | Jelmer Vernooij | 1 | -2/+8 |
2007-12-27 | r26615: Fix Python syntax | Jelmer Vernooij | 1 | -1161/+772 |
2007-12-27 | r26611: Tridge didn't write this... | Andrew Bartlett | 1 | -1/+1 |
2007-12-26 | r26602: Revert my previous commit as it only works with GNU make. | Jelmer Vernooij | 2 | -9/+9 |
2007-12-26 | r26600: Provide dir variable with current basedir in Makefile. | Jelmer Vernooij | 2 | -9/+9 |
2007-12-26 | r26596: Fixed upgrade.py. | Jelmer Vernooij | 1 | -1/+6 |
2007-12-26 | r26593: - More work on the python versions of samba3dump and the samba3sam te... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-26 | r26589: torture: Add non-const version of torture_tcase_add_simple_test | Kai Blin | 2 | -105/+79 |
2007-12-26 | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 5 | -64/+65 |
2007-12-26 | r26586: Rename fetch to get for consistency with the Python dictionary interf... | Jelmer Vernooij | 4 | -13/+14 |
2007-12-26 | r26585: Fix samba3.python tests. | Jelmer Vernooij | 3 | -35/+98 |
2007-12-26 | r26584: Fix exception handling in ldb constructor. | Jelmer Vernooij | 3 | -79/+18 |
2007-12-26 | r26583: Throw a proper exception in the python code when tdb_open() fails, fi... | Jelmer Vernooij | 3 | -28/+25 |
2007-12-24 | r26582: Use the same swig flags everywhere. | Jelmer Vernooij | 4 | -4/+4 |
2007-12-24 | r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro... | Simo Sorce | 5 | -72/+90 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 2 | -3/+4 |
2007-12-24 | r26577: Fix the standalone ldb build. | Jelmer Vernooij | 1 | -11/+8 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 4 | -4/+4 |
2007-12-24 | r26574: Do not call functions in the variable declaration, fix checking for t... | Simo Sorce | 1 | -5/+7 |
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 4 | -62/+64 |
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in autogener... | Jelmer Vernooij | 1 | -21/+7 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 13 | -663/+1851 |
2007-12-24 | r26569: Jelmer tells me that ldb must inevitably be build as a shared library, | Volker Lendecke | 1 | -0/+1 |
2007-12-24 | r26568: Revert r26482 | Volker Lendecke | 1 | -1/+0 |
2007-12-24 | r26567: Allow registering new ldb modules from python. | Jelmer Vernooij | 4 | -21/+78 |
2007-12-24 | r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ... | Jelmer Vernooij | 9 | -16/+239 |
2007-12-24 | r26564: More python bindings for registry code. | Jelmer Vernooij | 7 | -101/+238 |
2007-12-24 | r26563: Fix reg_diff_apply argument order. | Jelmer Vernooij | 4 | -10/+4 |
2007-12-21 | r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26551: Make sure NULL is defined before using it to test for getifaddrs(). | James Peach | 1 | -0/+4 |
2007-12-21 | r26550: libreplace: fallback to __ss_family of struct sockaddr_storage | Stefan Metzmacher | 2 | -0/+29 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 6 | -9/+9 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 6 | -9/+9 |
2007-12-21 | r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). | Jelmer Vernooij | 4 | -199/+197 |
2007-12-21 | r26533: libreplace: hopefully fix the share library/module build on darwin | Stefan Metzmacher | 1 | -2/+2 |
2007-12-21 | r26529: Indeed, this belongs in the schema module. Ranged results need to use | Andrew Bartlett | 1 | -5/+0 |
2007-12-21 | r26520: More Python updates. | Jelmer Vernooij | 2 | -18/+108 |
2007-12-21 | r26518: Fix provision of registry using Python. | Jelmer Vernooij | 5 | -20/+17 |
2007-12-21 | r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of... | Kai Blin | 1 | -3/+0 |