summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Expand)AuthorFilesLines
2024-11-06s4:reg: s/the there/there/ in commentsDouglas Bagnall1-3/+3
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke2-1/+4
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-08-14s4:lib: Fix code spellingAndreas Schneider1-1/+1
2023-08-08s4:lib: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-04-06lib:registry: drop unused argument of reg_open_remote()Dmitry Antipov4-5/+2
2022-10-14s4/lib/registry: Fix use after free with popt 1.19Noel Power1-1/+1
2022-07-27CVE-2022-32746 s4/registry: Use LDB_FLAG_MOD_TYPE() for flags equality checkJoseph Sutton1-1/+1
2022-07-15librpc:ndr: Update ndr_print_debug() to the new ndr ABIPavel Filipenský1-2/+1
2022-07-15s4:lib: Fix trailing whitespaces in tools/regshell.cPavel Filipenský1-3/+3
2021-09-10s4/regtree: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regshell: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regpatch: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regdiff: don't ignore unknown optionsRalph Boehme1-0/+5
2021-06-20s4:registry: Migrate regpatch to new cmdline option parserAndreas Schneider2-10/+46
2021-06-20s4:registry: Migrate regtree to new cmdline option parserAndreas Schneider2-14/+45
2021-06-20s4:registry: Migrate regdiff to new cmdline option parserAndreas Schneider2-8/+35
2021-06-20s4:registry: Migrate regshell to new cmdline option parserAndreas Schneider2-21/+59
2020-10-01Fix build after removal of an extra safe_string.hAlexander Bokovoy1-0/+2
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore3-0/+5
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer5-8/+8
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-9/+9
2019-08-08registry: Free memory at the end of each loop run to prevent mem leakSwen Schillig1-8/+8
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-2/+10
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-2/+2
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power1-4/+9
2019-05-10s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall1-2/+2
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-4/+3
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig1-2/+18
2019-02-08s4/registry/py: use unsigned ParseTuple format for unsigned valueDouglas Bagnall1-1/+1
2018-04-13s4/lib/py-registry: initialize optional parameters for open_* functionsDouglas Bagnall1-2/+6
2018-04-03s4:registry: Fix size type and loopAndreas Schneider1-5/+3
2017-10-18python: Port samba.registry module to Python 3 compatible formLumir Balhar2-18/+29
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison4-10/+22
2016-11-30lib/registry/regf: better initialise nk_blockDouglas Bagnall1-1/+1
2016-09-28lib: Fix CID 1373388 Uninitialized scalar variableVolker Lendecke1-1/+1
2016-09-28lib: Fix CID 1373389 Uninitialized scalar variableVolker Lendecke1-1/+1
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner5-29/+29
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/reg...Günther Deschner4-64/+64
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/lib/registry/Günther Deschner2-3/+3
2016-09-28werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source4/lib/registry/Günther Deschner11-74/+74
2016-09-26s4-registry: properly initialize registry key to be added via RPCChris Davis1-1/+10
2016-09-26s4-registry: implement set value and delete value for RPCChris Davis1-0/+52
2016-05-13s4:regshell: fix O3 error unused result of asprintf in reg_complete_key()Michael Adam1-2/+7
2016-05-13s4:registry:patchfile: fix O3 error unused result of writeMichael Adam1-4/+5
2016-05-10source4/registry/local: avoid str_list_length() to check first elementDouglas Bagnall1-1/+1
2016-04-25s4:lib:registry: fix 'Conditional jump or move' valgrind error.Noel Power1-1/+1
2016-03-08pyregistry: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett1-14/+3