Age | Commit message (Expand) | Author | Files | Lines |
2008-02-21 | Remove yet more uses of global_loadparm. | Jelmer Vernooij | 4 | -7/+13 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 7 | -24/+38 |
2008-02-16 | Move responsibilities of build.h to makefile. | Jelmer Vernooij | 2 | -2/+0 |
2008-02-11 | Fix switching of hives in regshell (#5254) | Jelmer Vernooij | 1 | -0/+3 |
2008-02-09 | registry: Fix warning. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -1/+0 |
2008-01-22 | dcerpc: Use manually written .pc files for dcerpc and ndr. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-22 | registry: Use manually written .pc file. | Jelmer Vernooij | 2 | -0/+13 |
2008-01-18 | registry: Use correct return values. | Jelmer Vernooij | 7 | -32/+53 |
2008-01-18 | registry: Avoid mapping registry return codes: return the right value in the ... | Jelmer Vernooij | 3 | -3/+3 |
2008-01-18 | When Windows attempts to create a new key, it looks for an available key name | Andrew Kroeger | 1 | -7/+13 |
2008-01-18 | registry: Improve error codes and update tests. | Jelmer Vernooij | 6 | -20/+23 |
2008-01-18 | When Windows initially creates a new value, the value name is "New Value #1". | Andrew Kroeger | 1 | -2/+22 |
2008-01-18 | registry: Properly check return values from ldb_*() functions. | Andrew Kroeger | 1 | -3/+3 |
2008-01-18 | registry: Check for more specific LDB return codes, handle changing existing ... | Jelmer Vernooij | 1 | -6/+11 |
2008-01-07 | r26692: registry: Treat key and value names case-insensitively. | Jelmer Vernooij | 1 | -0/+10 |
2008-01-07 | r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize... | Jelmer Vernooij | 13 | -44/+171 |
2008-01-07 | r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431. | Jelmer Vernooij | 4 | -36/+64 |
2008-01-05 | r26665: registry: Fix tests on bigendian machines. | Jelmer Vernooij | 1 | -2/+6 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -2/+2 |
2007-12-26 | r26602: Revert my previous commit as it only works with GNU make. | Jelmer Vernooij | 1 | -7/+7 |
2007-12-26 | r26600: Provide dir variable with current basedir in Makefile. | Jelmer Vernooij | 1 | -7/+7 |
2007-12-26 | r26596: Fixed upgrade.py. | Jelmer Vernooij | 1 | -1/+6 |
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 | 2 | -56/+57 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 2 | -18/+20 |
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 | 3 | -229/+160 |
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 | 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 | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 3 | -59/+45 |
2007-12-21 | r26453: Janitorial: Don't use a static char[] in smb_readline_replacement. | Kai Blin | 1 | -1/+5 |
2007-12-21 | r26451: Janitorial: fix warnings in lib/registry/ | Kai Blin | 10 | -20/+18 |
2007-12-21 | r26448: Add basic tests for param python module. | Jelmer Vernooij | 3 | -27/+78 |
2007-12-21 | r26443: Remove global_loadparm instances. | Jelmer Vernooij | 10 | -13/+19 |
2007-12-21 | r26439: Require tdr_pull users to specify a smb_iconv convenience context. | Jelmer Vernooij | 1 | -88/+112 |
2007-12-21 | r26438: Store iconv convenience in tdr push contexts. | Jelmer Vernooij | 1 | -5/+11 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 3 | -5/+7 |
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -3/+4 |
2007-12-21 | r26407: Janitorial: Remove a pstring and compiler warnings. | Kai Blin | 1 | -36/+37 |
2007-12-21 | r26399: Use -O option for SWIG (less evil generated code). | Jelmer Vernooij | 2 | -38/+60 |
2007-12-21 | r26372: Add include for external users. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 4 | -8/+8 |
2007-12-21 | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 4 | -4/+5 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 3 | -2/+4 |