uc_sigmask set in a sigaction signal handler not honored

2019-04-03 Thread Petr Skočík
Hi. Correct me if I'm wrong but POSIX appears to define https://pubs.opengroup.org/onlinepubs/7908799/xsh/ucontext.h.html as, among other things, containing the field: sigset_tuc_sigmask the set of signals that are blocked when this context is active and it also spe

Re: uc_sigmask set in a sigaction signal handler not honored

2019-04-03 Thread Corinna Vinschen
On Apr 3 11:27, Petr Skočík wrote: > Hi. Correct me if I'm wrong but POSIX appears to define > > https://pubs.opengroup.org/onlinepubs/7908799/xsh/ucontext.h.html > > as, among other things, containing the field: > > sigset_tuc_sigmask the set of signals that are blocked when this >

Re: cygwin port of glib

2019-04-03 Thread LRN
On 05.03.2019 17:23, LRN wrote: > On 05.03.2019 17:07, E. Madison Bray wrote: >> >> If they're clean, worthwhile patches then I absolutely think you >> should get them integrated upstream if at all possible--that's almost >> always preferable. > > Okay, i'll see what i can do. > Made some progre

Re: uc_sigmask set in a sigaction signal handler not honored

2019-04-03 Thread Corinna Vinschen
On Apr 3 14:15, Corinna Vinschen wrote: > On Apr 3 11:27, Petr Skočík wrote: > > Hi. Correct me if I'm wrong but POSIX appears to define > > > > https://pubs.opengroup.org/onlinepubs/7908799/xsh/ucontext.h.html > > > > as, among other things, containing the field: > > > > sigset_tuc_sigmas

Re: uc_sigmask set in a sigaction signal handler not honored

2019-04-03 Thread Petr Skočík
> On Apr 3 14:15, Corinna Vinschen wrote: > > On Apr 3 11:27, Petr Skočík wrote: > > > Hi. Correct me if I'm wrong but POSIX appears to define > > > > > > https://pubs.opengroup.org/onlinepubs/7908799/xsh/ucontext.h.html > > > > > > as, among other things, containing the field: > > > > > > sigset

cygpath -u converts quoted UNC paths to local

2019-04-03 Thread Andrey Repin
Greetings, All! This can be considered "working by design", but it really imposes some serious restrictions on interoperability with Cygwin, that I think can be avoided. ... After some further testing, this seems to be affecting IP-based UNC paths only. The essence is this: $ dir "\\192.168.1.

Re: uc_sigmask set in a sigaction signal handler not honored

2019-04-03 Thread Corinna Vinschen
On Apr 3 16:39, Petr Skočík wrote: > > On Apr 3 14:15, Corinna Vinschen wrote: > > > On Apr 3 11:27, Petr Skočík wrote: > > > > Hi. Correct me if I'm wrong but POSIX appears to define > > > > > > > > https://pubs.opengroup.org/onlinepubs/7908799/xsh/ucontext.h.html > > > > > > > > as, among othe

Re: cygpath -u converts quoted UNC paths to local

2019-04-03 Thread Corinna Vinschen
On Apr 3 19:20, Andrey Repin wrote: > Greetings, All! > > This can be considered "working by design", but it really imposes some serious > restrictions on interoperability with Cygwin, that I think can be avoided. > > ... > > After some further testing, this seems to be affecting IP-based UNC p

Re: cygpath -u converts quoted UNC paths to local

2019-04-03 Thread Achim Gratz
Andrey Repin writes: > This can be considered "working by design", but it really imposes some serious > restrictions on interoperability with Cygwin, that I think can be avoided. But cygpath never sees the quotes, so whatever is done to the path that it gets is actually the work of your shell. In

RE: EXT: Re: cygpath -u converts quoted UNC paths to local

2019-04-03 Thread Garber, Dave (BHGE, Non-GE)
Not completely the shell. From a Windows command prompt: c:\Apps\cygwin64\bin\cygpath.exe -u \\123.456.789.321\wwwroot\ccenter\bin\online.sh //123.456.789.321/wwwroot/ccenter/bin/online.sh c:\Apps\cygwin64\bin\cygpath.exe -u "\\123.456.789.321\wwwroot\ccenter\bin\online.sh" /cygdrive/c/123.45

Re: cygpath -u converts quoted UNC paths to local

2019-04-03 Thread Chris Wagner
On 2019-04-03 12:20 pm, Andrey Repin wrote: Greetings, All! This can be considered "working by design", but it really imposes some serious restrictions on interoperability with Cygwin, that I think can be avoided. ... After some further testing, this seems to be affecting IP-based UNC path

sshd_config request: hostname token

2019-04-03 Thread Bill Stewart
It seems it would be useful to have a hostname token for use in the sshd_config file. Example usage (supposing %H expands to the hostname): AllowGroups "%H+SSH Users" This would permit access on the local computer (no matter its name) if the account is a member of the SSH Users group (if it's a