aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/release
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-03-20 14:32:49 +0100
committerCorinna Vinschen <corinna@vinschen.de>2024-03-20 14:46:49 +0100
commit205190a80bd0b50b8b34768fe298411d6bde2e25 (patch)
tree679f1ab436b1778e63b7a576e2429469888667dc /winsup/cygwin/release
parent80f722e97cf79b6ce64b2d665e059c5b7e15d416 (diff)
downloadnewlib-205190a80bd0b50b8b34768fe298411d6bde2e25.zip
newlib-205190a80bd0b50b8b34768fe298411d6bde2e25.tar.gz
newlib-205190a80bd0b50b8b34768fe298411d6bde2e25.tar.bz2
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>
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/3.6.04
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.6.0 b/winsup/cygwin/release/3.6.0
index 8d9e483..fee186e 100644
--- a/winsup/cygwin/release/3.6.0
+++ b/winsup/cygwin/release/3.6.0
@@ -21,3 +21,7 @@ What changed:
executable.
- Drop support for NT4 and Samba < 3.0.
+
+- Now that SMBv1 is ultimately deprecated and not installed by default
+ on latest Windows versions, enumerating network servers in // and shares
+ via //machine is now using Network Discovery just like Windows Explorer.