Re: Security Exit

2004-10-18 Thread philip . distefano
I apologize for sending this to you all. It was not my intention to do so. However, you now have a pretty good Security Exit that works on 3 platforms, and addresses SSL concerns as well. By the by, this IS a security exit, and it documented in a separate DESIGN document (I won't trouble you all

Re: Security Exit

2004-10-18 Thread Wyatt, T Rob
MQSeries.net? -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, October 18, 2004 11:43 AM To: [EMAIL PROTECTED] Subject: Re: Security Exit I apologize for sending this to you all. It was not my intention to do so. However, you now

Re: Security Exit

2004-10-18 Thread Sid . Young
] Sent: Tuesday, 19 October 2004 01:43 To: [EMAIL PROTECTED] Subject: Re: Security Exit I apologize for sending this to you all. It was not my intention to do so. However, you now have a pretty good Security Exit that works on 3 platforms, and addresses SSL concerns as well

Re: Security Exit

2004-10-17 Thread Sid . Young
My only objection to your code is the lack of comments! My $0.02 worth Sid -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, 18 October 2004 3:40 AM To: [EMAIL PROTECTED] Subject: Re: Security Exit (See attached file

Z/OS Security exit - question on releasing storage

2004-01-27 Thread Robert X. Sloper
A question re Z/OS security exits. Does anyone know if exits are invoked as MQXR_TERM when a channel initiator is shut-down? The question relates to the requirement to free gotten storage that is allocated on the first MQXR_INIT and is then used by all exit invocations thereafter. It would be

Re: Aliasing Table Security Exit?

2004-01-06 Thread David C. Partridge
Yes, there is a security exit implementation that will do this. It is part of our Data Secure for WebSphere MQ (DSMQ) product. The product uses RSA key pairs and certificates to authenticate the communicating parties (in your case the QMGR MCA and the MQI client), and can validate

Aliasing Table Security Exit?

2004-01-05 Thread Rexford Ballard
I'm looking for a security exit which will let me alias users on one network to roles or identities on a different network. Alternatively, is there a security exit which will allow the user to set their outbound identity on MQ Client?

Re: MQExplorer Security Exit

2003-10-30 Thread Potkay, Peter M (PLC, IT)
, October 28, 2003 8:08 PM To: [EMAIL PROTECTED] Subject: Re: MQExplorer Security Exit How can you use this in the UNIX environment? More specifically, AIX. Is there a link for the source code? -Warren At 09:52 AM 10/28/2003, you wrote: You can use it on Unix. -Original Message- From

Re: MQExplorer Security Exit

2003-10-29 Thread Tibor
Maybe off-topic, but anybody heard about SSL support from MQExplorer? I find it a better idea than security exit, because all of our queue managers are v5.3 but Tandem. We sent this request to IBM support and they promised this development so 3 month ago... Even if the 'unsupported' MO71 knows

MQExplorer Security Exit

2003-10-28 Thread Potkay, Peter M (PLC, IT)
Has anyone implemented this Security exit from Neil Kolban in production? I have been fiddling with it in my LAB environment and it seems to work well. http://www.kolban.com/mq/Security/security.htm I was considering putting it on all my SYSTEM.ADMIN.SVRCONN channels, and tagging the channels

Re: MQExplorer Security Exit

2003-10-28 Thread Sony Varghese
Peter, It is quite good. Any chance of getting this exit for UNIX environment ?? Regards Sony. -Original Message- From: Potkay, Peter M (PLC, IT) [mailto:[EMAIL PROTECTED] Sent: 28 October 2003 17:34 To: [EMAIL PROTECTED] Subject: MQExplorer Security Exit Has anyone implemented

Re: MQExplorer Security Exit

2003-10-28 Thread Potkay, Peter M (PLC, IT)
You can use it on Unix. -Original Message- From: Sony Varghese [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 12:50 PM To: [EMAIL PROTECTED] Subject: Re: MQExplorer Security Exit Peter, It is quite good. Any chance of getting this exit for UNIX environment ?? Regards Sony

Re: MQExplorer Security Exit

2003-10-28 Thread Potkay, Peter M (PLC, IT)
brainfart on the MCAUSER part, I forgot that the security exit overides any value in there. My plan is to tag the MCAUSER with nobody. Now, only people with the partner exit on their MQExplorer will be able to connect to exit on the SYSTEM.ADMIN.SVRCONN, where they will be prompted for an ID

Re: MQExplorer Security Exit

2003-10-28 Thread Warren
To: [EMAIL PROTECTED] Subject: Re: MQExplorer Security Exit Peter, It is quite good. Any chance of getting this exit for UNIX environment ?? Regards Sony. -Original Message- From: Potkay, Peter M (PLC, IT) [mailto:[EMAIL PROTECTED] Sent: 28 October 2003 17:34 To: [EMAIL PROTECTED] Subject

Re: Security exit MQCD fields

2003-05-31 Thread Wyatt, T. Rob
Thanks David and Marty! The exit is a LOT more useful now. :-) -- T.Rob -Original Message- From: David C. Partridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 5:05 AM To: [EMAIL PROTECTED] Subject: Re: Security exit MQCD fields The first time you will see all the relevant

Security exit MQCD fields

2003-05-30 Thread Wyatt, T. Rob
Any security exit experts out there? I was pondering Karthik's email and decided to code up an exit that would refuse connections if the UserID was blank. I set up a SVRCONN channel and installed the exit but to my surprise, all the MQCD data fields coming in at channel initiation time were

Re: Security exit MQCD fields

2003-05-30 Thread Wyatt, T. Rob
this makes MQ behave the way you expected but does not make it secure. /*---*/ /* ReqUID.c */ /* Program installs as a Websphere MQ security exit

Re: Security exit MQCD fields

2003-05-30 Thread Marty Frasier
should initialize anything you might need for subsequent calls. Similarly, MQXR_TERM is the time to clean up anything you might have initialized in MQXR_INIT. Regards, Marty On Thursday 29 May 2003 02:49 pm, you wrote: Any security exit experts out there? I was pondering Karthik's email

Re: Security Exit for Server-Connection channel

2003-01-13 Thread Paul Clarke
Redd, Error code 127 from MS documentation is 127 The specified procedure could not ERROR_PROC_NOT_FOUND be found. The most likely cause of this, I would think, is that the procedure MyFunc is not exported from the DLL. I would check your DEF file (or whatever mechanism you use). It

Security Exit for Server-Connection channel

2003-01-12 Thread vemulapati narasimha reddy
Hi All I am facing a problem with implementing a Security Exit for Server-Connection channel. When i am trying to put the message it throws an error message: *01/12/2003 16:41:48 AMQ6175: The system could not dynamically load the library c:\mqseries\sec.dll. The system return

OS/390: Channel Security Exit

2002-11-27 Thread Bullock, Rebecca (CSC)
Wasn't someone asking a question about this very topic just a week or so ago? I just thought I'd point out that the latest issue of Mainframe Week (http://www.mainframeweek.com) has the start of a series of articles on this. It may be too late for the person with the query, but perhaps someone

Re: Security exit

2002-11-26 Thread David Sieberg
Geok, you could start with the intercommunications guide, I think it mentions sample security exits for OS/390 The data provided to your security exit will include: pChannelDefinition-QMgrName = queue manager this exit is on. pChannelExitParams-PartnerName = queue manger attempting to connect

Re: channel security exit

2002-11-26 Thread Peter Heggie
Thanks Rob.. thats stuff I really should know if I'm going to be a C programmer.. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Re: channel security exit

2002-11-25 Thread Peter Heggie
routines that need the null character at the end. Peter From: Richard Killian [EMAIL PROTECTED] on 11/25/2002 02:22 PM Please respond to MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: channel security exit I have another question related to security. I am creating my

Re: channel security exit

2002-11-25 Thread Arlen Williams
PROTECTED] Subject: Re: channel security exit I'm not an expert in C, and there is probably a better way of writing this, but this works for me (similar to your assignment statement): strncpy(od.ObjectName,queue,MQ_Q_NAME_LENGTH); where od is declared previously with: MQOD od = {MQOD_DEFAULT

Re: channel security exit

2002-11-25 Thread Wyatt, T. Rob
the first null or first n characters and is safer. -- T.Rob -Original Message- From: Peter Heggie [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: Re: channel security exit I'm not an expert in C, and there is probably a better way

Re: channel security exit

2002-11-25 Thread Richard Killian
, STEVE [EMAIL PROTECTED]To: [EMAIL PROTECTED] M cc: Sent by: MQSeriesSubject: Re: [MQSERIES] channel security exit List MQSERIES@AKH-WIE

Urgent!!!JMS client security exit??????

2002-07-19 Thread Rakesh Jaiswal
Hi All, I am writing a JMS application to put message in MQSeries5.2(AIX) with Client connection. I want to make client connection secure. So, i am gonna use Security exit. BUT ...I got a doubt.. can i write security exit in C at Client side or we have to write in JAVA only. Server side

Re: Urgent!!!JMS client security exit??????

2002-07-19 Thread Amit Gupta
To: [EMAIL PROTECTED] Subject: Urgent!!!JMS client security exit?? File: Wipro_Disclaimer.txt Hi All, I am writing a JMS application to put message in MQSeries5.2(AIX) with Client connection. I want to make client connection secure. So, i am gonna use Security exit. BUT ...I got