194 Commits

Author SHA1 Message Date
Albert Astals Cid
f9fc3f356f remove unused variables 2020-01-24 10:46:27 +01:00
Albert Astals Cid
d3f8ea684e QString::mid -> midRef 2020-01-23 17:40:59 +01:00
Albert Astals Cid
dbef5838d4 Enable QT_NO_SIGNALS_SLOTS_KEYWORDS 2020-01-22 19:31:28 +01:00
Laurent Montel
acb45eeb84 Use nullptr 2020-01-20 13:37:51 +01:00
Albert Astals Cid
d71f4c279b Drop Qt4 support 2020-01-19 17:19:23 +01:00
Albert Astals Cid
00d311d90f Add override 2020-01-19 16:28:44 +01:00
Nicolás Alvarez
ad50594cb2 Fix repeated 'the the' in comments. 2018-10-15 10:26:08 -03:00
Ivan Romanov
6d690c0070 Build static QCA
Added new cmake variable SHARED_LIBRARY. By default is on.
When it is off QCA library, plugins, tools, examples and unittests
will be built as static. Also if is used static Qt plugins will be
built as static. Tested with Qt4.
2014-01-02 03:50:18 +06:00
Ivan Romanov
034f873f68 use Qt5 C++ flags for examples, tools and unittests 2013-08-30 20:22:59 +06:00
Ivan Romanov
9462469bb5 dropped bat, qconf and qmake rules
Now cmake rules fully works.
2013-08-26 00:55:17 +06:00
Ivan Romanov
13d0dc5e6d added cmake variable QCA_LIB_SUFFIX
QCA_LIB_SUFFIX intended to replace workaround
3 major version. For building for Qt5 can be used
-DQCA_LIB_SUFFIX=qt5 for example. Result will be
named libqca2-qt5.so.2.0.3 library for Linux.
Also this suffix will be applied for qca2 pkg config file,
qcatool2 binary and qcatool2 manpage.

I hope that is a good way to resolve the building conflict
against qt4 and qt5.
2013-08-26 00:55:01 +06:00
Ivan Romanov
57aa7db0e3 less warnings 2013-07-24 23:52:37 +06:00
Ivan Romanov
4f55e9b680 fix Windows line endings 2013-07-20 23:06:21 +06:00
David Faure
57ce5c3bc9 Port to Qt5 by Ivan Romanov <drizt@land.ru>
svn path=/trunk/kdesupport/qca/; revision=1347515
2013-04-02 11:00:43 +00:00
Urs Wolfer
014595173f optimizegraphics: Losslessly optimized PNG and SVGZ files with "optipng -o5" and "advdef -z -4".
Reduced disk space: 10144KB (9MB)

svn path=/trunk/kdesupport/qca/; revision=1062098
2009-12-13 19:51:03 +00:00
Justin Karneges
ad9b7e2ec4 confapp.pri is now the generated file instead of confapp_unix/win.pri
app.pri is now the non-generated file instead of confapp.pri

svn path=/trunk/kdesupport/qca/; revision=958863
2009-04-24 21:12:15 +00:00
Justin Karneges
499388751c set a good example, by making sure QCA::Initializer is always before
qapp

svn path=/trunk/kdesupport/qca/; revision=958799
2009-04-24 17:59:20 +00:00
Justin Karneges
b163987540 fix examples for doxygen, comment out cmssigner and tlssocket until we
can figure out how to make them work..

svn path=/trunk/kdesupport/qca/; revision=816991
2008-06-05 02:00:11 +00:00
Justin Karneges
a7fc09ec5a centralize qca inclusion to crypto.prf in the base dir
svn path=/trunk/kdesupport/qca/; revision=815977
2008-06-02 22:35:07 +00:00
Justin Karneges
d97fc725b0 wait 3 cycles instead, and also disconnect signals from sasl to prevent
a late response from appearing

svn path=/trunk/kdesupport/qca/; revision=811905
2008-05-24 00:21:44 +00:00
Justin Karneges
dc4971fab8 don't lose data if there is a pending writeIncoming and the connection
is closed

svn path=/trunk/kdesupport/qca/; revision=811902
2008-05-24 00:05:34 +00:00
Justin Karneges
4a82380c6d large cleanup, also add support for protocol selection, sending error
messages to the client, and multiple connections

svn path=/trunk/kdesupport/qca/; revision=811002
2008-05-22 00:32:05 +00:00
Justin Karneges
8f894adbc0 handle error messages from the server
svn path=/trunk/kdesupport/qca/; revision=811000
2008-05-22 00:29:48 +00:00
Justin Karneges
109100ca17 rename to saslserver
svn path=/trunk/kdesupport/qca/; revision=810937
2008-05-21 21:47:53 +00:00
Justin Karneges
5397061f3b rename saslservtest to saslserver
svn path=/trunk/kdesupport/qca/; revision=810936
2008-05-21 21:44:38 +00:00
Justin Karneges
80ad0f1d90 ability to explicitly use default authzid/realm to avoid prompting
svn path=/trunk/kdesupport/qca/; revision=810935
2008-05-21 21:44:13 +00:00
Justin Karneges
0f4794b278 rename sasltest to saslclient
svn path=/trunk/kdesupport/qca/; revision=810933
2008-05-21 21:32:20 +00:00
Justin Karneges
6c0b9e0f57 rename to saslclient
svn path=/trunk/kdesupport/qca/; revision=810932
2008-05-21 21:30:20 +00:00
Justin Karneges
ee5e054cec cleanup. add extra features, including ability to specify protocol name
svn path=/trunk/kdesupport/qca/; revision=810930
2008-05-21 21:26:43 +00:00
Justin Karneges
88bf25535d don't create qca objects between initializer and qapp construction
svn path=/trunk/kdesupport/qca/; revision=800340
2008-04-23 22:50:41 +00:00
Justin Karneges
ee9d236947 update sasl examples:
fix a parsing bug in saslservtest
  service type is now "qcatest" instead of "foo"
  for saslservtest, make it possible to specify a domain name

svn path=/trunk/kdesupport/qca/; revision=734835
2007-11-10 05:58:40 +00:00
Justin Karneges
8ebcc36d68 explicit constructors
svn path=/trunk/kdesupport/qca/; revision=705822
2007-08-28 17:16:39 +00:00
Brad Hards
699ec2230b Add cmssigner to the example documentation, and fix
a couple of broken references in the dox.

svn path=/trunk/kdesupport/qca/; revision=705257
2007-08-27 15:39:05 +00:00
Adriaan de Groot
6062ca4779 Need stdio for printf() family; in rsatest, printf -> std::cout.
svn path=/trunk/kdesupport/qca/; revision=702846
2007-08-21 09:31:12 +00:00
Justin Karneges
304c7e57ca one prompter for whole app
svn path=/trunk/kdesupport/qca/; revision=702416
2007-08-20 15:47:38 +00:00
Justin Karneges
512196078d cmssigner is 1.0
svn path=/trunk/kdesupport/qca/; revision=699762
2007-08-14 02:28:11 +00:00
Justin Karneges
e625048822 more cleanup
svn path=/trunk/kdesupport/qca/; revision=699475
2007-08-13 06:55:05 +00:00
Justin Karneges
5ebbcb1052 more cleanup, split out CertItem
svn path=/trunk/kdesupport/qca/; revision=698786
2007-08-11 02:44:38 +00:00
Justin Karneges
c8446b08b6 selector dialog now complete, allow viewing certs, other cleanup
svn path=/trunk/kdesupport/qca/; revision=698089
2007-08-09 03:32:54 +00:00
Justin Karneges
167fb73989 very minor reorganization and bugfixes
svn path=/trunk/kdesupport/qca/; revision=690422
2007-07-21 01:36:20 +00:00
Justin Karneges
facac9f2f0 tls session resuming, firstStepDone changed to certificateRequested
svn path=/trunk/kdesupport/qca/; revision=684510
2007-07-06 18:57:03 +00:00
Justin Karneges
e31ddc9c7d prompting for unavailable entries
svn path=/trunk/kdesupport/qca/; revision=684063
2007-07-06 01:47:35 +00:00
Justin Karneges
9f5874cd05 make loaded passive entries work
svn path=/trunk/kdesupport/qca/; revision=684062
2007-07-06 01:46:40 +00:00
Justin Karneges
b18050cd71 use qca for layer tracking
svn path=/trunk/kdesupport/qca/; revision=684050
2007-07-06 00:38:53 +00:00
Justin Karneges
e46735b742 handle situation where socket closes before ssl closes
svn path=/trunk/kdesupport/qca/; revision=684049
2007-07-06 00:38:07 +00:00
Justin Karneges
3343a7989e support for firstStepDone, call continueAfterStep properly
svn path=/trunk/kdesupport/qca/; revision=683034
2007-07-04 00:53:10 +00:00
Justin Karneges
fab528b69b use specifyEncoded properly
svn path=/trunk/kdesupport/qca/; revision=683026
2007-07-03 23:27:37 +00:00
Justin Karneges
6152c977c0 follow qca-openssl -> qca-ossl rename
svn path=/trunk/kdesupport/qca/; revision=681691
2007-06-29 21:30:22 +00:00
Justin Karneges
bf27824a9a use MemoryRegion instead of SecureArray, for hash, mac, and pkey sign/verify
svn path=/trunk/kdesupport/qca/; revision=677315
2007-06-18 21:31:14 +00:00
Justin Karneges
841a205069 remove unnecessary secure array usage in arrayToHex
svn path=/trunk/kdesupport/qca/; revision=674778
2007-06-13 02:30:43 +00:00