summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-012-5/+5
* r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas...Jelmer Vernooij2007-12-302-16/+26
* r26625: Wrap some more events functions for Python and add a trivial test for...Jelmer Vernooij2007-12-285-37/+169
* r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij2007-12-281-2/+4
* r26620: python: Allow not specifying event contexts, in which case a new cont...Jelmer Vernooij2007-12-283-1/+51
* 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
* r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij2007-12-262-9/+9
* r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij2007-12-262-9/+9
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-1/+6
* r26593: - More work on the python versions of samba3dump and the samba3sam te...Jelmer Vernooij2007-12-261-1/+1
* r26589: torture: Add non-const version of torture_tcase_add_simple_testKai Blin2007-12-262-105/+79
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-265-64/+65
* r26586: Rename fetch to get for consistency with the Python dictionary interf...Jelmer Vernooij2007-12-264-13/+14
* r26585: Fix samba3.python tests.Jelmer Vernooij2007-12-263-35/+98
* r26584: Fix exception handling in ldb constructor.Jelmer Vernooij2007-12-263-79/+18
* r26583: Throw a proper exception in the python code when tdb_open() fails, fi...Jelmer Vernooij2007-12-263-28/+25
* r26582: Use the same swig flags everywhere.Jelmer Vernooij2007-12-244-4/+4
* 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-242-3/+4
* 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-244-4/+4
* 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-244-62/+64
* r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij2007-12-241-21/+7
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-2413-663/+1851
* 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
* r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij2007-12-249-16/+239
* r26564: More python bindings for registry code.Jelmer Vernooij2007-12-247-101/+238
* r26563: Fix reg_diff_apply argument order.Jelmer Vernooij2007-12-244-10/+4
* r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij2007-12-211-1/+1
* r26551: Make sure NULL is defined before using it to test for getifaddrs().James Peach2007-12-211-0/+4
* r26550: libreplace: fallback to __ss_family of struct sockaddr_storageStefan Metzmacher2007-12-212-0/+29
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-216-9/+9
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-216-9/+9
* r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij2007-12-214-199/+197
* r26533: libreplace: hopefully fix the share library/module build on darwinStefan Metzmacher2007-12-211-2/+2
* r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett2007-12-211-5/+0
* r26520: More Python updates.Jelmer Vernooij2007-12-212-18/+108
* r26518: Fix provision of registry using Python.Jelmer Vernooij2007-12-215-20/+17
* r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of...Kai Blin2007-12-211-3/+0
* r26512: Another attempt at fixing darwinJelmer Vernooij2007-12-211-1/+1
* r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin2007-12-212-5/+8
* r26510: attempt to fix shld flags for darwin.Jelmer Vernooij2007-12-211-1/+1
* r26507: Fix function signature for freeifaddrs.Jelmer Vernooij2007-12-211-1/+1
* r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij2007-12-211-1/+2
* r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-211-2/+2