summaryrefslogtreecommitdiff
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* s4/lib/registry: Fix use after free with popt 1.19Noel Power2022-10-141-1/+1
* CVE-2022-32746 s4/registry: Use LDB_FLAG_MOD_TYPE() for flags equality checkJoseph Sutton2022-07-271-1/+1
* librpc:ndr: Update ndr_print_debug() to the new ndr ABIPavel Filipenský2022-07-151-2/+1
* s4:lib: Fix trailing whitespaces in tools/regshell.cPavel Filipenský2022-07-151-3/+3
* s4/regtree: don't ignore unknown optionsRalph Boehme2021-09-101-0/+7
* s4/regshell: don't ignore unknown optionsRalph Boehme2021-09-101-0/+7
* s4/regpatch: don't ignore unknown optionsRalph Boehme2021-09-101-0/+7
* s4/regdiff: don't ignore unknown optionsRalph Boehme2021-09-101-0/+5
* s4:registry: Migrate regpatch to new cmdline option parserAndreas Schneider2021-06-202-10/+46
* s4:registry: Migrate regtree to new cmdline option parserAndreas Schneider2021-06-202-14/+45
* s4:registry: Migrate regdiff to new cmdline option parserAndreas Schneider2021-06-202-8/+35
* s4:registry: Migrate regshell to new cmdline option parserAndreas Schneider2021-06-202-21/+59
* Fix build after removal of an extra safe_string.hAlexander Bokovoy2020-10-011-0/+2
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-283-0/+5
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-085-8/+8
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-9/+9
* registry: Free memory at the end of each loop run to prevent mem leakSwen Schillig2019-08-081-8/+8
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-2/+10
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-2/+2
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-161-4/+9
* s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall2019-05-101-2/+2
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-4/+3
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+18
* s4/registry/py: use unsigned ParseTuple format for unsigned valueDouglas Bagnall2019-02-081-1/+1
* s4/lib/py-registry: initialize optional parameters for open_* functionsDouglas Bagnall2018-04-131-2/+6
* s4:registry: Fix size type and loopAndreas Schneider2018-04-031-5/+3
* python: Port samba.registry module to Python 3 compatible formLumir Balhar2017-10-182-18/+29
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-114-10/+22
* lib/registry/regf: better initialise nk_blockDouglas Bagnall2016-11-301-1/+1
* lib: Fix CID 1373388 Uninitialized scalar variableVolker Lendecke2016-09-281-1/+1
* lib: Fix CID 1373389 Uninitialized scalar variableVolker Lendecke2016-09-281-1/+1
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner2016-09-285-29/+29
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/reg...Günther Deschner2016-09-284-64/+64
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/lib/registry/Günther Deschner2016-09-282-3/+3
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source4/lib/registry/Günther Deschner2016-09-2811-74/+74
* s4-registry: properly initialize registry key to be added via RPCChris Davis2016-09-261-1/+10
* s4-registry: implement set value and delete value for RPCChris Davis2016-09-261-0/+52
* s4:regshell: fix O3 error unused result of asprintf in reg_complete_key()Michael Adam2016-05-131-2/+7
* s4:registry:patchfile: fix O3 error unused result of writeMichael Adam2016-05-131-4/+5
* source4/registry/local: avoid str_list_length() to check first elementDouglas Bagnall2016-05-101-1/+1
* s4:lib:registry: fix 'Conditional jump or move' valgrind error.Noel Power2016-04-251-1/+1
* pyregistry: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-14/+3
* regtree: avoid GCC indentation warningDouglas Bagnall2016-03-031-1/+2
* Make libregistry private, for now.Jelmer Vernooij2016-01-132-15/+2
* pyregistry: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett2016-01-071-1/+1
* registry: Fix CID 240989 Buffer not null terminatedVolker Lendecke2015-03-101-1/+1
* registry: Fix CID 241075 Unchecked return valueVolker Lendecke2015-03-101-1/+2
* Fix the developer O3 buildVolker Lendecke2015-02-252-4/+4