search for: reg_binary

Displaying 20 results from an estimated 29 matches for "reg_binary".

2005 Dec 06
0
Point and print
...don't know if is a printer driver or Samba problem, but I found a strange situacion in Samba. In rpcclient: rpcclient $> enumdataex ImpPcpJt PrinterDriverData Segmentation fault while with another printer works fine: rpcclient $> enumdataex ImpPcpLj PrinterDriverData HPWATERMARKDATA0: REG_BINARY: unknown length value not displayed HPWATERMARKDATA1: REG_BINARY: unknown length value not displayed HPWATERMARKDATA2: REG_BINARY: unknown length value not displayed HPWATERMARKDATA3: REG_BINARY: unknown length value not displayed HPDUMMY: REG_DWORD: 0x00000000 TrayFormSize: REG_DWORD: 0x00000070 T...
2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
...ontroller_path in + let driverdesc = "Red Hat VirtIO SCSI controller" in + let provider = "Red Hat, Inc." in - let regedits = [ - controller_path @ [ controller_offset ], - [ "DriverDate", REG_SZ "6-4-2014"; - "DriverDateData", REG_BINARY "\x00\x40\x90\xed\x87\x7f\xcf\x01"; - "DriverDesc", REG_SZ "Red Hat VirtIO SCSI controller"; - "DriverVersion", REG_SZ "62.71.104.8600" (* XXX *); - "InfPath", REG_SZ oem_inf; - "InfSection", REG_SZ &q...
2014 Aug 08
2
[PATCH 1/2] Add type checking, support integers as value
...hivex +import os +from sys import getrefcount + +srcdir = "." +if "srcdir" in os.environ and os.environ["srcdir"]: + srcdir = os.environ["srcdir"] + +h = hivex.Hivex ("%s/../images/minimal" % srcdir, + write = True) + +REG_SZ = 1 +REG_BINARY = 3 +REG_DWORD = 4 +REG_DWORD_BIG_ENDIAN = 5 +REG_QWORD = 11 + +def set_value (key="test key", t=REG_BINARY, value=b'Val'): + global h + h.node_set_value (h.root (), { + "key": key, + "t": t, + "value": value + }) + +def...
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
2017 Apr 03
0
Re: [PATCH 1/1] v2v: windows convert: fix virtio block driver installation for w10/w2k16
...irtio.ml > index 2f5349d25..965d6ac8b 100644 > --- a/v2v/windows_virtio.ml > +++ b/v2v/windows_virtio.ml > @@ -220,6 +220,13 @@ and ddb_regedits inspect drv_name drv_pciid = > [ "DriverDatabase"; "DeviceIds"; "PCI"; drv_pciid ], > [ drv_inf, REG_BINARY "\x01\xff\x00\x00" ]; > > + [ "DriverDatabase"; "DriverPackages"; drv_inf_label ], > + [ "Version", REG_BINARY ("\x00\xff\x09\x00\x00\x00\x00\x00" ^ > + "\x7b\xe9\x36\x4d\x25\xe3\xce\x11" ^ &...
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...SER\Identities\"+$identity+"Software\Microsoft\Outlook Express\5.0", "Browser Bands", "11 00 00 00 04 00 00 00 64 00 00 00 80 02 00 00 64 00 00 00 65 00 00 00 09 02 00 00 64 00 00 00 67 00 00 00 09 00 00 00 64 00 00 00 66 00 00 00 02 00 00 00 16 00 00 00", "REG_BINARY") WriteValue("HKEY_CURRENT_USER\Identities\"+$identity+"Software\Microsoft\Outlook Express\5.0", "BrowserPos", "2c 00 00 00 00 00 00 00 01 00 00 00 00 83 ff ff 00 83 ff ff ff ff ff ff ff ff ff ff 8b 00 00 00 77 00 00 00 e3 02 00 00 12 02 00 00", &quot...
2006 Jun 13
1
Query samba for printer driver state
Greetings, We're running samba 3.0.22 on debian sarge. We use the following instructions to set the device mode on new printers: http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/classicalprinting.html#prt-modeset How do we query samba to see if a given printer share has it's driver device mode set or not? regards, Ryan
2004 Oct 08
2
Printer Device Modes
Greetings Admins, The howto details setting the device mode using a windows client: http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/printing.html#id2552900 Is there a way to script this process? We support 260+ printers and it's a pain in the ass. (My wrist is hurting!) regards, Ryan
2004 Oct 29
3
Samba Add Machine Script
All, Currently we are running Samba 3.0.7 on Solaris 8 and we are experiencing a problem that the user system are not being added automatically with the add machine script: /usr/sbin/useradd -g machines -d /dev/null -s /bin/false %m If we run it manually it works. Any ideas? Thanks, Randy Corral Information Systems Brooks Automation Phoenix, Arizona 602-861-9395 ext. 228 Fax: 602-861-1442
2014 Aug 16
7
[hivex] [PATCH 0/6] Python fixes for node_set_value
Hi, This patch series is based on a prior patch[1], splitting off changes as requested and incorporating feedback from Richard Jones. It introduces type validation to avoid segmentation faults (instead, it reports an exception) and fixes handling of the bytes type in Python 3. Major changes since that series: - Drop newly introduced support for integer types for DWORD/QWORDS - Reject Unicode
2017 Oct 13
0
Wine release 2.19
...ce reference in d3d10_stateblock_Release(). d3d11: Increment the device reference count in d3d11_input_layout_AddRef(). Hugh McMaster (15): reg/tests: Test the importing of hex values with no data. regedit/tests: Test the importing of hex values with no data. reg/tests: Add REG_BINARY to the empty hex data import tests. regedit/tests: Add REG_BINARY to the empty hex data import tests. reg/tests: Print an error code when CreateFile fails. reg/tests: Use a helper function to open registry keys. reg/tests: Delete the export file before returning from compare...
2011 Dec 13
1
[hivex] [PATCH 1/1] hivexml: Change value type output to standard names
...011-10-09) + * Caller should not free return value. + */ +static char * +value_type_windows_string (hive_type t) +{ + switch (t) { + case 0: return "REG_NONE"; break; + case 1: return "REG_SZ"; 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:...
2014 Aug 04
6
[hivex] Segfault for an integer value to node_set_value
Hi, When an integer argument is passed as value, node_set_value segfaults. Reproducer is at the end of this message The backtrace points at hivex-py.c, function get_value. While obj is non-NULL, `bytes = PyUnicode_AsUTF8String (obj);` returns NULL. Kind regards, Peter https://lekensteyn.nl #!/usr/bin/env python3 import hivex, sys h = hivex.Hivex(sys.argv[1]) print(h) val = {
2017 May 26
0
Wine release 2.9
...f REG_SZ and REG_DWORD support line concatenation. regedit/tests: Test whether blank lines affect multi-line concatenation. regedit/tests: Add tests for importing REG_NONE data. regedit/tests: Add tests for importing REG_EXPAND_SZ data. regedit/tests: Add tests for importing REG_BINARY data. comctl32/tests: Add tests for mouse right-click in a treeview control. reg/tests: Add tests for key name and value name concatenation. reg/tests: Test if REG_SZ and REG_DWORD support line concatenation. reg/tests: Test whether blank lines affect multi-line concatenatio...
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
2014 Oct 31
0
Wine release 1.7.30
...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): wined3d: Check ARB_TEXTURE_COMPRESSION_RGTC for applyin...
2018 Jul 20
0
Wine release 3.13
...ler. regedit: Free allocated memory after calling GetValueName(). regedit: Always display DWORD values in hexadecimal when initializing the editor dialog. regedit: Replace Hungarian notation used with struct edit_params members. regedit: Do not overwrite a hex data type with REG_BINARY when modifying a value. Huw D. M. Davies (1): winspool: Remove ordinals from the performance functions. Jacek Caban (6): mshtml: Add IHTMLPerformance::navigation property implementation. mshtml: Add IHTMLPerformance::timing property implementation. mshtml: Expose window.pe...
2017 Jul 31
0
[PATCH v11 09/10] daemon: Implement inspection of Windows.
...Char.isalpha key.[12] && key.[13] = ':' then ( + let drive_letter = String.sub key 12 1 in + + (* Get the binary value. Is it a fixed disk? *) + let (typ, blob) = Hivex.value_value h value in + let device = + if typ = Hivex.REG_BINARY then ( + if String.length blob >= 24 && + String.is_prefix blob "DMIO:ID:" (* GPT *) then + map_registry_disk_blob_gpt (Lazy.force partitions) blob + else if String.length blob = 12 then + map_reg...
2010 Feb 05
0
Wine release 1.1.38
...includes: Add amaudio.h. mmdevapi: Add some basic property store tests. quartz: Add some tests for dsound renderer. devenum: Scan special device categories more often. powrprof: Add stubs for PowerGetActiveScheme and PowerReadDCValue. advapi32: Fix RegGetValue on REG_BINARY data. userenv: Implement DestroyEnvironmentBlock. includes: Fix typo in mmdeviceapi.idl. msvcrt: Forward _ftol2 to ntdll._ftol. avrt: Add stub for AvSetMmThreadPriority. dwmapi: Silence a noisy fixme. Marcus Meissner (4): winhttp: On NULL request, skip the other...
2008 Oct 24
0
Wine release 1.1.7
...msi: Add tests for the DrLocator part of the AppSearch action. msi: Append the file signature to the component's directory when searching for the component's key path. msi: Expand REG_EXPAND_SZ registry values in the RegLocator table. msi: Fix the returned format of REG_BINARY data. msi: Append a backslash to the AppSearch directory path. msi: Append a backslash to the AppSearch registry path. msi: All files are uncompressed in an administrative image. msi: Pass the correct view to get_row. msi: Return the requested ini field. msi: Add...