summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* python/ldap: Fix a couple more tests.Jelmer Vernooij2008-01-111-18/+18
* Make a few more tests pass.Jelmer Vernooij2008-01-111-129/+115
* python/ldap: Get further.Jelmer Vernooij2008-01-111-2/+4
* python/ldap: Fix some tests.Jelmer Vernooij2008-01-111-9/+15
* python: More work getting the LDAP test to compile again.Jelmer Vernooij2008-01-111-36/+23
* python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij2008-01-111-37/+30
* 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
|/
* tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij2008-01-101-0/+12
* r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2008-01-102-7/+34
* r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij2008-01-104-42/+68
* r26692: registry: Treat key and value names case-insensitively.Jelmer Vernooij2008-01-071-0/+10
* r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij2008-01-0713-44/+171
* r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.Jelmer Vernooij2008-01-074-36/+64
* r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett2008-01-061-1/+1
* r26678: Check in auto-generated swig files.Tim Potter2008-01-062-41/+45
* r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2008-01-062-3/+32
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-3/+0
* r26668: tdb/python: Fix default value of open_flags for tdb.Jelmer Vernooij2008-01-052-1/+2
* r26665: registry: Fix tests on bigendian machines.Jelmer Vernooij2008-01-051-2/+6
* r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2008-01-012-48/+30
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-012-4/+4
* 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