public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* sh-utils: "su" patch for use with ntsec..
@ 2002-01-26 22:50 Alexander Nanou
  2002-01-26 22:51 ` Christopher Faylor
  2002-01-26 22:53 ` Robert Collins
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Nanou @ 2002-01-26 22:50 UTC (permalink / raw)
  To: cygwin-apps

Hi!
Problem:
 the "su" command appeared to have a problem with
pasword varifecation with "ntsec" option enabled on
the win2k platform (cygwin version 1.3.9)

Cause:
 It had no abbilaty to check the password the "NT way"
:-)

Fix:
 here I provide the patch to fix this problem (with
the patched src (just in case)).
"http://alex_nanou.chat.ru/su20020125.tar.gz"

Bugs:
 none that I know of...

__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: sh-utils: "su" patch for use with ntsec..
  2002-01-26 22:50 sh-utils: "su" patch for use with ntsec Alexander Nanou
@ 2002-01-26 22:51 ` Christopher Faylor
  2002-01-26 22:53 ` Robert Collins
  1 sibling, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2002-01-26 22:51 UTC (permalink / raw)
  To: cygwin-apps; +Cc: alex_nanou

There is no "su" command in the cygwin release.

This mailing list is intended for discussing cygwin packaging issues
(and secondarily it is apparently intended for me to tell ever other
poster that they are off-topic).

cgf

On Fri, Jan 25, 2002 at 06:34:19AM -0800, Alexander Nanou wrote:
>Hi!
>Problem:
> the "su" command appeared to have a problem with
>pasword varifecation with "ntsec" option enabled on
>the win2k platform (cygwin version 1.3.9)
>
>Cause:
> It had no abbilaty to check the password the "NT way"
>:-)
>
>Fix:
> here I provide the patch to fix this problem (with
>the patched src (just in case)).
>"http://alex_nanou.chat.ru/su20020125.tar.gz"
>
>Bugs:
> none that I know of...
>
>__________________________________________________
>Do You Yahoo!?
>Great stuff seeking new owners in Yahoo! Auctions! 
>http://auctions.yahoo.com

-- 
Please do not send me personal email with cygwin questions.
Use the resources at http://cygwin.com/ .

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: sh-utils: "su" patch for use with ntsec..
  2002-01-26 22:50 sh-utils: "su" patch for use with ntsec Alexander Nanou
  2002-01-26 22:51 ` Christopher Faylor
@ 2002-01-26 22:53 ` Robert Collins
  2002-01-28 14:29   ` Christopher Faylor
  1 sibling, 1 reply; 5+ messages in thread
From: Robert Collins @ 2002-01-26 22:53 UTC (permalink / raw)
  To: Alexander Nanou, cygwin-apps

Alex, I cannot access your web site, can you post the patch to
cygwin-patches@cygwin.com please, or even just direct to me.

Thanks,
Rob
===
----- Original Message -----
From: "Alexander Nanou" <alex_nanou@yahoo.com>
To: <cygwin-apps@cygwin.com>
Sent: Saturday, January 26, 2002 1:34 AM
Subject: sh-utils: "su" patch for use with ntsec..


> Hi!
> Problem:
>  the "su" command appeared to have a problem with
> pasword varifecation with "ntsec" option enabled on
> the win2k platform (cygwin version 1.3.9)
>
> Cause:
>  It had no abbilaty to check the password the "NT way"
> :-)
>
> Fix:
>  here I provide the patch to fix this problem (with
> the patched src (just in case)).
> "http://alex_nanou.chat.ru/su20020125.tar.gz"
>
> Bugs:
>  none that I know of...
>
> __________________________________________________
> Do You Yahoo!?
> Great stuff seeking new owners in Yahoo! Auctions!
> http://auctions.yahoo.com
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: sh-utils: "su" patch for use with ntsec..
  2002-01-26 22:53 ` Robert Collins
@ 2002-01-28 14:29   ` Christopher Faylor
  2002-01-28 20:14     ` Robert Collins
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2002-01-28 14:29 UTC (permalink / raw)
  To: cygwin-apps

On Sat, Jan 26, 2002 at 11:08:49PM +1100, Robert Collins wrote:
>Alex, I cannot access your web site, can you post the patch to
>cygwin-patches@cygwin.com please, or even just direct to me.

Btw, this is not appropriate for cygwin-patches:
http://cygwin.com/lists.html#available-lists .

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: sh-utils: "su" patch for use with ntsec..
  2002-01-28 14:29   ` Christopher Faylor
@ 2002-01-28 20:14     ` Robert Collins
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Collins @ 2002-01-28 20:14 UTC (permalink / raw)
  To: cygwin-apps


===
----- Original Message ----- 
From: "Christopher Faylor" <cgf@redhat.com>
To: <cygwin-apps@cygwin.com>
Sent: Tuesday, January 29, 2002 3:19 AM
Subject: Re: sh-utils: "su" patch for use with ntsec..


> On Sat, Jan 26, 2002 at 11:08:49PM +1100, Robert Collins wrote:
> >Alex, I cannot access your web site, can you post the patch to
> >cygwin-patches@cygwin.com please, or even just direct to me.
> 
> Btw, this is not appropriate for cygwin-patches:
> http://cygwin.com/lists.html#available-lists .

So cygwin@ is the right place for this one?

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-01-28 23:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-26 22:50 sh-utils: "su" patch for use with ntsec Alexander Nanou
2002-01-26 22:51 ` Christopher Faylor
2002-01-26 22:53 ` Robert Collins
2002-01-28 14:29   ` Christopher Faylor
2002-01-28 20:14     ` Robert Collins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).