Re: Creating a separate console window via CreateProcess

2010-02-13 Thread turbowells
Mark Geisert wrote: > turbowells writes: > > > >I built the test program with: gcc -mno-cygwin creprc.c -o creprc > ^^^ > This option means "No Cygwin". You're linking against MSVCRT, not > cygwin1.dll. > You are not creating a Cygwin pro

Re: What permissions should /home/user/.. have?

2010-02-13 Thread Larry Hall (Cygwin)
On 02/13/2010 05:08 AM, Gary wrote: Weird question maybe, but what permissions should the ".." directory entry have that sits in /home/? I'm getting some weird behaviour from grep -r (in my home directory it appears to be traversing up the .. entry and trying to access other users' files) and wo

Re: SSHD public key, group assignment issue on Windows 2008, with work-around

2010-02-13 Thread Corinna Vinschen
On Feb 12 22:25, Malte Clasen wrote: > Hi, > > I installed Cygwin 1.7.1 on a freshly installed Windows Webserver 2008. I > set up sshd using ssh-host-config -y, and initialized passwd and group using > mkpasswd and mkgroup respectively. I followed > http://cygwin.com/cygwin-ug-net/ntsec.html and e

Re: a bug in cygpath

2010-02-13 Thread Corinna Vinschen
On Feb 12 17:38, Ilguiz Latypov wrote: > > This caused Cygwin to run dumper.exe which pointed to a bug in cygpath.cc. > > $ cygpath -p -w '' > > > > I am attaching a patch that seems to have fixed the issue. Looks goo

What permissions should /home/user/.. have?

2010-02-13 Thread Gary
Weird question maybe, but what permissions should the ".." directory entry have that sits in /home/? I'm getting some weird behaviour from grep -r (in my home directory it appears to be traversing up the .. entry and trying to access other users' files) and wondering if the permissions are the cau