Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Wed, 23 Jul 2003 11:05:11 -0400
From: Christopher Faylor <cgf-idd@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: How to tell if ntsec is on or off
Message-ID: <20030723150511.GA10419@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20030723055255.B0D3634903@nevin.research.canon.com.au> <3F1EA18E.2060100@cygwin.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <3F1EA18E.2060100@cygwin.com>
User-Agent: Mutt/1.4.1i

On Wed, Jul 23, 2003 at 10:54:06AM -0400, Larry Hall wrote:
>luke.kendall@cisra.canon.com.au wrote:
>
>>On 23 Jul, I wrote:
>>
>>>I was going to qualify this with `when ntsec is defined in CYGWIN' 
>>
>>
>>It's not easy to find out if ntsec is turned on, is it?  When I wrote
>>the above, I was thinking "ntsec turned on" means $CYGWIN includes the
>>word "ntsec".
>>
>>But I think I've just realised that isn't true, is it?
>>
>>If it's pre Cygwin 1.3.something-like-18, then it's on if and only if
>>ntsec is in $CYGWIN, but if it's after, it's on unless $CYGWIN includes
>>nontsec.  So the actual test you'd have to make would be something like
>>what I've written here (read "~" as "includes"):
>>
>>    version < 1.3.18 then $CYGWIN ~ \<ntsec else !( $CYGWIN ~ nontsec )
>>
>
>The version where ntsec was turned on by default was 1.3.13-1.  See the
>announcement here:
>
><http://sources.redhat.com/ml/cygwin-announce/2002-10/msg00004.html>

Wow.  You mean someone actually announced it?  And it was nine+ months
ago.

That doesn't sound very mean at all.  I'll have to work on that.
--
Please use the resources at cygwin.com rather than sending personal email.
Special for spam email harvesters: send email to aaaspam@sourceware.org
and be permanently blocked from mailing lists at sources.redhat.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

