diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-07-30 14:41:59 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-07-30 14:41:59 +0000 |
commit | d79a78e5c8d88fc7f38c396a3d25c376766c769a (patch) | |
tree | dca36c50fa239ee670cf926f15149f34b9f227d7 /winsup/cygwin/ChangeLog | |
parent | b54881352d5c4d1c179726e52d00cc50f35a2080 (diff) | |
download | cygnal-d79a78e5c8d88fc7f38c396a3d25c376766c769a.tar.gz cygnal-d79a78e5c8d88fc7f38c396a3d25c376766c769a.tar.bz2 cygnal-d79a78e5c8d88fc7f38c396a3d25c376766c769a.zip |
* fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check for
file systems incapable of handling FileIdBothDirectoryInformation
correctly.
(fhandler_disk_file::opendir): Ditto.
* path.cc (fs_info::update): Always clear at the start.
Rearrange to make certain tests only on non-Samba, non-NFS remote
drives.
Add test for file systems known to be incapable of handling
FileIdBothDirectoryInformation correctly. Right now that's just
"UNIXFS".
* path.h (struct fs_info): Add has_buggy_fileid_dirinfo flag and
accessor methods.
(class path_conv): Add has_buggy_fileid_dirinfo method.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8a84c10c0..c961944a4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,21 @@ 2008-07-30 Corinna Vinschen <corinna@vinschen.de> + * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check for + file systems incapable of handling FileIdBothDirectoryInformation + correctly. + (fhandler_disk_file::opendir): Ditto. + * path.cc (fs_info::update): Always clear at the start. + Rearrange to make certain tests only on non-Samba, non-NFS remote + drives. + Add test for file systems known to be incapable of handling + FileIdBothDirectoryInformation correctly. Right now that's just + "UNIXFS". + * path.h (struct fs_info): Add has_buggy_fileid_dirinfo flag and + accessor methods. + (class path_conv): Add has_buggy_fileid_dirinfo method. + +2008-07-30 Corinna Vinschen <corinna@vinschen.de> + * sec_auth.cc (extract_nt_dom_user): Return domain and user name as WCHAR. (cygwin_logon_user): Accommodate above change. Convert password to |