• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D14-Sep-202125.8 KiB505418

READMEH A D14-Sep-2021826 2820

qca-wingss.cppH A D14-Sep-202161.2 KiB2,1131,572

README

1QCA Windows GSS plugin version 2.0.0
2------------------------------------
3Date: May 29th, 2008
4Website: http://delta.affinix.com/qca/
5Mailing List: Delta Project <delta@lists.affinix.com>
6
7Author: Justin Karneges <justin@affinix.com>
8
9This plugin provides SASL (GSSAPI mechanism only) using the native Windows
10Security Support Provider Interface (SSPI) for Kerberos.  Basically what this
11means is that if your Windows computer authenticates against a domain, then
12you can access capable SASL servers on that domain without a password.
13
14This plugin will safely load on any version of Windows, but it will only
15perform its function if the Kerberos SSPI feature is present (available in
16Windows 2000 or later).
17
18Installing
19----------
20
21For Windows:
22
23  configwin rd
24  qmake
25  nmake (or make)
26  copy lib\*.dll qtdir\plugins\crypto
27
28