https://git.schokokeks.org/derivepassphrase.git/tree/d525f4302bd1f00edffe1159f78b8da745f06d24Recent commits to derivepassphrase.git (d525f4302bd1f00edffe1159f78b8da745f06d24)2024-08-18T09:41:16+02:00tag:gitlist.org,2012:commit/d525f4302bd1f00edffe1159f78b8da745f06d24Move vault key and path detection logic into the exporter module2024-08-18T09:41:16+02:00Marco Riccim@the13thletter.info
<pre>Instead of having both exporters reimplement the logic for determining
the vault key and vault configuration path, implement this functionality
in the `derivepassphrase.exporter` package, which is otherwise still
empty.
</pre>
tag:gitlist.org,2012:commit/3b2b65e4f564d15046a348842b2d28a495ec12ffAdd prototype for "vault v0.2/v0.3"-type data export2024-08-18T00:45:19+02:00Marco Riccim@the13thletter.info
<pre>Based on a rather direct translation of vault's "legacy" configuration
migrator, for storeroom-enabled builds of vault.
</pre>
tag:gitlist.org,2012:commit/2d7402652cd0b845a1c755939c0d8634519af7b4Support exports from outside the current directory2024-08-18T00:14:59+02:00Marco Riccim@the13thletter.info
<pre>In the storeroom exporter, pass the storeroom directory explicitly, and
open and glob all bucket files relative to this directory.
</pre>
tag:gitlist.org,2012:commit/28ecd5affbc48b9580e659d62a0589a98f8cf718Add dependency on cryptography for the exporter2024-08-17T01:23:36+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/99a59bb9253dc252723efb1740af9cafb1c20bb8Add an actual storeroom exporter, not just a reader2024-08-16T22:49:06+02:00Marco Riccim@the13thletter.info
<pre>Remove the script-like main function, which wrote decrypted files to the
current directory, in favor of an exporter which actually synthesizes
the configuration from the storeroom data files.
</pre>
tag:gitlist.org,2012:commit/2c2295fea6d47278f346c32dd4a0daf4c2428571Add docstrings and better variable names on storeroom exporter2024-08-16T22:48:08+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/2d5932a0080baf14f1589fcd92b9f9425c2714c3Add example for "storeroom"-type data export2024-08-04T09:36:49+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/12a294f4fa349a1e484fe56b17309f125bdc5371Add prototype for "storeroom"-type data export2024-08-03T23:09:08+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/e662c2e71c50e57f465fdeb8efb403ed77147e8cMerge topic branch 'issue4-improve-common-error-messages' into master2024-08-16T17:12:56+02:00Marco Riccim@the13thletter.info
<pre>* t/issue4-improve-common-error-messages:
Add Changelog entry for error message/handling revision
Add missing tests for reworked error message handling
Fix error message capitalization
Fix error bubbling in outdated test
Add a specific error class and codes for SSH agent failures
Document and handle other errors passed through to the command-line interface
Use better error message handling in the command-line interface
GitHub: Closes #4.
</pre>
tag:gitlist.org,2012:commit/0cec4ae52c864d9f772897fef0e069761d6adf1dAdd Changelog entry for error message/handling revision2024-08-16T17:12:38+02:00Marco Riccim@the13thletter.info
<pre></pre>