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

..03-May-2022-

COPYINGH A D14-Sep-202125.8 KiB505418

READMEH A D14-Sep-2021517 3020

qca-cyrus-sasl.cppH A D14-Sep-202126.8 KiB1,001815

README

1QCA Cyrus SASL plugin version 2.0.0
2-----------------------------------
3Date: October 11th, 2007
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 features based on Cyrus SASL version 2.
10
11Requirements:
12  Cyrus SASL 2.x (libsasl2)
13
14Installing
15----------
16
17For Unix/Linux/Mac:
18
19  ./configure
20  make
21  make install
22
23For Windows:
24
25  configwin rd
26  qmake
27  nmake (or make)
28  copy lib\*.dll qtdir\plugins\crypto
29
30