Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-20 | Small updates | Niall Sheridan | |
- Test against 1.11 rc - Set timeouts on the http client - Use gofmt instead of goimports | |||
2018-08-10 | Add version string | Niall Sheridan | |
Add `lib.Version` to get updated at build time. Add --version flags to cashier and cashierd Send client version in the signing request Send server version in http response headers and in signing response Set version at build time | |||
2018-08-09 | Only request a reason from the client if the server requires it | Niall Sheridan | |
2018-08-09 | Remove gRPC | Niall Sheridan | |
This hasn't been enabled in a while due to gRPC limitations | |||
2018-08-08 | Correct client behaviours for option handling | Niall Sheridan | |
A config file is not required - don't error if one doesn't exist. Don't overwrite default options with an empty string. | |||
2017-10-18 | Update dependencies | Niall Sheridan | |
2017-10-17 | Support a message to be passed and logged from client to server (#67) | Bob Long | |
* Support a message to be passed and logged from client to server | |||
2017-06-05 | Saving private keys (#61) | fuero | |
* enables saving private keys * renames public_file_prefix to key_file_prefix and updates its docs to better reflect the changes | |||
2017-04-10 | remove calls to t.Parallel() | Niall Sheridan | |
2017-04-10 | Ensure resp.Body is closed | Niall Sheridan | |
2017-02-19 | Add grpc signer | Niall Sheridan | |
2017-01-27 | Add a public_file_prefix option to cashier.conf | Kevin Lyda | |
Allow the client to save the public key and public cert to files that start with public_file_prefix and end with .pub and -cert.pub respectively. This is the naming scheme the ssh IdentityFile config option supported for certs starting in version 5.4p1. Starting in version 7.2p1, an additional option, CertificateFile, was added, but the IdentityFile-only method with those names still works. Used in conjunction with a user's ~/.ssh/config file setting IdentitiesOnly and IdentityFile, this change will allow for multiple ssh CAs for different services. Note that this will resolve #49 . | |||
2017-01-15 | Add more context to errors | Niall Sheridan | |
2017-01-09 | Merge branch 'master' into opts2 | Niall Sheridan | |
2017-01-05 | Move GetPublicKey to the shared `lib` package | Niall Sheridan | |
2017-01-04 | Simplify key generation | Niall Sheridan | |
Use functions to build key generation options. Make it entirely optional. | |||
2016-09-30 | Use json.NewDecoder to decode json from http | Niall Sheridan | |
2016-09-11 | Allow filtering results | Niall Sheridan | |
2016-09-11 | Use %T instead of reflect. | Niall Sheridan | |
2016-09-10 | Make client a top-level package for consistency | Niall Sheridan | |
2016-05-22 | Move binaries into cmd/ directory | Niall Sheridan | |
2016-05-22 | Make 2048 the default key size. | Niall Sheridan | |
2016-05-22 | fix test | Niall Sheridan | |
2016-05-22 | Open the browser automatically | Niall Sheridan | |
2016-05-18 | Support ed25519 ssh keys | Niall Sheridan | |
2016-04-22 | Check the error before trying to read the response. | Niall Sheridan | |
2016-04-20 | Add comments. | Niall Sheridan | |
2016-04-20 | Simplify this a bit | Niall Sheridan | |
2016-04-19 | Client tests | Niall Sheridan | |
2016-04-18 | Initial commit | Niall Sheridan | |