summaryrefslogtreecommitdiffstats
path: root/src/server/net/certmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [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