Re: Empty file without "x" permission is successfully executable on Cygwin

2019-08-05 Thread Houder
On Mon, 5 Aug 2019 18:18:52, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin" wrote: > Hi, > > Please consider the following shell session: > > $ cat dummy.c > #include > > int main() > { > return 0; > } > $ gcc -o dummy dummy.c > $ mv dummy.exe dummy > $ ./dummy > $ echo $? > 0 > $ chmod

RE: Sudden loss of "e" key in cygwin only - Fixed

2019-08-05 Thread Dominic Bragge
FYI It seems a minor change (two Echo statements) in my .inputrc caused the problems I'm not sure why. All ok now (Using minty problem was still there when I tried bash) Dom -Original Message- From: cygwin-ow...@cygwin.com On Behalf Of Dominic Bragge Sent: Tuesday, 6 August 2019

Re: Empty file without "x" permission is successfully executable on Cygwin

2019-08-05 Thread Ken Brown
On 8/5/2019 4:39 PM, Ken Brown wrote: > On 8/5/2019 4:19 PM, Thomas Wolff wrote: >> >> Am 05.08.2019 um 22:01 schrieb Ken Brown: >>> On 8/5/2019 2:18 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: Hi, Please consider the following shell session: $ cat dummy.c >>

Re: Sudden loss of "e" key in cygwin only

2019-08-05 Thread Thomas Dineen
Oh My God No! Its another attack of the much feared "e" virus. This was probably written by an adolescent who saw too many episodes of Sesame Street. Thomas Dineen On 8/5/2019 7:32 PM, Dominic Bragge wrote: I'm new on the list today I use generally use Cygwin for minimalist trawling throug

Sudden loss of "e" key in cygwin only

2019-08-05 Thread Dominic Bragge
I'm new on the list today I use generally use Cygwin for minimalist trawling through ascii dumps of databases using combos of grep awk printf etc I cannot type "grep" on cmd line in cygwin anymore as of this morning! It seems I have lost the lowercase "e" key. Uppercase works. All other keys

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-05 Thread Brian Inglis
On 2019-08-05 14:06, David Goldberg wrote: > On Mon, Aug 5, 2019, 15:25 Quanah Gibson-Mount wrote: >> On Monday, August 05, 2019 9:22 AM -0400 David Goldberg wrote: >>> Sorry, was away from work over the weekend. I just tested with openssl >>> s_client and it works just fine. Version is 1.1.1. th

Re: Empty file without "x" permission is successfully executable on Cygwin

2019-08-05 Thread Ken Brown
On 8/5/2019 4:19 PM, Thomas Wolff wrote: > > Am 05.08.2019 um 22:01 schrieb Ken Brown: >> On 8/5/2019 2:18 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: >>> Hi, >>> >>> Please consider the following shell session: >>> >>> $ cat dummy.c >>> #include >>> >>> int main() >>> { >>>  

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-05 Thread Quanah Gibson-Mount
--On Monday, August 05, 2019 5:06 PM -0400 David Goldberg wrote: Correct, openssl s_client works, as does the older build of ldapsearch. I can't find any .ldaprc nor ldap.conf files on my system. Unfortunately I've only set up my system for end user purposes. Building from source will be a c

Re: Empty file without "x" permission is successfully executable on Cygwin

2019-08-05 Thread Thomas Wolff
Am 05.08.2019 um 22:01 schrieb Ken Brown: On 8/5/2019 2:18 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: Hi, Please consider the following shell session: $ cat dummy.c #include int main() { return 0; } $ gcc -o dummy dummy.c $ mv dummy.exe dummy $ ./dummy $ echo $? 0 $ c

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-05 Thread David Goldberg
Correct, openssl s_client works, as does the older build of ldapsearch. I can't find any .ldaprc nor ldap.conf files on my system. Unfortunately I've only set up my system for end user purposes. Building from source will be a challenge. Any guidance (a link is fine) on what packages to install to

Re: Empty file without "x" permission is successfully executable on Cygwin

2019-08-05 Thread Ken Brown
On 8/5/2019 2:18 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > Hi, > > Please consider the following shell session: > > $ cat dummy.c > #include > > int main() > { > return 0; > } > $ gcc -o dummy dummy.c > $ mv dummy.exe dummy > $ ./dummy > $ echo $? > 0 > $ chmod a-x dummy

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-05 Thread Achim Gratz
David Goldberg writes: > Sorry, was away from work over the weekend. I just tested with openssl > s_client and it works just fine. Version is 1.1.1. there is no self > signed certificate. It's signed with the company pki rather than commercial > and I've properly installed that chain. Good. The

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-05 Thread Quanah Gibson-Mount
--On Monday, August 05, 2019 9:22 AM -0400 David Goldberg wrote: Sorry, was away from work over the weekend. I just tested with openssl s_client and it works just fine. Version is 1.1.1. there is no self signed certificate. It's signed with the company pki rather than commercial and I've pro

Empty file without "x" permission is successfully executable on Cygwin

2019-08-05 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
Hi, Please consider the following shell session: $ cat dummy.c #include int main() { return 0; } $ gcc -o dummy dummy.c $ mv dummy.exe dummy $ ./dummy $ echo $? 0 $ chmod a-x dummy $ ./dummy -bash: ./dummy: Permission denied $ rm dummy $ touch dummy $ ./dummy $ echo $? 0 So Cygwin lets the

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-05 Thread David Goldberg
Sorry, was away from work over the weekend. I just tested with openssl s_client and it works just fine. Version is 1.1.1. there is no self signed certificate. It's signed with the company pki rather than commercial and I've properly installed that chain. The problem send to be with the new build,