[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Kerberos + GSSAPI support in Tortoise SVN

From: Jean-Yves Avenard <jyavenard_at_gmail.com>
Date: Sun, 3 Oct 2010 01:04:46 +1000

Hi there.

Allright...

GSSAPI Take two.

What I did is write a library that provides the same GSSAPI entries as
the official libraries so you can link it with SASL or Neon.

When you call once of the API's entry it tries to dynamically load the
Kerberos GSSAPI DLL and call the same entry in that DLL. If the DLL
can't be found, then it reports an error as if the Kerberos connection
failed.

So if Kerberos isn't installed, it behaves like GSSAPI wasn't even
there, and if it is will use it. The advantage of that method is that
it doesn't need any modifications to the SASL or NEON source code.

This time building TSVN doesn't require any modifications to the
original build instructions ; it doesn't even need the MIT Kerberos
source code or SDK. AWK.EXE isn't necessary in the Tools directory
either.

Let me know what you think
Jean-Yves

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2667173

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2010-10-02 17:04:55 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.