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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 0953c1849..4b4f06ae4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,22 @@
2008-07-14 Corinna Vinschen <corinna@vinschen.de>
+ Throughout drop allow_ntsec and allow_smbntsec handling.
+ * environ.cc (set_ntsec): Remove.
+ (set_smbntsec): Remove.
+ (known): Remove ntsec and smbntsec options.
+ * external.cc (check_ntsec): Return true if no filename is given.
+ * mount.cc (oopts): Add "acl" and "noacl" options. Set MOUNT_NOACL
+ flag accordingly.
+ (fillout_mntent): Handle MOUNT_NOACL flag.
+ * path.h (enum path_types): Add PATH_NOACL.
+ * security.cc (allow_ntsec): Remove.
+ (allow_smbntsec): Remove.
+ * security.h (allow_ntsec): Drop declaration.
+ (allow_smbntsec): Drop declaration.
+ * include/sys/mount.h (MOUNT_NOACL): Define.
+
+2008-07-14 Corinna Vinschen <corinna@vinschen.de>
+
* miscfuncs.cc (cygwin_strncasecmp): Fix bug which results in
prematurely truncated strings. Simplify target length argument to
sys_mbstowcs.