1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Correct description of NO_SECURITY.

This commit is contained in:
Jacob Nevins 2016-04-10 14:37:43 +01:00
parent b3c3871745
commit e3f5f49cc4

19
Recipe
View File

@ -45,14 +45,17 @@
# does this. # does this.
# #
# - COMPAT=/DNO_SECURITY (Windows only) # - COMPAT=/DNO_SECURITY (Windows only)
# Disables Pageant's use of <aclapi.h>, which is not available # Disables use of <aclapi.h>, which is not available with some
# with some development environments (such as very old versions # development environments (such as very old versions of the
# of the mingw/Cygwin GNU toolchain). This means that Pageant # mingw/Cygwin GNU toolchain). This has the following effects:
# won't care about the local user ID of processes accessing it; a # - Pageant won't care about the local user ID of processes
# version of Pageant built with this option will therefore refuse # accessing it; a version of Pageant built with this option
# to run under NT-series OSes on security grounds (although it # will therefore refuse to run under NT-series OSes on
# will run fine on Win95-series OSes where there is no access # security grounds (although it will run fine on Win95-series
# control anyway). # 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) # - COMPAT=/DNO_MULTIMON (Windows only)
# Disables PuTTY's use of <multimon.h>, which is not available # Disables PuTTY's use of <multimon.h>, which is not available