1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/registry
David Disseldorp bd5fe0a333 s3-perfcount: fix incorrect array length calculations
As reported by Ismail Doenmez (idonmez@suse.com), sizeof() is
incorrectly used by _reg_perfcount_init_data_block() in an attempt to
determine the length of a talloced array.

Signed-off-by: Günther Deschner <gd@samba.org>

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Jan  4 16:54:37 CET 2012 on sn-devel-104
2012-01-04 16:54:37 +01:00
..
reg_api_regf.c s3-includes: only include system/filesys.h when needed. 2011-03-30 01:13:07 +02:00
reg_api_regf.h s3:registry: move reg_api_regf prototypes to their own header file. 2010-09-21 08:52:06 +02:00
reg_api_util.c s3:registry: move the reg_api prototypes to their own header. 2010-09-21 08:52:06 +02:00
reg_api_util.h s3:registry: move prototypes of unused hilvl functions to ret_api_util.h and comment them out 2010-09-20 19:58:01 +02:00
reg_api.c s3:registry: enhance debugging of deletekey_recursive 2011-08-15 19:34:44 +02:00
reg_api.h s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive 2010-09-22 06:30:01 +02:00
reg_backend_current_version.c s3-param Remove 'announce version' parameter 2011-06-23 13:47:27 +02:00
reg_backend_db.c s3:registry: replace use of rawmemchr by portable equivalent use of strchr. 2011-12-06 10:45:42 +01:00
reg_backend_db.h s3: Make reg_backend_db.h includable by itself 2011-04-11 21:22:44 +02:00
reg_backend_hkpt_params.c
reg_backend_netlogon_params.c s3-passdb: use passdb headers where needed. 2011-03-30 01:13:08 +02:00
reg_backend_perflib.c s3-registry: missed one perflib keyname delimiter. 2010-06-28 14:18:04 +02:00
reg_backend_printing.c s3-registry: remove some unused headers. 2011-03-18 13:22:07 +01:00
reg_backend_prod_options.c
reg_backend_shares.c
reg_backend_smbconf.c s3:registry avoid updating keys which are going to be deleted in 2011-08-08 15:27:07 +02:00
reg_backend_tcpip_params.c
reg_cachehook.c s3-registry: Convert registry key delimiter from slash to backslash. 2010-06-25 17:35:41 +02:00
reg_cachehook.h
reg_db.h s3:registry: introduce a define REGDB_CODE_VERSION and use it in regdb code. 2011-09-02 10:17:20 +02:00
reg_dispatcher.c s3: Include uid_wrapper where it is missing. 2011-10-27 13:32:02 +02:00
reg_dispatcher.h s3:registry avoid updating keys which are going to be deleted in 2011-08-08 15:27:07 +02:00
reg_format.c s3:registry add function srprs_hive() 2011-10-12 22:45:53 +02:00
reg_format.h s3-registry: handle registration entries (.reg) files 2010-09-22 06:30:00 +02:00
reg_import.c s3-registry: handle registration entries (.reg) files 2010-09-22 06:30:00 +02:00
reg_import.h s3-registry: handle registration entries (.reg) files 2010-09-22 06:30:00 +02:00
reg_init_basic.c s3:registry: move prototypes from reg_init_basic.c to their own header. 2010-09-21 08:52:06 +02:00
reg_init_basic.h s3:registry: move prototypes from reg_init_basic.c to their own header. 2010-09-21 08:52:06 +02:00
reg_init_full.c s3-registry: remove some unused headers. 2011-03-18 13:22:07 +01:00
reg_init_full.h s3:registry: move prototype from reg_init_full.c to its own header. 2010-09-21 08:52:06 +02:00
reg_init_smbconf.c s3:registry: move prototype from reg_init_smbconf.c to its own header. 2010-09-21 08:52:06 +02:00
reg_init_smbconf.h s3:registry: move prototype from reg_init_smbconf.c to its own header. 2010-09-21 08:52:06 +02:00
reg_objects.c s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_bystring_upper() to NTSTATUS 2011-10-11 14:17:56 +02:00
reg_objects.h s3-registry: remove 2 byte winreg type limitation. 2010-07-02 10:50:22 +02:00
reg_parse_dox.cfg s3-registry: handle registration entries (.reg) files 2010-09-22 06:30:00 +02:00
reg_parse_internal.c s3:registry add function srprs_hive() 2011-10-12 22:45:53 +02:00
reg_parse_internal.h s3:registry add function srprs_hive() 2011-10-12 22:45:53 +02:00
reg_parse_prs.c rep_parse_prs: remove some dead, unused code. 2011-03-31 00:14:01 +02:00
reg_parse_prs.h rep_parse_prs: remove some dead, unused code. 2011-03-31 00:14:01 +02:00
reg_parse.c replace: Add don't include unistd.h directly and add uid_wrapper. 2011-10-27 13:32:02 +02:00
reg_parse.h s3-registry: handle registration entries (.reg) files 2010-09-22 06:30:00 +02:00
reg_perfcount.c s3-perfcount: fix incorrect array length calculations 2012-01-04 16:54:37 +01:00
reg_perfcount.h s3-perfcount: Create the directory on tdb open. 2011-02-07 12:32:02 +01:00
reg_util_internal.c Don't reuse a non-const pointer when manipulating const. 2011-05-05 10:41:40 -07:00
reg_util_internal.h s3:registry: remove unused function normalize_dbkey() 2010-06-24 15:36:21 +02:00
reg_util_token.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
reg_util_token.h s3:auth Remove NT_USER_TOKEN 2010-09-11 18:46:06 +10:00
regfio.c s3: Fix some False/NULL hickups 2011-12-20 13:13:17 +01:00
regfio.h s3:registry: move regio.h from include/ to registry/ 2010-09-21 09:08:33 +02:00