aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-30Clean empty directories once the files are removed with shredGré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-30Updates ChangeLogSilvio Rhatto
2018-05-30Add MANDIR variable and use itGré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-30Replace install --mode=MODE by install -m MODEGré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-30Adds status=none at on invocation at keyringer_pwgenSilvio Rhatto
2018-05-30Replace head -c by ddGré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-30Fix mktemp template for POSIX.1 mktempGré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-30Rename _F to rmtest at keyringer_shredSilvio Rhatto
2018-05-30Cleanup mktemp target at keyringer_shredSilvio Rhatto
2018-05-30Add support to "gshred" and "rm -P" to safely delete a fileGré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-23Updates ChangeLogSilvio Rhatto
2018-05-23Automatically generate passphrase at genkeys_gpgSilvio Rhatto
2018-05-23Increase default password size at pwgenSilvio Rhatto
2018-05-22Updates tasksSilvio Rhatto
2018-05-22Migrate from TODO.csv to TaskwarriorSilvio Rhatto
2018-01-09Archiving the trac instanceSilvio Rhatto
2017-11-03Docs: using gbp instead of git-buildpackage and git-import-origSilvio Rhatto
2017-11-03Use 'gbp buildpackage' instead of 'git-buildpackage'Silvio Rhatto
2017-11-03Update 'git-import-orig' to 'gbp import-orig'Silvio Rhatto
2017-11-03Merge branch 'develop'Silvio Rhatto
2017-11-03Keyringer 0.5.20.5.2Silvio Rhatto
2017-11-03Makefile: update files to the new .md markdown extensionSilvio Rhatto
2017-11-03Redirect both outputs when checking 'ls' versionSilvio Rhatto
2017-11-03Fix failure to properly decrypt the file in actions/decrypt (#80)Silvio Rhatto
2017-11-03Removes incorrect exit command (#79)Silvio Rhatto
2017-11-03teardown: 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-03another find usage fixed on *BSDrysiek
2017-11-03keyringer_tree fixed on FreeBSD; also, prettier everywhere elserysiek
2017-11-03recrypt's use of find fixed on FreeBSDrysiek
2017-11-03pwgen action now uses encrypt-batch, informs user of successrysiek
2017-11-03functions: handling vi better (no spurious error outputrysiek
2017-10-03Fixes README symlinkSilvio Rhatto
2017-10-01Change markdown extension to .mdSilvio Rhatto
2017-08-19Give delay on xdotool at sclipSilvio Rhatto
2017-05-31Merge branch 'develop'Silvio Rhatto
2017-05-31Keyringer 0.5.10.5.1Silvio Rhatto
2017-05-29Docs: fix git verify-commit syntaxSilvio Rhatto
2017-05-26Do not abort when keys are expired on some actions (#72)Silvio Rhatto
2017-04-27Installation: on commit signatures and Debian stableSilvio Rhatto
2017-01-15Adds "delete" alias to "del" action.Silvio Rhatto
2016-12-26Updates manpage with a spell fixSilvio Rhatto
2016-12-21Merge branch 'develop'Silvio Rhatto
2016-12-21Keyringer 0.5.00.5.0Silvio Rhatto
2016-12-19Removes break statements from keyringer_check_expirationSilvio Rhatto
2016-12-19Additional fix for sclip clipboard overwrite procedureSilvio Rhatto
2016-12-19Minor fixups in index.mdwn (#78)Silvio Rhatto
2016-12-19Updates ChangeLogSilvio Rhatto
2016-12-19Fixes keyringer_check_expiration failure if a public key is listed multiple ↵Silvio Rhatto
times (#77)
2016-12-19Updates ChangeLogSilvio Rhatto