]> WPIA git - cassiopeia.git/commit
change to postgres with libpqxx
authorFelix Dörre <felix@dogcraft.de>
Tue, 13 Oct 2015 11:02:20 +0000 (13:02 +0200)
committerFelix Dörre <felix@dogcraft.de>
Tue, 13 Oct 2015 11:02:20 +0000 (13:02 +0200)
commite8abb7ca28c05c91fef58d23c40d3f2b1d5322ff
treef54b834511aac36547a40f755dc7952ee22652b3
parent1d6e8ad5419d4a8fea7f9803381569398c45b421
change to postgres with libpqxx
14 files changed:
Makefile
debian/rules
src/apps/client.cpp
src/apps/signer.cpp
src/crypto/remoteSigner.cpp
src/db/psql.cpp [new file with mode: 0644]
src/db/psql.h [new file with mode: 0644]
src/io/recordHandler.cpp
src/io/slipBio.cpp
src/util.cpp
src/util.h
test/Makefile
test/src/X509Req.cpp
test/src/slipBioTest.cpp