From 5827f4d98ae9e6f32ed2e20ef647ea0b489ee330 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 19 Dec 2000 19:52:57 +0000 Subject: * environ.cc (struct parse_thing): Add entry for new CYGWIN option `smbntsec'. * path.cc (path_conv::check): Check path for being a remote path. If so and `allow_smbntsec' is set to FALSE, set has_acls to FALSE. * security.cc: Add global definition for `allow_smbntsec'. * security.h: Add extern declaration for `allow_smbntsec'. * fhandler.cc (fhandler_disk_file::open): Eliminate extern declaration of `allow_ntsec'. * syscalls.cc: Ditto. --- winsup/cygwin/security.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/security.h') diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index b6397fe10..bd1b3d891 100644 --- a/winsup/cygwin/security.h +++ b/winsup/cygwin/security.h @@ -15,6 +15,7 @@ int __stdcall get_file_attribute (int, const char *, int *, int __stdcall set_file_attribute (int, const char *, int); int __stdcall set_file_attribute (int, const char *, uid_t, gid_t, int, const char *); extern BOOL allow_ntsec; +extern BOOL allow_smbntsec; /* `lookup_name' should be called instead of LookupAccountName. * logsrv may be NULL, in this case only the local system is used for lookup. -- cgit v1.2.3