search for: reg_multi_sz

Displaying 20 results from an estimated 27 matches for "reg_multi_sz".

2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
...- [ current_cs; "Enum"; "PCI"; "VEN_1AF4&DEV_1001&SUBSYS_00021AF4&REV_00\\3&13c0b0c5&0&38" ], - [ "Capabilities", REG_DWORD 0x6_l; - "ClassGUID", REG_SZ scsi_adapter_guid; - "CompatibleIDs", REG_MULTI_SZ [ - "PCI\\VEN_1AF4&DEV_1001&REV_00"; - "PCI\\VEN_1AF4&DEV_1001"; - "PCI\\VEN_1AF4&CC_010000"; - "PCI\\VEN_1AF4&CC_0100"; -...
2014 Jan 14
1
[PATCH] hivex: Make empty strings in REG_MULTI_SZ values available.
--- lib/value.c | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/lib/value.c b/lib/value.c index db6396f..c4e21ec 100644 --- a/lib/value.c +++ b/lib/value.c @@ -462,7 +462,27 @@ hivex_value_string (hive_h *h, hive_value_h value) return ret; } -/* http://blogs.msdn.com/oldnewthing/archive/2009/10/08/9904646.aspx */ +/* Even though + *
2016 Apr 06
8
[PATCH 0/4] v2v: simplify Windows registry patching
The way we patch the Windows registry in order to allow it to boot off a virtio-blk drive was initially conceived by comparing the state with virtio-blk driver properly installed, to that without. However, we don't want to replicate the Windows PnP system; rather we need to apply just enough edits to make the system boot, and then let the Windows PnP manager figure out the rest. This series
2011 Aug 18
2
Problem exporting samba 3.6 registry
...= "\print$\W32X86\3\IR2270XS.XPD" Valuename = Configuration File Type = REG_SZ Value = "\print$\W32X86\3\Cnp60MUI_DE1DE.DLL" Valuename = Help File Type = REG_SZ Value = "\print$\W32X86\3\Cnp6S46.HLP" Valuename = Dependent Files Type = REG_MULTI_SZ Value[000] = "\print$\W32X86\3\IR2270XS.UPD" Value[001] = "\print$\W32X86\3\CnP6E1DE.dat" Value[002] = "\print$\W32X86\3\CnP6040a_DE1DE.DLL" Value[003] = "\print$\W32X86\3\cnxp0log.DLL" Value[004] = "\print$\W32X86\3\AUSSDRV.DLL" Value[005] = "...
2015 Sep 16
0
how to use {6FDE7547-1B65-48ae-B628-80BE62016026}\VIOSerialPort ?
...abilities Type: REG_DWORD Data: 0xe6 Value 2 Name: UINumber Type: REG_DWORD Data: 0x2 Value 3 Name: ConfigFlags Type: REG_DWORD Data: 0 Value 4 Name: HardwareID Type: REG_MULTI_SZ Data: {6FDE7547-1B65-48ae-B628-80BE62016026}\VIOSerialPort Value 5 Name: CompatibleIDs Type: REG_MULTI_SZ Data: Value 6 Name: ContainerID Type: REG_SZ Data: {90e92d57-5573-11e5-9d8e-806e6f6e6963} Value 7 Name:...
2013 Oct 30
1
samba-4.1.0 wont compile- help!
...DEBUG' && (dbgtext body) ) ^ ../source3/lib/smbconf/smbconf_reg.c: In function 'smbconf_reg_set_multi_sz_value': ../source3/lib/smbconf/smbconf_reg.c:268:7: error: 'struct registry_value' has no member named 'type' value->type = REG_MULTI_SZ; ^ In file included from ../source3/include/includes.h:382:0, from ../source3/lib/smbconf/smbconf_reg.c:20: ../source3/lib/smbconf/smbconf_reg.c:286:18: error: 'struct registry_key' has no member named 'key' valname, key->key->name, win_errstr(we...
2016 Mar 04
0
Wine release 1.9.5
...3d: Get resource info from the texture in context_generate_rt_mask_no_fbo(). wined3d: Get resource info from the texture in context_apply_blit_state(). Hugh McMaster (20): reg: Allow either lowercase or uppercase 'x' when used with REG_DWORD. reg/tests: Add more tests for REG_MULTI_SZ. libwine: strtoulW and strtolW should set errno to ERANGE if an overflow will occur. reg: Fail if the data value passed with REG_DWORD will cause an overflow. reg/tests: Add a test for base 10 overflow. reg/tests: Add a test for REG_NONE with no data argument. reg/test...
2016 Apr 05
22
[PATCH 0/7] Add support for SUSE virtio windows drivers
Hi there, SUSE ships Virtual Machine Driver Pack for the virtio windows drivers. Get v2v and customize to discover them and use them if available. Cédric Bosdonnat (7): v2v: check next free oem%d.inf in /Windows/Inf v2v: extract controller offset discovery as a function customize: add support for pvvxsvc v2v: extract reusable parts of viostor regedits v2v: adapt the subkey in Enum
2006 Jun 18
0
[ win32utils-Bugs-4699 ] Service dependencies are not being created properly
...uot;MyApacheSvc" s.service_description = "My Apache Svc Description" s.binary_path_name = "C:\Apache\2.0.52\bin\Apache.exe -k runservice" s.start_type = Win32::Service::AUTO_START s.dependencies = ["Tcpip", "Afd"] # both are valid } svc.close # REG_MULTI_SZ value created for DependOnService at # HKLM\SYSTEM\CurrentControlSet\Services\MyApache: # Tcpip # ? # Expected: # Tcpip # Afd ---------------------------------------------------------------------- >Comment By: Daniel Berger (djberg96) Date: 2006-06-18 10:09 Message: As Heesob mentioned this...
2017 Sep 01
0
Wine release 2.16
...tests. regedit: Close any open registry keys before starting the key deletion process. reg/tests: Add some mixed key creation and deletion tests. reg: Close any open registry keys before starting the key deletion process. regedit: Null-terminate incomplete REG_EXPAND_SZ and REG_MULTI_SZ Unicode data. reg: Null-terminate incomplete REG_EXPAND_SZ and REG_MULTI_SZ Unicode data. Huw D. M. Davies (11): riched20: Move the editor initialization out of CreateTextHost(). riched20: Retrieve the default paragraph alignment from the text host. riched20: Initialize ME_...
2011 Dec 13
1
[hivex] [PATCH 1/1] hivexml: Change value type output to standard names
...break; + case 2: return "REG_EXPAND_SZ"; break; + case 3: return "REG_BINARY"; break; + case 4: return "REG_DWORD_LITTLE_ENDIAN"; break; + case 5: return "REG_DWORD_BIG_ENDIAN"; break; + case 6: return "REG_LINK"; break; + case 7: return "REG_MULTI_SZ"; break; + case 8: return "REG_RESOURCE_LIST"; break; + case 9: return "REG_FULL_RESOURCE_DESCRIPTOR"; break; + case 10: return "REG_RESOURCE_REQUIREMENTS_LIST"; break; + case 11: return "REG_QWORD"; break; + default: return "unknown"; bre...
2016 Feb 19
0
Wine release 1.9.4
...if the user chooses to cancel the overwriting operation. reg: Fail if REG_DWORD is passed with no data argument. reg: Handle data from REG_NONE. reg: Handle data for REG_EXPAND_SZ. reg: Handle data for REG_DWORD_LITTLE_ENDIAN and REG_DWORD_BIG_ENDIAN. reg: Add case for REG_MULTI_SZ. reg: Abort the process if get_regdata returns NULL. reg/tests: Add two more tests for REG_DWORD. reg: Fail if strtolW cannot convert the entire data string into a DWORD. reg: Use strtoulW during conversion so we can set any value in the DWORD range. reg: Fail if the d...
2018 Dec 04
2
[PATCH FOR DISCUSSION ONLY 0/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
This patch is just for discussion. There are still a couple of issues that I'm trying to fix. One is that all of the test guests I have, even ones with static IPs, have multiple interfaces, some using DHCP, so the conditions for adding the Powershell script don't kick in. This makes testing very awkward. However a bigger issue is that I think the premise is wrong. In some registries
2018 Dec 11
2
[PATCH v2 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
v1 was here with much discussion: https://www.redhat.com/archives/libguestfs/2018-December/msg00048.html v2: - Fix the case where there are multiple interfaces. Note this does not preserve order correctly (see patch for comment on why that is a hard problem). - Preserve name servers. This patch is still for discussion only. I'd like to see what might be done to get this upstream
2014 Oct 31
0
Wine release 1.7.30
...ched20: Add COM aggregation support for IRichEditOle. riched20: Add IID_IRichEditOle and IID_ITextDocument support for ITextServices::QueryInterface. Jonathan Vollebregt (6): reg/tests: Add negative DWORD tests. reg/tests: Add REG_EXPAND_SZ tests for reg add. reg/tests: Add REG_MULTI_SZ tests for reg add. reg/tests: Add REG_BINARY tests for reg add. reg/tests: Add REG_DWORD_BIG_ENDIAN tests for reg add. reg/tests: Test key formats. Ken Thomases (1): winemac: Don't allow double-clicks in the content area to zoom the window. Matteo Bruni (1): wine...
2008 Sep 19
0
Wine release 1.1.5
...es since 1.1.4: Alexander Dorofeyev (1): quartz/tests: Fix potential NULL dereference (Coverity). Alexander Nicolaysen S?rnes (5): notepad: Only append .txt to missing files without a dot in them. regedit: Convert parts of export handling to unicode. regedit: Fix importing REG_MULTI_SZ values for ANSI files. regedit: Gather a full string before exporting it. regedit: Add support for exporting unicode files. Alexandre Julliard (56): makefile: Fix dependency for programs install. winex11: Moved the X11DRV_WindowMessage function to window.c. winex11: S...
2017 Jul 07
0
Wine release 2.12
...ileges before starting some tests. regedit/tests: Add another test for "0x" prefixes in the hex data type. regedit/tests: Add some more tests for importing hex data. regedit: Hex data lines may be terminated by a semicolon. regedit: Null-terminate REG_EXPAND_SZ and REG_MULTI_SZ data if the parsed hex data does not end in a null-terminating character. reg/tests: Add another test for "0x" prefixes in the hex data type. reg/tests: Add some more tests for importing hex data. reg/tests: Test the effects of EOF on hex data during concatenation....
2007 Apr 13
0
Wine release 0.9.35
...ell32: Update the debug functions to handle Unicode value pidl. shell32: Use _ILSimpleGetTextW instead of using _ILGetTextPointer msi: Do not crash in MsiGetUserInfo if org, user or serial are not present, instead return USERINFOSTATE_ABSENT. Byeong-Sik Jeon (2): regedit: Support REG_MULTI_SZ creation and editing. regedit: Update Korean resource. Chris Robinson (23): quartz: Don't fill the dsound buffer with small amounts. quartz: Remove errant parser output pins on input connection failure. quartz: Set the sample time based on the number of bytes read befor...
2017 Jul 21
0
Wine release 2.13
...on combined formats. wined3d: Avoid using the CPU blitter for clearing converted surfaces that aren't current on the CPU. wined3d: Drop the special case for "converted" surfaces in wined3d_surface_blt(). Hugh McMaster (23): regedit: Null-terminate REG_EXPAND_SZ and REG_MULTI_SZ hex data during concatenation if we reach EOF. regedit: Update the status bar text when a treeview node is renamed. regedit: Update the listview path when renaming a treeview node. regedit: Output an error message and exit with error code zero instead of calling exit(1). reg...
2012 Nov 09
0
Wine release 1.5.17
...void a crash when serializing object text. msi: Return length for the empty string in msi_string_lookup. msi: Fix handling of strings with embedded nulls in msi_addstring. msi: Preserve strings with embedded nulls in the record formatting implementation. msi: Fix handling of REG_MULTI_SZ values in the WriteRegistryValues action. msi: Avoid a crash when target paths have not yet been resolved. msi: Return correct length for the empty string from deformat_string. msi: Remove a component regardless of its install state, unless it's a permanent component. ms...