1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/registry
Michael Adam 95bb2c23e6 s3:registry: fix the test for a REG_SZ blob possibly being a zero terminated ucs2 string
1. catch data blobs with odd number of bytes (not an ucs2 string at all)
2. test the right ucs2 character to be 0
   (prevent out-of bounds access/potential segfault)

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sun Oct  2 01:26:05 CEST 2011 on sn-devel-104
2011-10-02 01:26:04 +02: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: fix a debug message in the v2_to_v3 upgrade code 2011-09-19 10:31:45 +02: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
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
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:registry avoid updating keys which are going to be deleted in 2011-08-08 15:27:07 +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: fix the test for a REG_SZ blob possibly being a zero terminated ucs2 string 2011-10-02 01:26:04 +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: move all .c and .h files of dbwrap to lib/dbwrap/ 2011-07-29 13:34:22 +02:00
reg_objects.h
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/reg_parse_internal.c: add copyright information 2011-06-11 11:44:31 +02:00
reg_parse_internal.h s3:registry/reg_parse_internal.h: add copyright information 2011-06-11 11:44:31 +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 More const fixes. Remove CONST_DISCARD. 2011-05-06 01:44:07 +02:00
reg_parse.h s3-registry: handle registration entries (.reg) files 2010-09-22 06:30:00 +02:00
reg_perfcount.c tdb_fetch_compat: use instead of tdb_fetch. 2011-06-20 11:18:35 +02: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
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
regfio.c s3-talloc Change TALLOC_MEMDUP() to talloc_memdup() 2011-06-09 12:40:08 +02:00
regfio.h s3:registry: move regio.h from include/ to registry/ 2010-09-21 09:08:33 +02:00