https://git.schokokeks.org/derivepassphrase.git/tree/cedd14e7792ab8b3a7cc1bfe0b2d5e280695cd40Recent commits to derivepassphrase.git (cedd14e7792ab8b3a7cc1bfe0b2d5e280695cd40)2024-07-14T10:53:46+02:00tag:gitlist.org,2012:commit/cedd14e7792ab8b3a7cc1bfe0b2d5e280695cd40Streamline MkDocs settings2024-07-14T10:53:46+02:00Marco Riccim@the13thletter.info
<pre>Add standard navigational hints, remove clumsily done custom CSS, and
tweak some standard text elements for better readability.
</pre>
tag:gitlist.org,2012:commit/205eab07669bb7db5bb2f996b1b20741f6b19691Fill out README and documentation front page2024-06-30T22:04:58+02:00Marco Riccim@the13thletter.info
<pre>Also update some settings in the documentation, now that there is an
actual landing page.
</pre>
tag:gitlist.org,2012:commit/d3ddbf54d9c8e0a719cdd8a336b8ac5d9b409726Fix misspelt project settings2024-06-30T22:00:30+02:00Marco Riccim@the13thletter.info
<pre>These misspellings otherwise prevent installation.
</pre>
tag:gitlist.org,2012:commit/98fbb55ed0e63caa328ca4ef587578c0b0566a45Fix miscellaneous type checking issues in the tests2024-06-30T21:37:17+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/f73aa65f6f3afb9ea8a4af8d09ea2827d735f09cAdd minor documentation rewordings and clarifications2024-06-30T16:37:52+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/0cb951df53ceb12c87ca6eb6050013e64f659303Fix Google code style violations concerning imports2024-06-30T16:37:52+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/c07bbb7d20a02a1991ae529cb3ecf25dda42bd68Raise KeyError when signing key is not loaded into SSH agent2024-06-30T16:37:52+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/c3c2e901e299525d8a42b56169b36583551332b0Distinguish errors when constructing SSH agent client2024-06-30T16:37:52+02:00Marco Riccim@the13thletter.info
<pre>If we cannot connect to the SSH agent, if it is because we cannot
determine its address, then raise a `KeyError`, otherwise pass the
original `OSError` through, instead of blindly converting everything to
`RuntimeError`.
</pre>
tag:gitlist.org,2012:commit/22396e0a2949d6766ead804647dbe17e0a0300f4Introduce TrailingDataError for trailing data in SSH agent responses2024-06-30T16:37:52+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/9dcc9aa9a8e5f82ad121c22c308d1c723ba5b941Distinguish between a key lookup error in the SSH agent and other communication/runtime errors2024-06-30T16:37:52+02:00Marco Riccim@the13thletter.info
<pre></pre>