statvfs: fix bsize and frsize mixup
[samba.git] / source3 / registry /
2018-10-19 Andreas Schneiders3:registry: Avoid a double-free in reg_perfcount
2018-10-08 Volker Lendeckeregistry: Don't use an uninitialized value
2018-10-08 Volker Lendeckeregistry: Print failure of regdb_unpack_values
2018-10-08 Volker Lendeckeregistry: Add error checks to regdb_unpack_values
2018-10-08 Volker Lendeckeregistry: Add error checks to regdb_fetch_keys_internal
2018-10-08 Volker Lendeckeregistry: Fix a typo
2018-08-17 Volker Lendeckelib: Pass mem_ctx to state_path()
2018-08-11 Andreas Schneiders3:registry: Fix possible memory leak in _reg_perfcount...
2018-06-20 Andreas Schneiders3:registry: Fix buffer truncation issues issues with...
2018-03-21 Andreas Schneiders3:registry: Fix size types and length calculations
2017-05-09 Günther Deschners3-rpc_cli: add winreg_add_core_driver()
2017-02-22 Chris LambCorrect "existence" typos.
2017-02-22 Chris LambCorrect "perfom" typos.
2016-09-27 Günther Deschnerwerror: replace WERR_OBJECT_PATH_INVALID with WERR_BAD_...
2016-09-27 Günther Deschnerwerror: replace WERR_REG_FILE_INVALID with WERR_NOT_REG...
2016-09-27 Günther Deschnerwerror: replace WERR_REG_IO_FAILURE with WERR_REGISTRY_...
2016-09-27 Günther Deschnerwerror: replace WERR_REG_CORRUPT with WERR_REGISTRY_COR...
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAIL...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-09-27 Günther Deschnerwerror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND...
2016-09-11 Günther Deschners3-registry: create winprint print processor entry...
2016-03-01 Michael Adams3:registry: use dbwrap_purge_bystring instead of dbwra...
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-11-06 Mathieu ParentFix various spelling errors
2015-06-23 Volker Lendeckelib: Remove unused functions
2015-06-15 Anoop C Ssource3/registry: Fix CID 1273100 Stray semicolon
2015-06-15 Anoop C Ssource3/registry: Fix CID 1273421 Useless call
2015-05-15 Richard SharpeConvert uint64 to uint64_t
2015-05-14 Richard SharpeConvert all uint32/16/8 to _t in a grab-bag of remainin...
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/registry.
2015-04-15 Richard SharpeChange the registry subsystem to use uint32_t from...
2015-03-26 Anoop C Sregistry: Fix 1273042 Identical code for if/else branch
2015-03-17 Volker Lendeckelib: Remove tdb_fetch_compat
2015-02-26 Volker Lendeckeregistry: Fix an aligment increase warning
2014-12-02 Christian Ambachs3:registry/regfio fix some valgrind warnings
2014-12-02 Christian Ambachs3:registry/regfio read SD from the correct location
2014-11-26 Volker Lendeckeregistry3: Fix a typo
2014-11-25 Stefan Metzmachers3:registry: use discard_const_p() to avoid const warni...
2014-11-13 Volker Lendeckeregistry: Slightly simplify tdb_data_is_cstr
2014-11-03 David Disseldorpreg_perfcount: don't leak state_path onto talloc tos
2014-11-03 David Disseldorpreg_backend_db: don't leak state_path onto talloc tos
2014-10-08 Volker Lendeckeregistry: Don't leave dangling transactions
2014-07-28 Volker Lendeckelib: directory_create_or_exist() does not use "uid...
2014-04-17 Andreas Schneiders3: Use root_mode() to get uid_wrapper working correctly.
2014-04-02 Stefan Metzmachers3:registry: fix invalid pointer type warning in reg_fo...
2014-02-07 Michael Adams3:registry: introduce REG_DBWRAP_FLAGS to use for...
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2014-01-07 Günther Deschners3-registry: fix typo in DEBUG statement.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-19 Christian Ambachs3:registry increase a debug level
2013-03-20 Gregor Becks3:registry accept windows like long hivenames
2012-12-12 Andreas Schneiders3-registry: Fix counters_directory() dir creation.
2012-12-12 Andreas Schneiders3-registry: Check return code of push_reg_sz().
2012-11-30 Andreas Schneiders3-reg: Fix copy and paste error in debug message.
2012-09-26 Andrew Bartlettlib/util/charset: We do not use fucntions from wchar...
2012-08-23 Björn Jackes3/registry: fix compile warning on openindiana
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-25 David BindermanFix bug 9065: source3/registry/regfio.c: bad call to...
2012-07-17 Rusty Russellsource3/registry/reg_backend_db.c: fix stackframe leak
2012-07-05 Michael Adams3:registry: untangle assignment from check in reg_enum...
2012-07-05 Michael Adams3:registry: untangle assignment from check in reg_enum...
2012-06-27 Michael Adams3:registry: change reg_import.c according to coding...
2012-06-27 Michael Adams3:registry: use TALLOC_CTX * instead of const void...
2012-06-26 Gregor Becks3:registry: add function registry_value_cmp()
2012-06-26 Gregor Becks3:registry: fix possible double free in import
2012-06-26 Gregor Becks3:registry: improve debug output in reg_parse
2012-06-26 Gregor Becks3:registry: add functions to conveniently create regis...
2012-06-26 Gregor Becks3:registry: silence net_deletekey_recursive
2012-06-26 Michael Adams3:registry: make reg_delete_path() delete the path...
2012-06-26 Gregor Becks3:registry: compile reg_create_path() & reg_delete_path()
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_in...
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-05-07 Michael Adams3:registry: let reg_values_need_update() return true...
2012-05-07 Michael Adams3:registry: let reg_subkeys_need_update() return true...
2012-05-05 Michael Adams3:registry: implement values_need_update and subkeys_n...
2012-05-05 Michael Adams3:registry: return error when Key does not exist in...
2012-04-26 Volker Lendeckes3: Remove an unused variable
2012-04-25 Michael Adams3:registry: replace call to reg_openkey() in reg_creat...
2012-04-25 Michael Adams3:registry: remove a superfluous fill_subkey_cache...
2012-04-25 Michael Adams3:registry: use fill_subkey_cache to check exsistence...
2012-04-25 Michael Adams3:registry: let fill_subkey_cache return WERR_BADFILE...
2012-04-25 Michael Adams3:registry: convert reg_openkey() to use talloc instea...
2012-04-25 Michael Adams3:registry untangle an assignment from the check in...
2012-04-25 Michael Adams3:registry: untangle assignment from check in regkey_o...
2012-04-25 Michael Adams3:registry: fix seqnum race in regdb_fetch_keys_internal
2012-04-25 Michael Adams3:registry: fix seqnum race in fetch_values_internal
2012-04-25 Michael Adams3:registry: update the seqnum in the subkey cache...
2012-04-25 Michael Adams3:registry:db: update the value container seqnum after...
2012-04-25 Michael Adams3:registry: wrap reg_deletekey() into a transaction
2012-04-25 Michael Adams3:registry: wrap reg_createkey() in a transaction
2012-04-25 Michael Adams3:registry: untangle assignments from checks in reg_cr...
2012-04-25 Michael Adams3:registry: wrap reg_deletevalue() in a transaction
2012-04-25 Michael Adams3:registry: untangle assignment from check in reg_dele...
2012-04-25 Michael Adams3:registry: fix race in reg_setvalue that could lead...
2012-04-25 Michael Adams3:registry: untangle assignment from check and add...
2012-04-25 Michael Adams3:registry: don't leak the old contents when updating...
2012-04-25 Michael Adams3:registry: fix debug message in regdb_store_values_in...
2012-04-25 Michael Adams3:registry: improve log message in regdb_unpack_values()
2012-04-25 Michael Adams3:registry: fix a debug message typo
next