On Mon, Aug 31, 2015 at 11:39 PM, E. Winston wrote:
> Hi all,
>
> I am running cygwin 2.2.1(0.289/5/3) and OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul
> 2015 on a domain joined Windows 2012 R2 server. I am not using /etc/passwd or
> /etc/group and I would prefer not to use theses files as I anticipate a
E. Winston hotmail.com> writes:
> I am running cygwin 2.2.1(0.289/5/3) and OpenSSH_7.1p1, OpenSSL 1.0.2d 9
Jul 2015 on a domain
> joined Windows 2012 R2 server. I am not using /etc/passwd or /etc/group
and I would prefer not to use theses
> files as I anticipate a large number of accounts needing
Hi all,
I am running cygwin 2.2.1(0.289/5/3) and OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul
2015 on a domain joined Windows 2012 R2 server. I am not using /etc/passwd or
/etc/group and I would prefer not to use theses files as I anticipate a large
number of accounts needing to be configured. As part o
hi community,
searched a long time on different search engines.
I just want to know if i found correct information.
Well i installed cygwin + openssh and want to restrict user to access only
folders i allowed.
First solution i found was to restrict this by setting ChrootDirectory... but
this
> Does cygwin GCC compiler support the C99 restrict keyword?
You can find out the same way I would: by trying it out. //lat
--
No the Real Programmer wants a "you asked for it, you got it" text
editor -- complicated, cryptic, powerful, unforgiving, dangerous.
TECO, to be precis
> I have never seen restrict keyword..any ideas?
It was introduced in C99, and in a few compilers before that. Roughly
speaking it means the memory pointed to by the restrict pointer is not
aliased by anything else visible in that scope, so the compiler is free
to optimise the code assuming
,
fd_set *__restrict __writefds,
fd_set *__restrict __exceptfds,
const struct timespec *__restrict __timeout,
const __sigset_t *__restrict __sigmask) __THROW;
#endif
I have never seen restrict keyword..any ideas?
Thanks,
-Martin
--
Unsubscribe info: http://cygwin.com/ml
7 matches
Mail list logo