Authentication Replay Cache

2002-01-14 Thread Sreedhar Gupta
hi, I am using MIT Kerberos 5 on AIX Box. I want to know more about replay cache. Can any one please explain me what is the use of Authentication Replay Cache on KDC and how it will be handled at KDC (like file/memory). Thanks in Advance. Sreedhar Gupta **

how to do client server Authentication

2002-01-14 Thread Gurlal Brar
hi all, i am new to Kerberos authentication mechanism.we have already written client and servers (on windows and solaris).Now we want to use kerberos Authentication mechanism to authenticate clients and servers.Any idea how to impement it? I am thinking that we should proceed as the same w

how do you unsubscribe????

2002-01-14 Thread jgood
-- John Goodall Office of Information Technology University of Maryland, Baltimore County 1000 Hilltop Circle Baltimore, MD 21250

Re: How do people handle linking against des425 and openssl?

2002-01-14 Thread Booker C. Bense
On 14 Jan 2002, Sam Hartman wrote: > > "Marcus" == Marcus Watts <[EMAIL PROTECTED]> writes: > > Marcus> big gotcha though; the key schedule routine orders its > Marcus> results differently, This means if you *mix* libdes code > Marcus> between eay & mit, Bad things will happen. A

Re: How do people handle linking against des425 and openssl?

2002-01-14 Thread Booker C. Bense
> > I'll talk to Tom and Ken later today and see if they want to try and > solve this or if we just say that krb4 is old and crufty and if you're > using krb4 you are on your own. > - I have solved this, but only against the 1.2.1 tree. I'm working on getting up to date with 1.2.3, and will post

Re: Kerberos Version

2002-01-14 Thread Tom Yu
> "talleyt" == Thomas A Talley <[EMAIL PROTECTED]> writes: talleyt> Okay... I guess the next dumb question, what the heck did Sun do? I am talleyt> working with Sun Solaris 8 and there is no libkrb5.a library. I seem to recall hearing that Sun deliberately didn't expose the raw krb5 API in

RE: CTRL+C hangs RSH and RLOGIN

2002-01-14 Thread Adams Kevin J
These are the instructions I used for this and other patches: Hello, > > I recently downloaded some patches for TELNETD and FTPD to fix buffer > overflow exposures. > > The patch is in DIFF format. Is there a way to apply the patches with > out manually editing the source files? > Use "patch

USENIX Security Symposium- CALL FOR PAPERS DEADLINE EXTENDED

2002-01-14 Thread ann
SUBMISSIONS DEADLINE HAS BEEN EXTENDED TO FEBURARY 1, 2002. 11th USENIX Security Symposium - August 5 - 9, 2002 - San Francisco, CA The USENIX Security Symposium program committee seeks Refereed paper submissions in all areas relating to system and network security. If you are working in any

Re: CTRL+C hangs RSH and RLOGIN

2002-01-14 Thread Julian Williams
Thanks kevin. This copy of the patch is intact. Now when I use the command $ patch -b -i krlogind.patch I get the error message "I can't seem find a patch in there anywhere." Can you help? Thanks in advance Julian Williams.

Re: How do people handle linking against des425 and openssl?

2002-01-14 Thread Sam Hartman
> "Marcus" == Marcus Watts <[EMAIL PROTECTED]> writes: Marcus> big gotcha though; the key schedule routine orders its Marcus> results differently, This means if you *mix* libdes code Marcus> between eay & mit, Bad things will happen. As long as you Marcus> use *purely* MIT or