Commit Graph

17 Commits

Author SHA1 Message Date
Jeff Hodges 79d9b52ad0 rename dbName to dbConnect
The configuration is actually a connection string, not a database name,
and it was a bit confusing.
2015-07-10 16:17:27 -07:00
J.C. Jones 96f1da9f1e Fix typo in admin-revoker 2015-07-08 12:46:04 -07:00
J.C. Jones f95e9eaa83 Support TLS mutual authentication for AMQPS 2015-06-18 16:23:48 -07:00
J.C. Jones 41f5788c77 Correct most `go lint` warnings. (274 -> 5) 2015-06-16 22:18:28 -05:00
J.C. Jones c21c6d0bdf Issue #249 - Refactor an interface for the RPC Client and RPC Server
- Added the skeleton of the first RPC wrapper test
- Does not close Issue #249; still need to implement a channel-RPC mechanism
2015-06-04 11:43:48 -07:00
Richard Barnes e8edbf5f21 Making capitalization consistent with Go standards 2015-06-01 02:08:47 -04:00
Roland Shoemaker c073be90c7 Use .Get instead of raw SQL statement 2015-05-30 22:12:14 -07:00
Roland Shoemaker a729f31d65 cleanup 2015-05-30 22:12:14 -07:00
Roland Shoemaker 76389dabf4 fix reg-revoke and incorrect message when no certificate was found 2015-05-30 22:12:14 -07:00
Richard Barnes 1723a9641f Some minor fixes to address build issues 2015-05-30 14:16:27 -04:00
Roland Shoemaker 5d0148cb1e typo 2015-05-26 20:26:26 +01:00
Roland Shoemaker de56a469bc clean up transactional semantics 2015-05-26 20:22:20 +01:00
Roland Shoemaker e4db6a56ae bug fixes 2015-05-25 01:45:04 +01:00
Roland Shoemaker d184862427 gofmt and move deniedCSR table creation back to SA 2015-05-25 01:17:28 +01:00
Roland Shoemaker 1d65bed82e remove commented code 2015-05-25 01:06:59 +01:00
Roland Shoemaker 32ceb83718 Cleanup 2015-05-25 00:51:25 +01:00
Roland Shoemaker a4790fdd22 finish serial-revoke and reg-revoke, switch to transactional semantics 2015-05-25 00:49:52 +01:00