]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Correct description of NO_SECURITY.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 10 Apr 2016 13:37:43 +0000 (14:37 +0100)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 10 Apr 2016 14:28:32 +0000 (15:28 +0100)
Recipe

diff --git a/Recipe b/Recipe
index f846c23b385cea33f50bb1b82f55337dc5330706..68726a02f32e76b77c8e528a63b6913d05a8e68f 100644 (file)
--- a/Recipe
+++ b/Recipe
 #      does this.
 #
 #  - COMPAT=/DNO_SECURITY (Windows only)
-#      Disables Pageant's use of <aclapi.h>, which is not available
-#      with some development environments (such as very old versions
-#      of the mingw/Cygwin GNU toolchain). This means that Pageant
-#      won't care about the local user ID of processes accessing it; a
-#      version of Pageant built with this option will therefore refuse
-#      to run under NT-series OSes on security grounds (although it
-#      will run fine on Win95-series OSes where there is no access
-#      control anyway).
+#      Disables use of <aclapi.h>, which is not available with some
+#      development environments (such as very old versions of the
+#      mingw/Cygwin GNU toolchain). This has the following effects:
+#       - Pageant won't care about the local user ID of processes
+#         accessing it; a version of Pageant built with this option
+#         will therefore refuse to run under NT-series OSes on
+#         security grounds (although it will run fine on Win95-series
+#         OSes where there is no access control anyway).
+#       - SSH connection sharing is disabled.
+#       - There is no restriction of the process ACLs (on all versions
+#         of Windows, without warning), as if UNPROTECT below were set.
 #
 #  - COMPAT=/DNO_MULTIMON (Windows only)
 #      Disables PuTTY's use of <multimon.h>, which is not available