summaryrefslogtreecommitdiffstats
path: root/src/server/net/certmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [server] Fix command lineSimon Rettberg2023-02-161-1/+1
|
* Add a few hacks to make it compile on Qt 5.12 againSimon Rettberg2022-10-311-0/+2
|
* Clean up and modernize codeSimon Rettberg2022-10-301-19/+24
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* Newer versions of Qt do not accept 1024bit RSA keysSimon Rettberg2020-09-111-2/+2
| | | | | ... and helpfully do not print any kind of warning or error. Instead, accepting SSL connections just silently fails. Isn't this wonderful?
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-1/+1
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* [server] Bail out if certificates cannot be createdSimon Rettberg2017-03-061-0/+11
|
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-1/+1
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [server] When creating certificate, create directory tree firstSimon Rettberg2016-10-101-4/+10
|
* refactoring.Christian Klinger2016-09-301-1/+2
|
* astyle.Christian Klinger2016-09-291-94/+90Star
|
* removed USER_SETTINGS etc.Christian Klinger2016-09-121-2/+4
| | | | | | (this also changes filename of the crt ans rsa files, but this shouldn't be a problem. (formerly the name of those files depended on the name and location of the ini-files)
* [SERVER] Use remove instead of unlink for better compatibilitysr2013-02-081-2/+2
|
* Initial commitsr2013-02-041-0/+92