summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
...
* s4:registry - util.c - add harder checks for inputs on "reg_val_data_string"Matthias Dieter Wallnöfer2010-03-141-12/+16
* s4:registry - ldb.c - provide a mechanism for storing UTF8/binary REG_DWORD v...Matthias Dieter Wallnöfer2010-03-141-12/+47
* s4:registry - ldb.c - provide a mechansim for storing UTF8/binary REG_SZ/REG_...Matthias Dieter Wallnöfer2010-03-141-7/+39
* s4:registry - ldb.c - fix up a strange LDB filterMatthias Dieter Wallnöfer2010-03-141-1/+1
* s4:registry - ldb.c - fix up the memory handling in "reg_ldb_unpack_value"Matthias Dieter Wallnöfer2010-03-141-3/+8
* s4:registry - ldb.c - check more for possible "Out of memory" circumstancesMatthias Dieter Wallnöfer2010-03-141-4/+10
* s4:registry - ldb.c - remove superfluous "query" variableMatthias Dieter Wallnöfer2010-03-141-4/+2
* s4:registry - ldb.c - Consider result values in "reg_ldb_pack_value"Matthias Dieter Wallnöfer2010-03-141-17/+59
* s4:registry - ldb.c - Move the "val" structureMatthias Dieter Wallnöfer2010-03-141-3/+5
* s4:lib/registry/rpc: convert to use dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-16/+17
* winreg: add winreg_KeyType enum.Günther Deschner2010-03-111-1/+1
* s4-registry: add all winreg types to reg_value_types table.Günther Deschner2010-03-111-3/+11
* s4:registry/ldb.c - if "name" isn't set we should return WERR_INVALID_PARAMMatthias Dieter Wallnöfer2010-03-101-1/+5
* s4:lib/registry/ldb.c - fix up registry backend to be more robustMatthias Dieter Wallnöfer2010-03-101-9/+5
* s4:lib/registry/ldb.c - fix trailing whitespacesMatthias Dieter Wallnöfer2010-03-061-6/+6
* s4:registry library - fix up "reg_ldb_set_value"Matthias Dieter Wallnöfer2010-03-061-9/+23
* s4:registry library - make "reg_ldb_pack/unpack_value" more robustMatthias Dieter Wallnöfer2010-03-061-28/+35
* s4:libregistry - change counters to be "unsigned"Matthias Dieter Wallnöfer2010-03-0610-40/+41
* s4:registry/regf.c - specify the context when freeing the "regf" variableMatthias Dieter Wallnöfer2010-02-221-1/+1
* Spelling fixes for source4/lib/registry.Brad Hards2010-02-224-8/+8
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4-registry: fixed byte order assumptionsAndrew Tridgell2010-02-074-7/+9
* Fix unintentional free of the last value when adding a new value to a key.Wilco Baan Hofman2010-01-201-4/+8
* s4:lib/registry/util.c - Reintroduce "FIXME"sMatthias Dieter Wallnöfer2009-12-301-0/+2
* lib/registry/util.c - Reorder the registry datatypes of the conversion functionsMatthias Dieter Wallnöfer2009-11-291-9/+12
* Revert "s4:registry/util - Don't include the trailing '\0' in the internal da...Matthias Dieter Wallnöfer2009-11-291-6/+2
* s4:registry/util - Don't include the trailing '\0' in the internal data forma...Matthias Dieter Wallnöfer2009-11-271-14/+27
* Fix writing corrupt registries because of hardcoded version string in IDL.Wilco Baan Hofman2009-11-151-1/+1
* Fix writing corrupt REG_SZ to the registry.Wilco Baan Hofman2009-11-151-1/+2
* Fix trailing garbage in the hbin block.Wilco Baan Hofman2009-11-151-0/+5
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-121-1/+1
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-1/+1
* regshell: Add support for 'cd ..' and cd relative to the root.Wilco Baan Hofman2009-09-261-8/+73
* registry: Fix warning freeing talloc pointer with multiple parents.Jelmer Vernooij2009-09-261-1/+1
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-301-7/+7
* source4/lib/registry/patchfile.c(reg_diff_load): fixed possible resource leak.Slava Semushin2009-07-191-0/+1
* Fixed some uninitialised variablesMatthias Dieter Wallnöfer2009-06-191-1/+2
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-021-1/+1
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-20/+18
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-013-13/+13
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-013-7/+7
* s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...Stefan Metzmacher2009-02-061-2/+3
* s4:pyregistry: fix compiler warningsStefan Metzmacher2009-02-051-13/+16
* s4:lib/registry: fix c++ warningsStefan Metzmacher2009-02-052-8/+8
* s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-1/+1
* s4:lib/registry: s/new/nkeyStefan Metzmacher2009-02-021-3/+3
* winreg: fix winreg_EnumValue callers.Günther Deschner2009-01-161-1/+1
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1