]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: // and //server: switch to Network Discovery
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 20 Mar 2024 13:32:49 +0000 (14:32 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 20 Mar 2024 13:46:49 +0000 (14:46 +0100)
commit205190a80bd0b50b8b34768fe298411d6bde2e25
tree679f1ab436b1778e63b7a576e2429469888667dc
parent80f722e97cf79b6ce64b2d665e059c5b7e15d416
Cygwin: // and //server: switch to Network Discovery

SMBv1 is ultimately deprecated since Novemer 2023.  It's also
not installed by default on latest Windows versions.

Drop using the WNet (SMBv1) API in favor of using Network Discovery.
Given there's no documented Win32 API for that, the code now uses
the Shell API.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/autoload.cc
winsup/cygwin/fhandler/netdrive.cc
winsup/cygwin/local_includes/fhandler.h
winsup/cygwin/release/3.6.0
This page took 0.029107 seconds and 5 git commands to generate.