Re: Restrict active directory logins

2015-09-01 Thread Bryan Berns
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

Re: Restrict active directory logins

2015-09-01 Thread Achim Gratz
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

Restrict active directory logins

2015-08-31 Thread E. Winston
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

cygwin openssh restrict access

2013-11-17 Thread oli . laurel
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

Re: restrict

2003-07-07 Thread Lassi A. Tuura
> 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

Re: restrict

2003-07-07 Thread Lassi A. Tuura
> 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

restrict

2003-07-07 Thread Martin Gainty
, 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