Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | |
2017-11-03 | Docs: using gbp instead of git-buildpackage and git-import-orig | Silvio Rhatto | |
2017-11-03 | Use 'gbp buildpackage' instead of 'git-buildpackage' | Silvio Rhatto | |
2017-11-03 | Update 'git-import-orig' to 'gbp import-orig' | Silvio Rhatto | |
2017-11-03 | Keyringer 0.5.20.5.2 | Silvio Rhatto | |
2017-11-03 | Makefile: update files to the new .md markdown extension | Silvio Rhatto | |
2017-11-03 | Redirect both outputs when checking 'ls' version | Silvio Rhatto | |
2017-11-03 | Fix failure to properly decrypt the file in actions/decrypt (#80) | Silvio Rhatto | |
2017-11-03 | Removes incorrect exit command (#79) | Silvio Rhatto | |
2017-11-03 | teardown: more unambiguous info on confirmation; added information when ↵ | rysiek | |
teardown cancelled | |||
2017-11-03 | \t is a GNU extension in sed regexes; fixed / use --color only when ls ↵ | rysiek | |
supports it | |||
2017-11-03 | another find usage fixed on *BSD | rysiek | |
2017-11-03 | keyringer_tree fixed on FreeBSD; also, prettier everywhere else | rysiek | |
2017-11-03 | recrypt's use of find fixed on FreeBSD | rysiek | |
2017-11-03 | pwgen action now uses encrypt-batch, informs user of success | rysiek | |
2017-11-03 | functions: handling vi better (no spurious error output | rysiek | |
2017-10-03 | Fixes README symlink | Silvio Rhatto | |