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>2003-01-09 14:44:17 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-01-09 14:44:17 +0300
commit3eb27a4e9e4ee13b23c5d9a21e702d939f43f46a (patch)
treeb749815bdd3bc60934b3442b95b993400acff69a /winsup/cygwin/ChangeLog
parent85ba109de7c313449a8d4cd8bcc7b0606d0f15ec (diff)
* security.cc (get_nt_attribute): Always return -1 when read_sd()
fails. (get_file_attribute): Set permissions to 0 and owner/group to -1 if security descriptor is unreadable.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f0d86c1df..93b993cd1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-09 Corinna Vinschen <corinna@vinschen.de>
+
+ * security.cc (get_nt_attribute): Always return -1 when read_sd()
+ fails.
+ (get_file_attribute): Set permissions to 0 and owner/group to -1
+ if security descriptor is unreadable.
+
2003-01-09 Christopher Faylor <cgf@redhat.com>
Use isdirsep rather than SLASH_P throughout.