xca/lib
Christian Hohnstaedt 25d2fdabb2 Fix and improve building help and documentation
- Always build html documentation if sphinx-build is available.
  to be installable during install
- Collect "${D}/qthelp/xca.qhc" "${D}/qthelp/xca.qch" in QTHELP_IDX
  and use this instead.
- On linux also install the qthelp in an html subdirectory like WIN32
- Don't instanciate QHelpEngine if no help available.
2021-11-13 14:49:02 +01:00
..
arguments.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
arguments.h Switch from autotools/qmake to cmake 2021-06-01 17:48:37 +02:00
asn1int.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
asn1int.h Make hex the default input / output qstring of asn1integer 2018-03-11 10:02:14 +01:00
asn1time.cpp Don't store the current locale ourselves. QLocale() does the job 2021-06-01 17:48:37 +02:00
asn1time.h Make all dates in columns fancy, still sorting correctly by age 2018-06-27 08:56:07 +02:00
base.h Visual Code adaptions 2021-06-01 17:48:37 +02:00
BioByteArray.cpp Minor fixes 2020-06-26 14:21:32 +02:00
BioByteArray.h Minor fixes 2020-06-26 14:21:32 +02:00
builtin_curves.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
builtin_curves.h Add support for validating a keyjob 2020-03-18 05:26:16 +01:00
CMakeLists.txt Consolidate export types and format in pki_export class 2021-10-30 11:51:35 +02:00
database_model.cpp Move database_schema.cpp from widgets to lib 2021-06-01 17:48:37 +02:00
database_model.h Close #67: possibility to ignore password prompt from CLI 2021-05-11 12:07:40 +02:00
database_schema.cpp Move database_schema.cpp from widgets to lib 2021-06-01 17:48:37 +02:00
db_base.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_base.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_crl.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_crl.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_key.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_key.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_temp.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_temp.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_token.cpp XcaWarning: Split into Core and GUI element 2021-06-01 17:48:37 +02:00
db_token.h Revamp database management 2020-05-08 07:47:15 +02:00
db_x509.cpp Convert to native separators in calendar items 2021-11-13 14:49:02 +01:00
db_x509.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_x509req.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_x509req.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
db_x509super.cpp Move XcaDialog call from x509_super to XcaWarning 2021-11-13 14:49:02 +01:00
db_x509super.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
dbhistory.cpp Visual Code adaptions 2021-06-01 17:48:37 +02:00
dbhistory.h make dbhistory independent of GUI widget OpenDb 2021-06-01 17:48:37 +02:00
dhgen.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
dhgen.h Diffie-Hellmann: use XcaProgress dialog 2021-06-01 17:48:37 +02:00
digest.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
digest.h Add digest class encapsulating EVP_MD 2021-06-01 17:48:37 +02:00
entropy.cpp Drop OpenSSL backward compatibility hacks < 1.1.0 2021-05-09 12:25:32 +02:00
entropy.h Fix warnings 2020-10-14 19:48:17 +02:00
exception.h Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
func.cpp Fix and improve building help and documentation 2021-11-13 14:49:02 +01:00
func.h Move file loading GUI element out of non-gui container class (db_*) 2021-10-30 11:51:35 +02:00
headerlist.h Drop backward-compatibility for old(<2.0.0) XCA databases 2021-05-10 20:41:12 +02:00
ipvalidator.h Move includes required for FreeBSD 2020-02-12 22:43:33 +01:00
load_obj.cpp Merge branch 'master' into develop 2020-03-23 06:53:06 +01:00
load_obj.h Update Copyright Years to 2020 2020-01-13 07:26:46 +01:00
main.cpp Move file loading GUI element out of non-gui container class (db_*) 2021-10-30 11:51:35 +02:00
main.h Eliminate the use of "mainwin" in lib/db_* 2020-05-08 11:59:09 +02:00
oid.cpp XcaWarning: Split into Core and GUI element 2021-06-01 17:48:37 +02:00
oid.h Drop OpenSSL backward comatibility for NID_tlsfeature 2021-06-01 17:48:37 +02:00
opensc-pkcs11.h Support EC key generation on PKCS#11 token 2014-10-31 00:23:39 +01:00
openssl_compat.h Drop OpenSSL backward compatibility hacks < 1.1.0 2021-05-09 12:25:32 +02:00
pass_info.cpp Refactor Image and icon ressources 2020-03-11 07:19:56 +01:00
pass_info.h Refactor Image and icon ressources 2020-03-11 07:19:56 +01:00
Passwd.cpp Several fixes of previous commit 2020-03-11 07:19:56 +01:00
Passwd.h Separate database from Mainwin for better cmdline support 2020-03-11 07:19:56 +01:00
pk11_attribute.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
pk11_attribute.h Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
pkcs11_lib.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
pkcs11_lib.h QObject: Add Q_OBJECT macro where necessary 2021-06-01 17:48:37 +02:00
pkcs11.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
pkcs11.h Get rid of libltdl. QLibrary provides the same functionality 2021-06-01 17:48:37 +02:00
pki_base.cpp Set Key export format separately via context menu 2021-10-24 14:41:25 +02:00
pki_base.h Consolidate export types and format in pki_export class 2021-10-30 11:51:35 +02:00
pki_crl.cpp Convert to native separators in calendar items 2021-11-13 14:49:02 +01:00
pki_crl.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
pki_evp.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
pki_evp.h Set Key export format separately via context menu 2021-10-24 14:41:25 +02:00
pki_export.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
pki_export.h Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
pki_key.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
pki_key.h Consolidate export types and format in pki_export class 2021-10-30 11:51:35 +02:00
pki_lookup.h XcaWarning: Split into Core and GUI element 2021-06-01 17:48:37 +02:00
pki_multi.cpp Visual Code adaptions 2021-06-01 17:48:37 +02:00
pki_multi.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_pkcs7.cpp pkcs7: Fix endless loop when loading PKCS#7 via PEM import 2021-10-30 11:51:35 +02:00
pki_pkcs7.h pkcs7: Fix endless loop when loading PKCS#7 via PEM import 2021-10-30 11:51:35 +02:00
pki_pkcs12.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
pki_pkcs12.h Let pki_pkcs12 and pki_pkcs7 inherit from pki_multi 2020-03-13 12:13:27 +01:00
pki_scard.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
pki_scard.h Drop backward-compatibility for old(<2.0.0) XCA databases 2021-05-10 20:41:12 +02:00
pki_temp.cpp Set Key export format separately via context menu 2021-10-24 14:41:25 +02:00
pki_temp.h Set Key export format separately via context menu 2021-10-24 14:41:25 +02:00
pki_x509.cpp Convert to native separators in calendar items 2021-11-13 14:49:02 +01:00
pki_x509.h Set Key export format separately via context menu 2021-10-24 14:41:25 +02:00
pki_x509req.cpp Set Key export format separately via context menu 2021-10-24 14:41:25 +02:00
pki_x509req.h Set Key export format separately via context menu 2021-10-24 14:41:25 +02:00
pki_x509super.cpp Add digest class encapsulating EVP_MD 2021-06-01 17:48:37 +02:00
pki_x509super.h Add digest class encapsulating EVP_MD 2021-06-01 17:48:37 +02:00
PwDialogCore.cpp PwDialog: Split into cmdline-core and GUI 2021-06-01 17:48:37 +02:00
PwDialogCore.h cmake: Split CMakeLists.txt into the different sub directories 2021-06-01 17:48:37 +02:00
settings.cpp Refactor item export: separate GUI and database 2021-11-13 14:49:02 +01:00
settings.h Refactor native separators / and \ on windows. 2020-04-02 06:12:47 +02:00
sql.cpp XcaWarning: Split into Core and GUI element 2021-06-01 17:48:37 +02:00
sql.h Support concurrent database access. 2019-03-25 06:47:25 +01:00
version.cpp Switch from autotools/qmake to cmake 2021-06-01 17:48:37 +02:00
x509name.cpp Minor fixes 2020-06-26 14:21:32 +02:00
x509name.h hashNum() is an unsigned integer 2020-03-19 20:40:36 +01:00
x509rev.cpp Replace check_oom() by Q_CHECK_PTR() 2021-06-01 17:48:37 +02:00
x509rev.h Drop backward-compatibility for old(<2.0.0) XCA databases 2021-05-10 20:41:12 +02:00
x509v3ext.cpp Move XcaDialog call from x509_super to XcaWarning 2021-11-13 14:49:02 +01:00
x509v3ext.h Move XcaDialog call from x509_super to XcaWarning 2021-11-13 14:49:02 +01:00
XcaProgress.cpp XcaProgress: separate Cmdline progress from GUI progress 2021-06-01 17:48:37 +02:00
XcaProgress.h XcaProgress: separate Cmdline progress from GUI progress 2021-06-01 17:48:37 +02:00
XcaWarningCore.cpp Move XcaDialog call from x509_super to XcaWarning 2021-11-13 14:49:02 +01:00
XcaWarningCore.h Move XcaDialog call from x509_super to XcaWarning 2021-11-13 14:49:02 +01:00
xfile.h QObject: Add Q_OBJECT macro where necessary 2021-06-01 17:48:37 +02:00