summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Expand)AuthorFilesLines
2010-03-11winreg: add winreg_KeyType enum.Günther Deschner1-1/+1
2010-03-11s4-registry: add all winreg types to reg_value_types table.Günther Deschner1-3/+11
2010-03-10s4:registry/ldb.c - if "name" isn't set we should return WERR_INVALID_PARAMMatthias Dieter Wallnöfer1-1/+5
2010-03-10s4:lib/registry/ldb.c - fix up registry backend to be more robustMatthias Dieter Wallnöfer1-9/+5
2010-03-06s4:lib/registry/ldb.c - fix trailing whitespacesMatthias Dieter Wallnöfer1-6/+6
2010-03-06s4:registry library - fix up "reg_ldb_set_value"Matthias Dieter Wallnöfer1-9/+23
2010-03-06s4:registry library - make "reg_ldb_pack/unpack_value" more robustMatthias Dieter Wallnöfer1-28/+35
2010-03-06s4:libregistry - change counters to be "unsigned"Matthias Dieter Wallnöfer10-40/+41
2010-02-22s4:registry/regf.c - specify the context when freeing the "regf" variableMatthias Dieter Wallnöfer1-1/+1
2010-02-22Spelling fixes for source4/lib/registry.Brad Hards4-8/+8
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2010-02-07s4-registry: fixed byte order assumptionsAndrew Tridgell4-7/+9
2010-01-20Fix unintentional free of the last value when adding a new value to a key.Wilco Baan Hofman1-4/+8
2009-12-30s4:lib/registry/util.c - Reintroduce "FIXME"sMatthias Dieter Wallnöfer1-0/+2
2009-11-29lib/registry/util.c - Reorder the registry datatypes of the conversion functionsMatthias Dieter Wallnöfer1-9/+12
2009-11-29Revert "s4:registry/util - Don't include the trailing '\0' in the internal da...Matthias Dieter Wallnöfer1-6/+2
2009-11-27s4:registry/util - Don't include the trailing '\0' in the internal data forma...Matthias Dieter Wallnöfer1-14/+27
2009-11-15Fix writing corrupt registries because of hardcoded version string in IDL.Wilco Baan Hofman1-1/+1
2009-11-15Fix writing corrupt REG_SZ to the registry.Wilco Baan Hofman1-1/+2
2009-11-15Fix trailing garbage in the hbin block.Wilco Baan Hofman1-0/+5
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-1/+1
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-10-23s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell1-1/+1
2009-09-26regshell: Add support for 'cd ..' and cd relative to the root.Wilco Baan Hofman1-8/+73
2009-09-26registry: Fix warning freeing talloc pointer with multiple parents.Jelmer Vernooij1-1/+1
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-7/+7
2009-07-19source4/lib/registry/patchfile.c(reg_diff_load): fixed possible resource leak.Slava Semushin1-0/+1
2009-06-19Fixed some uninitialised variablesMatthias Dieter Wallnöfer1-1/+2
2009-06-02python: Move helper functions for using param into a separate file ratherJelmer Vernooij1-1/+1
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-20/+18
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij3-13/+13
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij3-7/+7
2009-02-06s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...Stefan Metzmacher1-2/+3
2009-02-05s4:pyregistry: fix compiler warningsStefan Metzmacher1-13/+16
2009-02-05s4:lib/registry: fix c++ warningsStefan Metzmacher2-8/+8
2009-02-02s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher1-1/+1
2009-02-02s4:lib/registry: s/new/nkeyStefan Metzmacher1-3/+3
2009-01-16winreg: fix winreg_EnumValue callers.Günther Deschner1-1/+1
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-9/+9
2009-01-02Changed code to use proper talloc context instead of NULL to control memory l...scudette@gmail.com2-2/+2
2009-01-02Memory leak fixed due to accumulation of open reg keys.scudette@gmail.com1-5/+8
2009-01-02Fixes uninitialised access as reported by valgrind.scudette@gmail.com1-1/+1
2009-01-02s4:pyregistry: use tevent_context_init()Stefan Metzmacher1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher10-19/+19
2008-12-22Add header for pyparam.Jelmer Vernooij1-1/+1
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij1-0/+3
2008-12-18Use plain Python C API for registry module, rather than SWIG.Jelmer Vernooij3-19/+322
2008-12-16Start converting registry python module to plain C rather than SWIG.Jelmer Vernooij5-4870/+132