Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-07-19 16:26:09 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-19 16:26:09 +0400
commit5a3ed0261050c0b39dafb104541aad6e385d00af (patch)
tree710b2d007167308f5da17e66e744e6f4968e4d24 /winsup/cygwin/ChangeLog
parentb47d83c6456eba31f9fe59fa06262cc522e5cabf (diff)
* 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.
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