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,
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
--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
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
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
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
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
--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
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()
>>> {
>>>
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
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
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
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
>>
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
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
15 matches
Mail list logo