Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-03 | Updating debian/changelog | Silvio Rhatto | |
2021-07-03 | Update upstream source from tag 'upstream_keyringer_0.5.6' | Silvio Rhatto | |
Update to upstream version '0.5.6' with Debian dir 0f8b41a58423522af53f8d6cfd3a40e747e3bba0 | |||
2021-07-03 | New upstream version 0.5.6upstream_keyringer_0.5.6 | Silvio Rhatto | |
2021-07-03 | Keyringer 0.5.60.5.6 | Silvio Rhatto | |
2021-07-03 | Fix: debian bug 990255 | Silvio Rhatto | |
2021-05-23 | Tasks: genpair: Tor Onion v3 auth keypairs | Silvio Rhatto | |
2020-11-07 | Feat: adds "pass" action | Silvio Rhatto | |
2020-09-18 | Genkeys: show CSR when generating x509 keys | Silvio Rhatto | |
2020-01-18 | Updates ChangeLog | Silvio Rhatto | |
2020-01-18 | Install zsh completion in the default path | Silvio Rhatto | |
Install the zsh completer into site-functions rather than vendor-completions. vendor-completions is a Debian-ism that many distros and other OSes don't support. site-functions is added to the default fpath by zsh, so it should just work for all users. Patch thanks to Matthew Martin. | |||
2019-11-14 | Updating debian/changelogdebian_keyringer_0.5.5-1 | Silvio Rhatto | |
2019-11-14 | Merge tag 'upstream_keyringer_0.5.5' into debian | Silvio Rhatto | |
Upstream version 0.5.5 | |||
2019-11-14 | New upstream version 0.5.5upstream_keyringer_0.5.5 | Silvio Rhatto | |
2019-11-14 | Keyringer 0.5.50.5.5 | Silvio Rhatto | |
2019-03-25 | Fix secret name when encrypting a folder | Silvio Rhatto | |
2019-03-25 | Updates ChangeLog | Silvio Rhatto | |
2019-03-25 | Adds PUSH_AFTER_ENCRYPT setting | Silvio Rhatto | |
2019-03-25 | Fix git parameter expansion | Silvio Rhatto | |
2019-03-25 | Adds COMMIT_AFTER_ENCRYPT setting | Silvio Rhatto | |
2019-01-30 | Updating debian/changelogdebian_keyringer_0.5.4-1 | Silvio Rhatto | |
2019-01-30 | Merge tag 'upstream_keyringer_0.5.4' into debian | Silvio Rhatto | |
Upstream version 0.5.4 | |||
2019-01-30 | New upstream version 0.5.4upstream_keyringer_0.5.4 | Silvio Rhatto | |
2019-01-30 | Keyringer 0.5.40.5.4 | Silvio Rhatto | |
2019-01-24 | Use --no-encrypt-to GnuPG option to strictly respect the recipients file | Silvio Rhatto | |
2018-10-17 | Fixes BASEDIR evaluation at init action | Silvio Rhatto | |
2018-06-16 | Convert ikiwiki config to YAML | Silvio Rhatto | |
2018-06-16 | Adds history support at shell action | Silvio Rhatto | |
2018-06-06 | Remove Name-Comment from genkeys_gpg TODO | Silvio Rhatto | |
2018-06-06 | Fix passphrase entry at genpairs when exporting secret keys; fix ChangeLog dates | Silvio Rhatto | |
2018-05-30 | Updating debian/changelogdebian_keyringer_0.5.3-1 | Silvio Rhatto | |
2018-05-30 | Merge tag 'upstream_keyringer_0.5.3' into debian | Silvio Rhatto | |
Upstream version 0.5.3 | |||
2018-05-30 | New upstream version 0.5.3upstream_keyringer_0.5.3 | Silvio Rhatto | |
2018-05-30 | Keyringer 0.5.30.5.3 | Silvio Rhatto | |
2018-05-30 | Use -depht after path on find for GNU and BSD compatibility | Silvio Rhatto | |
2018-05-30 | Clean empty directories once the files are removed with shred | Grégoire Jadi | |
shred can only remove files. Use rm to cleanup the directories once all files have been erased. Signed-off-by: Silvio Rhatto <rhatto@riseup.net> | |||
2018-05-30 | Updates ChangeLog | Silvio Rhatto | |
2018-05-30 | Add MANDIR variable and use it | Grégoire Jadi | |
Follow GNU Coding Standards and increase interoperability with package managers. No semantic change. Signed-off-by: Silvio Rhatto <rhatto@riseup.net> | |||
2018-05-30 | Replace install --mode=MODE by install -m MODE | Grégoire Jadi | |
The --mode option doesn't exist on OpenBSD. The -m option exists on both OpenBSD and GNU platforms. Signed-off-by: Silvio Rhatto <rhatto@riseup.net> | |||
2018-05-30 | Adds status=none at on invocation at keyringer_pwgen | Silvio Rhatto | |
2018-05-30 | Replace head -c by dd | Grégoire Jadi | |
The '-c' (count bytes) option is not a POSIX.1 option, therefore it is not available on OpenBSD. Replace 'head -c' with 'dd'. Signed-off-by: Silvio Rhatto <rhatto@riseup.net> | |||
2018-05-30 | Fix mktemp template for POSIX.1 mktemp | Grégoire Jadi | |
OpenBSD doesn't understand the XXXXXX.keyringer format. According to POSIX.1, the six Xs must be at the end of the template. Signed-off-by: Silvio Rhatto <rhatto@riseup.net> | |||
2018-05-30 | Rename _F to rmtest at keyringer_shred | Silvio Rhatto | |
2018-05-30 | Cleanup mktemp target at keyringer_shred | Silvio Rhatto | |
2018-05-30 | Add support to "gshred" and "rm -P" to safely delete a file | Grégoire Jadi | |
gshred(1) is shred(1) from GNU coreutils on OpenBSD rm(1) on OpenBSD -P Overwrite regular files before deleting them. Files are overwritten once with a random pattern. Files with multiple links will be unlinked but not overwritten. | |||
2018-05-23 | Updates ChangeLog | Silvio Rhatto | |
2018-05-23 | Automatically generate passphrase at genkeys_gpg | Silvio Rhatto | |
2018-05-23 | Increase default password size at pwgen | Silvio Rhatto | |
2018-05-22 | Updates tasks | Silvio Rhatto | |
2018-05-22 | Migrate from TODO.csv to Taskwarrior | Silvio Rhatto | |
2018-01-09 | Archiving the trac instance | Silvio Rhatto | |