<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cashier/cmd, branch master</title>
<subtitle>Mirror of Cashier, a SSH Certificate Authority (CA).
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/'/>
<entry>
<title>Simplify</title>
<updated>2020-04-14T03:57:13+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2020-04-14T03:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=2ce3b86e0ff69538935db3149d1ed2f24aea09a3'/>
<id>2ce3b86e0ff69538935db3149d1ed2f24aea09a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all handlers methods of app</title>
<updated>2018-08-22T13:52:00+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2018-08-20T15:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=99225736d41e86c7f47eac4db3455b18178bba24'/>
<id>99225736d41e86c7f47eac4db3455b18178bba24</id>
<content type='text'>
Merge server setup and helpers from web.go into server.go
Handlers moved to handlers.go
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge server setup and helpers from web.go into server.go
Handlers moved to handlers.go
</pre>
</div>
</content>
</entry>
<entry>
<title>Add version string</title>
<updated>2018-08-10T17:35:13+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2018-08-08T20:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=87ae7c73ebe05f777e23087b1550d2cab42746ff'/>
<id>87ae7c73ebe05f777e23087b1550d2cab42746ff</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Microsoft auth provider</title>
<updated>2018-08-10T17:21:02+00:00</updated>
<author>
<name>Kevin Lyda</name>
<email>kevin@ie.suberic.net</email>
</author>
<published>2018-08-10T17:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=3e006c39b0a4411e91e80de261d0e7b5353d44c0'/>
<id>3e006c39b0a4411e91e80de261d0e7b5353d44c0</id>
<content type='text'>
Microsoft uses JSON Web Tokens (JWT) as OAuth tokens. These can run to many thousands of characters which are too long for TTYs. Work around this by base64-encoding the token and chunk it into smaller pieces.

Closes #70 

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Microsoft uses JSON Web Tokens (JWT) as OAuth tokens. These can run to many thousands of characters which are too long for TTYs. Work around this by base64-encoding the token and chunk it into smaller pieces.

Closes #70 

</pre>
</div>
</content>
</entry>
<entry>
<title>Only request a reason from the client if the server requires it</title>
<updated>2018-08-09T22:55:14+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2018-08-09T19:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=d21fac6f190c1079ca247658530d465ad5867ff5'/>
<id>d21fac6f190c1079ca247658530d465ad5867ff5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove gRPC</title>
<updated>2018-08-09T22:43:59+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2018-08-09T22:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=347c11ec42264c579eb3f19494e4f75ab8bb8f0d'/>
<id>347c11ec42264c579eb3f19494e4f75ab8bb8f0d</id>
<content type='text'>
This hasn't been enabled in a while due to gRPC limitations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This hasn't been enabled in a while due to gRPC limitations
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct client behaviours for option handling</title>
<updated>2018-08-08T21:54:43+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2018-08-08T20:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=9f8f0194a3c21e640a5b917f86bf204c014d730d'/>
<id>9f8f0194a3c21e640a5b917f86bf204c014d730d</id>
<content type='text'>
A config file is not required - don't error if one doesn't exist.

Don't overwrite default options with an empty string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A config file is not required - don't error if one doesn't exist.

Don't overwrite default options with an empty string.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow whitespace in message (#68)</title>
<updated>2017-10-18T13:06:59+00:00</updated>
<author>
<name>Bob Long</name>
<email>robertjflong@gmail.com</email>
</author>
<published>2017-10-18T13:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=14954ee6ce2ebf536c872ab19becb164fe908aa3'/>
<id>14954ee6ce2ebf536c872ab19becb164fe908aa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Support a message to be passed and logged from client to server (#67)</title>
<updated>2017-10-17T13:00:37+00:00</updated>
<author>
<name>Bob Long</name>
<email>robertjflong@gmail.com</email>
</author>
<published>2017-10-17T13:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=7c99874c7a3e7a89716f3ee0cdf696532e35ae35'/>
<id>7c99874c7a3e7a89716f3ee0cdf696532e35ae35</id>
<content type='text'>
* Support a message to be passed and logged from client to server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support a message to be passed and logged from client to server
</pre>
</div>
</content>
</entry>
<entry>
<title>Saving private keys (#61)</title>
<updated>2017-06-05T21:28:13+00:00</updated>
<author>
<name>fuero</name>
<email>fuero@users.noreply.github.com</email>
</author>
<published>2017-06-05T21:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=321e26fae746e661d713cedfb6642609e680cafe'/>
<id>321e26fae746e661d713cedfb6642609e680cafe</id>
<content type='text'>
* enables saving private keys

* renames public_file_prefix to key_file_prefix and updates its docs to better reflect the changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enables saving private keys

* renames public_file_prefix to key_file_prefix and updates its docs to better reflect the changes
</pre>
</div>
</content>
</entry>
</feed>
