July 20, 2016
View 505a1de

Fix exceptions thrown from cryptography import (#16723)

Connor Osborn authored on 2016/07/20 19:32:23
May 20, 2016
View faf85ec

Catch DistributionNotFound when pycrypto is absent (#15731)

Peter Oliver authored on 2016/05/20 03:39:34
May 2, 2016
View 4abadea

make vi the default editor if no EDITOR

Brian Coca authored on 2016/05/02 21:42:50
March 18, 2016
View 2ba4428

Catch ValueError as well because of El Capitan provoking a bug in python2's subprocess

Toshio Kuratomi authored on 2016/03/18 21:52:53
February 19, 2016
View 0f73fb0

better error messages when failing to decrypt

Brian Coca authored on 2016/02/19 01:56:25
January 22, 2016
View f26adcc

avoid shredding empty files, also x/0

Brian Coca authored on 2016/01/22 00:53:02
January 14, 2016
View 4958180

use integer division instead of floating point division.

Toshio Kuratomi authored on 2016/01/14 05:34:12
January 6, 2016
View 11ce08b

cleaner implementation and random chunk length.

Eric Feliksik authored on 2016/01/06 02:04:38
January 5, 2016
View 151e09d

use unix shred if possible, otherwise fast custom impl; do not shred encrypted file

Eric Feliksik authored on 2016/01/05 09:34:45
View 1e91137

add docs, remove unnecessary int() cast

Eric Feliksik authored on 2016/01/05 02:13:59
View 7193d27

add os.fsync() so that the shredding data (hopefully) hits the drive

Eric Feliksik authored on 2016/01/05 01:19:35
December 31, 2015
View 946b82b

shred ansible-vault tmp_file. Also when editor is interruped.

Eric Feliksik authored on 2015/12/31 02:21:34
November 3, 2015
View 7caefa5

Fix typo

Abhijit Menon-Sen authored on 2015/11/03 14:27:48
November 1, 2015
View 00bc744

vault noe preserves permissions on edit and rekey and sets a restricitve default umask for all other cases

Brian Coca authored on 2015/11/01 02:56:14
October 23, 2015
View 86de142

Cleaning up FIXMEs

James Cammarata authored on 2015/10/23 05:03:37