summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-257-24/+38
|\
| * Remove more uses of global_loadparm.Jelmer Vernooij2008-02-217-24/+38
* | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-162-2/+0
|/
* Fix switching of hives in regshell (#5254)Jelmer Vernooij2008-02-111-0/+3
* registry: Fix warning.Jelmer Vernooij2008-02-091-1/+1
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* dcerpc: Use manually written .pc files for dcerpc and ndr.Jelmer Vernooij2008-01-221-1/+1
* registry: Use manually written .pc file.Jelmer Vernooij2008-01-222-0/+13
* registry: Use correct return values.Jelmer Vernooij2008-01-187-32/+53
* registry: Avoid mapping registry return codes: return the right value in the ...Jelmer Vernooij2008-01-183-3/+3
* When Windows attempts to create a new key, it looks for an available key nameAndrew Kroeger2008-01-181-7/+13
* registry: Improve error codes and update tests.Jelmer Vernooij2008-01-186-20/+23
* When Windows initially creates a new value, the value name is "New Value #1".Andrew Kroeger2008-01-181-2/+22
* registry: Properly check return values from ldb_*() functions.Andrew Kroeger2008-01-181-3/+3
* registry: Check for more specific LDB return codes, handle changing existing ...Jelmer Vernooij2008-01-181-6/+11
* 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
* r26665: registry: Fix tests on bigendian machines.Jelmer Vernooij2008-01-051-2/+6
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-2/+2
* r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij2007-12-261-7/+7
* r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij2007-12-261-7/+7
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-1/+6
* 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-262-56/+57
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-18/+20
* 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-243-229/+160
* 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
* r26520: More Python updates.Jelmer Vernooij2007-12-212-18/+108
* r26518: Fix provision of registry using Python.Jelmer Vernooij2007-12-215-20/+17
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-213-59/+45
* r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin2007-12-211-1/+5
* r26451: Janitorial: fix warnings in lib/registry/Kai Blin2007-12-2110-20/+18
* r26448: Add basic tests for param python module.Jelmer Vernooij2007-12-213-27/+78
* r26443: Remove global_loadparm instances.Jelmer Vernooij2007-12-2110-13/+19
* r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij2007-12-211-88/+112
* r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij2007-12-211-5/+11
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-213-5/+7
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-3/+4
* r26407: Janitorial: Remove a pstring and compiler warnings.Kai Blin2007-12-211-36/+37
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-38/+60
* r26372: Add include for external users.Jelmer Vernooij2007-12-211-0/+1
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-214-8/+8
* r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij2007-12-214-4/+5
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-213-2/+4