summaryrefslogtreecommitdiff
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
* source3/registry/reg_parse.h: typo fixesBjörn Jacke2019-10-311-4/+4
* source3/registry/reg_import.h: typo fixesBjörn Jacke2019-10-311-8/+8
* source3/registry/reg_format.h: typo fixesBjörn Jacke2019-10-311-1/+1
* regfio: Allow ignoring of checksumMichael Hanselmann2019-10-182-1/+9
* Spelling fixes s/preceeding/preceding/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/withing/within/Mathieu Parent2019-09-011-2/+2
* Spelling fixes s/emtpy/empty/Mathieu Parent2019-09-011-1/+1
* s3/registry: clang: Fix 'initialization value is never read'Noel Power2019-07-161-10/+11
* s3/registry: clang: Fix 'initialization value is never read'Noel Power2019-07-161-2/+2
* regfio: Return instead of assert for short blocksMichael Hanselmann2019-06-201-1/+2
* s3: net: Consider unprocessed in input bufferSamuel Cabrero2019-06-111-1/+1
* registry: add a missing includeRalph Boehme2019-05-271-0/+1
* s3: net: Rewrite of reg_parse_fd() to harden against buffer overwrites.Jeremy Allison2019-05-151-99/+203
* s3: net: Harden act_val_hex() act_val_sz() against errors.Jeremy Allison2019-05-151-0/+2
* s3: net: Harden guess_charset() against overflow errors.Jeremy Allison2019-05-151-1/+9
* test_regfio.c: include stdint.h before cmoka.hFabrice Fontaine2019-05-151-0/+1
* s3/registry: fix various 'cast between incompatible function' warningsNoel Power2019-05-101-16/+45
* s3/registry: Fix incompatible func castsNoel Power2019-05-101-5/+22
* s3/registry: Fix func cast error (diff in params size_t vs uint32)Noel Power2019-05-101-1/+1
* CVE-2019-3880 s3: rpc: winreg: Remove implementations of SaveKey/RestoreKey.Jeremy Allison2019-04-082-337/+0
* regfio tests: Update comment style to match README.CodingAndrew Bartlett2019-03-201-1/+1
* regfio: Update code near recent changes to match README.CodingAndrew Bartlett2019-03-201-8/+14
* regfio: Improve handling of malformed registry hive filesMichael Hanselmann2019-03-202-1/+51
* regfio: Add trivial unit testMichael Hanselmann2019-03-201-0/+139
* regfio: Use correct function names in debug informationMichael Hanselmann2019-03-201-3/+3
* Fix typos in "valid"Michael Hanselmann2019-03-201-1/+1
* s3:registry: Use C99 initializer for BOMAndreas Schneider2019-01-281-1/+1
* s3:registry: Avoid a double-free in reg_perfcountAndreas Schneider2018-10-191-2/+2
* registry: Don't use an uninitialized valueVolker Lendecke2018-10-081-3/+3
* registry: Print failure of regdb_unpack_valuesVolker Lendecke2018-10-081-1/+5
* registry: Add error checks to regdb_unpack_valuesVolker Lendecke2018-10-081-8/+28
* registry: Add error checks to regdb_fetch_keys_internalVolker Lendecke2018-10-081-1/+17
* registry: Fix a typoVolker Lendecke2018-10-081-1/+1
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-172-4/+4
* s3:registry: Fix possible memory leak in _reg_perfcount_multi_sz_from_tdb()Andreas Schneider2018-08-111-4/+11
* s3:registry: Fix buffer truncation issues issues with gcc8Andreas Schneider2018-06-201-7/+5
* s3:registry: Fix size types and length calculationsAndreas Schneider2018-03-211-7/+9
* s3-rpc_cli: add winreg_add_core_driver()Günther Deschner2017-05-092-0/+2
* Correct "existence" typos.Chris Lamb2017-02-221-2/+2
* Correct "perfom" typos.Chris Lamb2017-02-221-1/+1
* werror: replace WERR_OBJECT_PATH_INVALID with WERR_BAD_PATHNAME in source3/re...Günther Deschner2016-09-281-2/+2
* werror: replace WERR_REG_FILE_INVALID with WERR_NOT_REGISTRY_FILE in source3/...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_REG_IO_FAILURE with WERR_REGISTRY_IO_FAILED in source3/r...Günther Deschner2016-09-283-11/+11
* werror: replace WERR_REG_CORRUPT with WERR_REGISTRY_CORRUPT in source3/regist...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/reg...Günther Deschner2016-09-285-16/+16
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/registr...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/registry/Günther Deschner2016-09-289-51/+51
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/registry/Günther Deschner2016-09-284-16/+16
* s3-registry: create winprint print processor entry for x64 as well.Günther Deschner2016-09-111-0/+1
* s3:registry: use dbwrap_purge_bystring instead of dbwrap_delete_bystringMichael Adam2016-03-011-6/+1