Alexandre Julliard
e54f6d8f8f
mountmgr: Move the macOS credentials support to the Unix library.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-29 23:25:44 +01:00
Alexandre Julliard
236a1bc8f0
mountmgr: Move the DiskArbitration support to the Unix library.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-26 18:07:30 +01:00
Alexandre Julliard
95615a4afb
mountmgr: Move the DBus support to the Unix library.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-26 18:07:30 +01:00
Alexandre Julliard
88cde9e717
mountmgr: Pass the SCSI device information when creating a volume.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-25 12:38:59 +01:00
Alexandre Julliard
dbe3269c9d
mountmgr: Pass a Unix interface name in the dhcp_request_params ioctl.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-25 12:38:59 +01:00
Huw Davies
e5b90e93b2
dhcpcsvc: Pass a luid instead of the adapter name.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-07 11:33:53 +02:00
Erich E. Hoover
5a6c82e9e3
mountmgr.sys: Move query_unix_drive to drive.c.
...
Signed-off-by: Erich E. Hoover <erich.e.hoover@gmail.com>
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-26 16:48:42 +01:00
Hans Leidekker
bf9ae67275
mountmgr: Add ioctl to enumerate host credentials on macOS.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-03 17:21:44 +02:00
Hans Leidekker
4ed26b63ca
mountmgr: Return the disk serial from IOCTL_STORAGE_QUERY_PROPERTY(StorageDeviceProperty).
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-27 00:14:14 +02:00
Zebediah Figura
19b8aadf4b
mountmgr: Return the serial and label from IOCTL_MOUNTMGR_QUERY_UNIX_DRIVE.
...
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-06 21:21:42 +02:00
Zebediah Figura
54f93b9bb9
mountmgr: Allow querying a Unix device by device ID.
...
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-06 21:21:42 +02:00
Zebediah Figura
cf174edfd9
mountmgr: Return the filesystem type from IOCTL_MOUNTMGR_QUERY_UNIX_DRIVE.
...
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-06 21:21:42 +02:00
Chip Davis
19549d11a7
mountmgr: Populate HKLM\HARDWARE\DEVICEMAP\Scsi here instead of in kernel32.
...
Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-25 21:56:23 +01:00
Hans Leidekker
a1c159e060
mountmgr.sys: Add support for querying DHCP parameters on Linux.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-19 23:15:05 +01:00
Alex Henrie
b1203af6ba
mountmgr: Create devices and registry entries for parallel ports.
...
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-02 22:49:44 +02:00
Alex Henrie
a6cdfea1c1
mountmgr: Create devices and registry entries for serial ports.
...
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-02 22:49:44 +02:00
Francois Gouget
9cf7398394
mountmgr.sys: Remove unneeded NONAMELESSXXX directives.
2015-03-06 12:54:32 +09:00
Alexandre Julliard
55f5209631
mountmgr: Rename hal.c to dbus.c.
2011-12-20 11:06:12 +01:00
Marcus Meissner
e025b138f9
mountmgr.sys: Mark internal symbols with hidden visibility.
2011-05-20 10:32:42 +02:00
Charles Davis
9a1fb63840
mountmgr: Use the media kind to fill in the device type field on Mac OS.
2011-02-15 17:24:23 +01:00
Alexandre Julliard
134feaab05
mountmgr: Return a copy of the strings in query_dos_device.
2009-07-22 21:02:47 +02:00
Alexandre Julliard
22f58341dc
mountmgr: Add support for creating volumes without an associated drive.
2009-07-21 20:30:43 +02:00
Alexandre Julliard
053eccf910
mountmgr: Always set the mount point id as a separate step from the mount point creation.
2009-07-20 21:00:33 +02:00
Alexandre Julliard
84396c2e62
mountmgr: Add support for setting the drive UUID instead of having it always hardcoded.
2009-07-20 16:14:23 +02:00
Alexandre Julliard
a2feb0f8e4
mountmgr: Make the device type more specific than what is possible with the standard Win32 drive types.
2008-11-12 11:49:12 +01:00
Alexandre Julliard
bc32b857ab
mountmgr: Add a Wine-specific ioctl to query the Unix information about a drive.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
8faceff2f9
mountmgr: Add a Wine-specific ioctl to define a drive for a Unix path.
2008-10-24 14:24:53 +02:00
Alexandre Julliard
b2ebab9f6f
mountmgr: Allow to specify the drive letter explicitly when creating/removing a drive.
2008-10-23 15:44:18 +02:00
Alexandre Julliard
f36690d44a
mountmgr: Create devices and symlinks for dynamic drives too.
2008-10-21 15:20:09 +02:00
Alexandre Julliard
7033120f83
mountmgr: Moved the harddisk device driver to device.c.
2008-10-21 15:02:10 +02:00
Alexandre Julliard
c5e7657d0c
mountmgr: Include some system headers in mountmgr.h.
2008-10-21 15:01:52 +02:00
Alexandre Julliard
a28a387615
mountmgr: Specify the drive type as a DWORD instead of a string.
2008-10-15 20:12:27 +02:00
Maarten Lankhorst
9c02e01dcb
explorer/mountmgr.sys: Move device hotplug code over to mount manager.
2008-04-22 12:37:02 +02:00