summaryrefslogtreecommitdiff
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
* 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
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Fix various spelling errorsMathieu Parent2015-11-061-2/+2
* lib: Remove unused functionsVolker Lendecke2015-06-232-29/+0
* source3/registry: Fix CID 1273100 Stray semicolonAnoop C S2015-06-151-1/+1
* source3/registry: Fix CID 1273421 Useless callAnoop C S2015-06-151-2/+0
* Convert uint64 to uint64_tRichard Sharpe2015-05-152-2/+2
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-143-10/+10
* Convert all uses of uint32/16/8 to _t in source3/registry.Richard Sharpe2015-05-128-42/+42
* Change the registry subsystem to use uint32_t from uint32. Also change sessio...Richard Sharpe2015-04-1616-220/+220