summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2afcca17d..46afa294c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,16 @@
+2008-07-19 Corinna Vinschen <corinna@vinschen.de>
+
+ * autoload.cc (WNetGetProviderNameA): Define.
+ (WNetGetResourceParentA): Remove.
+ * fhandler_netdrive.cc (struct net_hdls): New structure to keep
+ WNet handles. Stored in dir->__handle throughout.
+ (thread_netdrive): Rewrite to enumerate all servers in all accessible
+ domains and workgroups.
+ (fhandler_netdrive::readdir): Simplify toplevel code. Lowercase all
+ server names in toplevel.
+ (fhandler_netdrive::rewinddir): Close all WNet handles and free
+ net_hdls structure.
+
2008-07-18 Corinna Vinschen <corinna@vinschen.de>
* fhandler.cc (fhandler_base::open): Rename x to fh. On Samba, always