public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* FW: Description of the new 'ntsec' feature
@ 1999-08-18 18:21 Suhaib M. Siddiqi
  1999-08-18 21:02 ` Chris Faylor
  1999-08-31 23:49 ` Suhaib M. Siddiqi
  0 siblings, 2 replies; 46+ messages in thread
From: Suhaib M. Siddiqi @ 1999-08-18 18:21 UTC (permalink / raw)
  To: Cygwin@Sourceware. Cygnus. Com

> Jim & Jenn Dumser wrote:
> > [...]
> > It would help to know exactly when these features were added to the
> > snapshots. I grabbed 990815 since it was the latest, but many programs
> > (vim, etc.) just core dump with it. (I'm running NT4 SP5.)
> > [...]
>
> It's part of the snapshots since 25-May. If you think that the ntsec
> feature is the reason for the core dumps you have two choices:
>
> - Send me an strace
> - set CYGWIN=nontsec

In my hands NTSEC had been very annoying.  I get all the time those
pinfo_proc kill at 1000 blah blah.

I did not understand the philosophy behind NTSEC.  Cygwin is a development
tool
not a multiuser UNIX login system, thus I am not sure implementing all the
UNIX
traditional security features would be helpfull for development tools.

Suhaib


>
> I'm using ntsec since I begun to develop it (since mid of January) and
> I'm using vim, too. I don't have any core dump with it. This should not
> imply, that I believe, ntsec is error free! Moreover, ntsec is a widely
> discussable feature and it will not be useful for everyone.
>
> Regards,
> Corinna
>
>
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 46+ messages in thread
* Re: FW: Description of the new 'ntsec' feature
@ 1999-08-22  8:49 Emanuele Aliberti
  1999-08-22 10:30 ` Chris Faylor
  1999-08-31 23:49 ` Emanuele Aliberti
  0 siblings, 2 replies; 46+ messages in thread
From: Emanuele Aliberti @ 1999-08-22  8:49 UTC (permalink / raw)
  To: cygwin, ssiddiqi

>The philosophy was that we could get real ownership and real executable
>bits and real UNIX permissions.

Does it use the POSIX_SEMANTICS flag when managing files stored in ntfs 
volumes? Doesn't it run the x-ed image in the NT's native POSIX server?


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 46+ messages in thread
* Re: FW: Description of the new 'ntsec' feature
@ 1999-08-22  8:57 Emanuele Aliberti
  1999-08-22 14:29 ` Corinna Vinschen
  1999-08-31 23:49 ` Emanuele Aliberti
  0 siblings, 2 replies; 46+ messages in thread
From: Emanuele Aliberti @ 1999-08-22  8:57 UTC (permalink / raw)
  To: corinna, cygwin; +Cc: ssiddiqi

>- Are the choosen security settings adequate?
>- Should the settings for administrators better be as in NT itself?
>- How is it possible to do convenient without /etc/passwd and
>   /etc/group?
Did you check how POSIX security is emulated in the Interix subsystem 
against NT's security?


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 46+ messages in thread
* RE: FW: Description of the new 'ntsec' feature
@ 1999-08-22  9:09 Emanuele Aliberti
  1999-08-31 23:49 ` Emanuele Aliberti
  0 siblings, 1 reply; 46+ messages in thread
From: Emanuele Aliberti @ 1999-08-22  9:09 UTC (permalink / raw)
  To: ssiddiqi, corinna; +Cc: cygwin

>The graphic stuff had already been taken care.  What I need, a help in
>writing a device driver for Windows.  I have zero knowledge on devices
>drivers, therefore I had asked a couple of other dvelopers i know to help 
>me
>out to complete the Xfree86 port.

If your target is w95 and WNT4, you should write two different drivers. If 
your target is W98 and W2K, it may be needed to write only one (WDM: Windows 
Driver Model), but I am not sure. For WNT4, try asking in the ros-kernel 
mailing list ( http://www.reactos.com/ ). AFAIK, we are actually the only ones 
on the net trying to use the --subsystem:native with gcc/ld (mingw32). 
(Anyone else: please contact us! We have some troubles...).


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 46+ messages in thread
[parent not found: <31AA903A2A1FD111A06300805F4B6D6402B3B58F@ssi2.interix.com>]

end of thread, other threads:[~1999-09-30 23:42 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-18 18:21 FW: Description of the new 'ntsec' feature Suhaib M. Siddiqi
1999-08-18 21:02 ` Chris Faylor
1999-08-19  3:43   ` Corinna Vinschen
1999-08-19  4:20     ` Suhaib Siddiqi
1999-08-19  7:00       ` Corinna Vinschen
1999-08-19  7:23         ` Suhaib Siddiqi
1999-08-31 23:49           ` Suhaib Siddiqi
1999-08-31 23:49         ` Corinna Vinschen
1999-08-19  8:11       ` Suhaib Siddiqi
1999-08-31 23:49         ` Suhaib Siddiqi
1999-08-31 23:49       ` Suhaib Siddiqi
1999-08-31 23:49     ` Corinna Vinschen
1999-08-19  3:58   ` Suhaib Siddiqi
1999-08-19  9:34     ` Chris Faylor
1999-08-19  9:37       ` Suhaib Siddiqi
1999-08-19 15:25         ` Chris Faylor
1999-08-19 17:52           ` Suhaib M. Siddiqi
1999-08-19 19:19             ` Chris Faylor
1999-08-20  6:16               ` Suhaib Siddiqi
1999-08-20  7:15                 ` Chris Faylor
1999-08-20  8:10                   ` Suhaib Siddiqi
1999-08-31 23:49                     ` Suhaib Siddiqi
1999-08-31 23:49                   ` Chris Faylor
1999-08-31 23:49                 ` Suhaib Siddiqi
1999-08-31 23:49               ` Chris Faylor
1999-08-31 23:49             ` Suhaib M. Siddiqi
1999-08-31 23:49           ` Chris Faylor
1999-08-31 23:49         ` Suhaib Siddiqi
1999-08-31 23:49       ` Chris Faylor
1999-08-31 23:49     ` Suhaib Siddiqi
1999-08-31 23:49   ` Chris Faylor
1999-08-31 23:49 ` Suhaib M. Siddiqi
1999-08-22  8:49 Emanuele Aliberti
1999-08-22 10:30 ` Chris Faylor
1999-08-31 23:49   ` Chris Faylor
1999-08-31 23:49 ` Emanuele Aliberti
1999-08-22  8:57 Emanuele Aliberti
1999-08-22 14:29 ` Corinna Vinschen
1999-08-22 14:38   ` Mumit Khan
1999-08-31 23:49     ` Mumit Khan
1999-08-31 23:49   ` Corinna Vinschen
1999-08-31 23:49 ` Emanuele Aliberti
1999-08-22  9:09 Emanuele Aliberti
1999-08-31 23:49 ` Emanuele Aliberti
     [not found] <31AA903A2A1FD111A06300805F4B6D6402B3B58F@ssi2.interix.com>
1999-09-03  8:12 ` Corinna Vinschen
1999-09-30 23:42   ` Corinna Vinschen

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).