index
:
cashier
master
Mirror of Cashier, a SSH Certificate Authority (CA).
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
Age
Commit message (
Expand
)
Author
2016-08-09
SQLite DB support
Niall Sheridan
2016-08-07
Use bootstrap
Niall Sheridan
2016-08-07
Ping the db before attempting to query it
Niall Sheridan
2016-08-01
fix build
Niall Sheridan
2016-07-31
Support mongo datastores
Niall Sheridan
2016-07-31
Use a KRL for revoked certs
Niall Sheridan
2016-07-24
Add a page for revoking certs
Niall Sheridan
2016-07-17
Add some handlers tests
Niall Sheridan
2016-07-03
first pass at a certificate store
Niall Sheridan
2016-06-30
Configurable logfile location
Niall Sheridan
2016-06-14
Update whitelisting
Niall Sheridan
2016-06-14
Merge pull request #21 from nsheridan/whitelist_support
Marco Bonetti
2016-06-14
Add support for a users whitelist
Marco Bonetti
2016-06-13
Run the linter as part of tests.
Niall Sheridan
2016-06-06
Merge pull request #16 from nsheridan/s3
Niall Sheridan
2016-06-06
Save oauth 'state' identifier in the client
Niall Sheridan
2016-06-05
Add AWS S3 and Google GCS virtual filesystems.
Niall Sheridan
2016-06-02
Validate tokens correctly
Niall Sheridan
2016-05-29
Switch from json to hcl configs
Niall Sheridan
2016-05-29
Remove unneeded template_dir
Niall Sheridan
2016-05-28
Set expiry time in the github auth package
Niall Sheridan
2016-05-24
Don't allow wide-open Google or Github configs
Patrick O'Doherty
2016-05-22
Make template directory configurable
Niall Sheridan
2016-05-22
Move server/main.go to top-level server.go
Niall Sheridan
2016-05-22
Open the browser automatically
Niall Sheridan
2016-05-21
Log the issuing of new certs
Niall Sheridan
2016-05-21
Remove database config. Not needed.
Niall Sheridan
2016-05-18
misc
Niall Sheridan
2016-05-18
Don't use jwt, it doesn't buy a whole lot for this application
Niall Sheridan
2016-05-18
Do login if the provided token is invalid
Niall Sheridan
2016-05-09
Placeholder for database config.
Niall Sheridan
2016-04-23
Add config file tests
Niall Sheridan
2016-04-23
Refactor to use an io.Reader for easier testing
Niall Sheridan
2016-04-23
Fix comments
Niall Sheridan
2016-04-22
Add github oauth provider.
Niall Sheridan
2016-04-22
Fix typo in comment.
Olivier Tharan
2016-04-21
Fix test
Niall Sheridan
2016-04-21
Just make ProviderOpts a map[string]string.
Niall Sheridan
2016-04-21
Some small fixes.
Niall Sheridan
2016-04-21
use correct config parameter
Niall Sheridan
2016-04-21
Missed some bits
Niall Sheridan
2016-04-20
add comments
Niall Sheridan
2016-04-20
Add comments.
Niall Sheridan
2016-04-20
Be explicit that this is for signing user keys
Niall Sheridan
2016-04-20
dumb tests for the google auth provider
Niall Sheridan
2016-04-20
use a better function name
Niall Sheridan
2016-04-20
dumb tests for the google auth provider
Niall Sheridan
2016-04-19
this serves no purpose
Niall Sheridan
2016-04-19
SSH signer tests
Niall Sheridan
2016-04-18
Initial commit
Niall Sheridan