]> WPIA git - cassiopeia.git/history - src/apps/client.cpp
fix: use correct prepared statement for writing logs
[cassiopeia.git] / src / apps / client.cpp
2017-11-13 Felix Dörrechg: write future logs to database
2017-11-06 Felix Dörrechg: make cassiopeia conform to db schema version 33
2017-08-26 Felix Dörreupd: reduce logging of successful CRL signing
2017-06-03 Benny BaumannMerge "fix: mark failed OCSP signature attempts to...
2017-06-02 Felix Dörrefix: mark failed OCSP signature attempts to prevent...
2017-05-01 Felix Dörreupd: extract actual ocsp signing into own method
2017-05-01 Felix Dörreadd: signing of OCSP certificates
2017-04-29 Felix Dörrefmt: extract lambdas to make them better formatted
2017-04-23 Felix Dörrefmt: run format script excluding lambdas
2017-04-23 Felix Dörrefix: check cert before operating on it
2017-04-19 Felix DörreMerge "add: documentation of the signing protocol"
2017-04-19 Felix DörreMerge "fmt: whitespace, padding and indentation formatting"
2017-04-18 Lucas WerkmeisterMerge "upd: improve format script"
2017-03-28 Benny Baumannfmt: whitespace, padding and indentation formatting
2017-03-22 Benny BaumannMerge "chg: rename package name and all references...
2017-03-22 Martin Gummichg: rename package name and all references to it
2017-01-03 Felix Dörredel: log message every 5 seconds when there is no task
2016-12-02 Felix Dörreupd: port src to openssl 1.1
2016-10-29 Felix DörreMerge branch 'master' into libs/detectcoll/local
2016-06-30 Felix Dörreminifixes
2016-01-26 Felix Dörreupd: only throwing exceptions now
2015-11-09 Felix Dörremore logging of revocation, fix revocation write-back
2015-11-08 Felix Dörresurrond client main-loop with better catches
2015-10-14 Felix Dörrefix: catch another exception
2015-10-13 Felix Dörrechange to postgres with libpqxx
2015-08-15 Felix Dörreupd: remarks from FJW
2015-08-13 Felix Dörreupd: various logging updates
2015-08-02 Felix DörreMerge remote-tracking branch 'origin/master' into tmp...
2015-07-21 Felix Dörrefix: make the logger compile
2015-07-19 Benny Baumannfmt: Whitespace, indentation, generic source formatting
2015-07-19 Benny Baumannchg: Modify the code to use the new logger
2015-06-06 Benny Baumannfix: Avoid unnecessary constructor calls/allocations
2015-06-06 Benny Baumannfix: Use auto& to avoid deep copy of std::shared_ptr
2015-03-21 Felix Dörreadd: better logfile opening, better connection ending
2015-03-21 Benny Baumannfmt: Whitespace
2015-03-07 Felix DörreMerge remote-tracking branch 'origin/libs/detectcoll...
2015-02-23 Benny Baumannfix: Check return value of writeBackFile for non-empty...
2015-02-09 Felix Dörrefix: Make CppCheck happy by fixing the code
2015-02-09 Felix Dörreadd: Implement signing based on requested "wish time"
2015-01-24 Felix Dörreadd: Implement automatic re-signing of the CRL
2015-01-24 Felix Dörreupd: split revoking command into add-serial and revoke
2015-01-24 Felix Dörreadd: write signed from and to back to db
2015-01-24 Felix Dörrecln: Simplified revoking code
2015-01-24 Felix Dörreadd: write back revocation dates
2015-01-24 Felix Dörrefix: Fix memory-leak in CRL.cpp, revocation from DB...
2015-01-24 Felix Dörrecln: Move code around, cleanup structure
2015-01-24 Felix Dörreadd: Initial code to implement revocation
2015-01-24 Felix Dörreupd: Better configuration, respecting profiles
2015-01-24 Felix Dörreadd: write remoteSigner serial back
2015-01-24 Felix Dörreadd: Add more verbose logging
2015-01-24 Felix Dörrefix: clean SSL shutdown, reset, allowing deamon operation
2015-01-24 Felix Dörreupd: make serial path configurable
2015-01-24 Felix Dörrechg: Build two binaries for the signer