Re: [go-nuts] cgo pam module signal handling

2023-08-14 Thread Chandrasekhar R
. On Monday, August 14, 2023 at 12:17:34 PM UTC-7 Ian Lance Taylor wrote: > On Mon, Aug 14, 2023 at 12:02 PM Chandrasekhar R > wrote: > > > > My understanding currently is sudo sets up a signal handler in pre_exec > and another signal handler later on which is tied into its main ev

Re: [go-nuts] cgo pam module signal handling

2023-08-14 Thread Chandrasekhar R
hreads from receiving the SIGCHLD signal and thus not let the signal to be handled by the old signal handler. On Friday, August 11, 2023 at 10:05:48 PM UTC-7 Ian Lance Taylor wrote: > On Fri, Aug 11, 2023 at 11:51 AM Chandrasekhar R > wrote: > > > > I am planning on using a

[go-nuts] cgo pam module signal handling

2023-08-11 Thread Chandrasekhar R
Hey community, I am planning on using a pam module written in Go (specifically https://github.com/uber/pam-ussh) . When I run a script which calls sudo continuously with an echo command, I am noticing zombie/defunct processes starting to pop up. On doing strace, I noticed that the SIGCHLD

Making Private CA

2003-02-17 Thread Chandrasekhar R S
Hello, I am making my own private CA, using the CA.pl scripts provided under the apps directory of OpenSSL release. I run ./CA.pl -newca It asks for filename, and I enter without giving any. I am prompted for PEM pass phase. I enter some. After which, I

Manufacturing Certs

2003-02-12 Thread Chandrasekhar R S
Hello All, I have to generate a new cert, for which I am making use of X509_new(). This returns a certificate which is not generated from a root certificate. Its a standalone cert. I want to generate a new cert dynamically, making use of a root certificate (a CA cert).

are server certs different from client certs

2003-02-12 Thread Chandrasekhar R S
Hi all, I have created a certificate using the following sequence of calls : X509_new() RSA_generate_key() X509_set_version(cert,3) ASN1_INTEGER_set(X509_get_serialNumber(cert),0) X509_gmtime_adj(X509_get_notBefore(cert),0);

RE: are server certs different from client certs

2003-02-12 Thread Chandrasekhar R S
. Thanks again rsr. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gotz Babin-Ebell Sent: Wednesday, February 12, 2003 10:38 PM To: [EMAIL PROTECTED] Subject: Re: are server certs different from client certs Hello, Chandrasekhar R S wrote: Hi all

RE: Tunneling Client Certs

2003-02-09 Thread Chandrasekhar R S
It seems I have not explained myself ably. I completly understand that Private Keys should and would never be sent across. But assume that you are going through a proxy using SSL. And the proxy has no capability to verify the certs. That capablity is vested with a server that sits behind the

Tunneling Client Certs

2003-02-08 Thread Chandrasekhar R S
I have posted a similar message earlier. Hoping to convey self better and get some help this time around. I have the following scenario - Client Cert -- Tunnel Server - Tunnel Client -- Backend server. The requirement is to pass the Client Cert to the Backend server. I could extract the

Client authentication

2003-01-27 Thread Chandrasekhar R S
I am to authenticate a client using his certificate. In my server program, I use SSL_CTX_set_verity(ctx, SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT,0) to mandate that client cert should be present. If present, I use SSL_get_peer_certificate(ssl) to retrieve the client cert. In my client

RE: Proxy'ing client certs

2003-01-22 Thread Chandrasekhar R S
Hello Vadim, Localized Scenario : Proxy Client -- Backend Server 5. The requirement is, Proxy Client should be presenting CLIENT CERT to the backend server. Yes, it can present it somehow RSR : I am in search of this somehow. Could it be this

Proxy'ing client certs

2003-01-19 Thread Chandrasekhar R S
I have already posted the following on the lists under Proxy'ing client certs thread. Could not see the posting, hence re-posting. - My understanding had been the following : Client Proxy Server -- Proxy Client

problem after upgrading from TSM 4.2.1.9 to 4.2.3.0.

2003-01-16 Thread Charakondala, Chandrasekhar R.
Hi All, Recently I have upgraded TSM server from 4.2.1.9 to 4.2.3.0 on AIX the upgradation went fine without any problems, After upgradation I observed many changes in scheduled backup status like In progress, Uncertain, etc. But later I found that performance of scheduled backup (server prompt)

Proxy'ing client certs

2003-01-11 Thread Chandrasekhar R S
I have the following scenario - client-Proxy - server. SSLClient - SSLServer | SSLClient - SSL Server. It is my intent to pass on the clients certificate to the server for verification and acceptance. Since, the

Any side effects after upgrading TSM 4.2.1.9 to TSM 4.2.3.0

2003-01-08 Thread Charakondala, Chandrasekhar R.
Hi all, Here we are going to upgrade our TSM 4.2.1.9 server running on AIX, first we are going to upgrade TSM 4.2.2.0 and then to TSM 4.2.3.0 same day, And I would like to know any side effects or problems after upgradation. I will appreciate your valuable information. Regards,

RE: Query

2003-01-07 Thread Chandrasekhar R S
Message- From: Ken Y. Clark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 9:02 PM To: Chandrasekhar R S Cc: [EMAIL PROTECTED] Subject: Re: Query On Tue, 7 Jan 2003, Chandrasekhar R S wrote: Date: Tue, 7 Jan 2003 12:52:27 +0530 From: Chandrasekhar R S [EMAIL PROTECTED] To: [EMAIL

RE: Query

2003-01-07 Thread Chandrasekhar R S
Chandrasekhar R S wrote: I am having a requirement as follows : I need to execute/interpret the perl requests away from mod_perl. Can you explain why you want to do this? Your stated requirement is already met by CGI, FastCGI, SpeedyCGI, and a bunch of other things, but we can't really

Query

2003-01-06 Thread Chandrasekhar R S
I am having a requirement as follows : I need to execute/interpret the perl requests away from mod_perl. Like, could mod_perl delegate the execution/interpretation of perl scripts to some other process. In the end, mod_perl would be used just to accept requests from the Web Server, but

Re: TSM database full backup to tape question

2002-12-23 Thread Charakondala, Chandrasekhar R.
Tony W, All the database,Backupsets,etc volumes are recorded in volume history file, delete unwanted backup volumes from volume history refer command delete volhistory, After deleting from volume history you can ones again reuse those volumes. Thanks, crc -Original Message- From: Tony W

Re: TSM 5.1 Monitor into TSM Management Console

2002-11-28 Thread Charakondala, Chandrasekhar R.
You should keep dsm.opt file in c:\tivoli\tsm\baclient\. crc, TSM Administrator. -Original Message- From: Luciano Ariceto [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 6:43 PM To: [EMAIL PROTECTED] Subject: TSM 5.1 Monitor into TSM Management Console Hi I

select command to get old scheduled events

2002-11-22 Thread Charakondala, Chandrasekhar R.
Hi All, How can I get old scheduled events using select commands, I can get the same using 'q event' but when I execute 'select * from events' I am getting only the latest events on scheduled backup. Thanks in advance, chandrasekhar

RE: Mod_Perl Compilation with HPUX Native CC

2002-07-04 Thread Chandrasekhar R S
: Wednesday, July 03, 2002 6:46 PM To: [EMAIL PROTECTED] Subject: RE: Mod_Perl Compilation with HPUX Native CC Chandra The command 'perl Makefile.PL' in the mod_perl-1.x.xx directory generates the Makefile and sets CC=cc by default Regards Chandrasekhar R S [EMAIL PROTECTED] on 07/03/2002 01

Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Chandrasekhar R S
Hello everyone, I must compile Mod_perl on HPUX 11.0 with HPUX's native CC, instead of gcc. Are there any configuration parameters need to be set such that Mod_Perl is compiled using cc. Thanks Chandra. Namaste, R S Chandrasekhar [EMAIL PROTECTED] [EMAIL PROTECTED] Phone :

RE: Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Chandrasekhar R S
with HPUX Native CC Yes, mod_perl does compile with cc on HP-UX 11. Per Einar Ellefsen [EMAIL PROTECTED] on 07/02/2002 05:12:10 AM To:[EMAIL PROTECTED] cc:[EMAIL PROTECTED] Subject:Re: Mod_Perl Compilation with HPUX Native CC At 11:02 02.07.2002, Chandrasekhar R S wrote: Hello