]> xenbits.xensource.com Git - libvirt.git/commit
storage: Support different wiping algorithms
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 9 Jan 2012 16:05:03 +0000 (17:05 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 26 Jan 2012 12:59:30 +0000 (13:59 +0100)
commitadb99a05b174ae25f4259713476878d244f80a1f
tree574e2402502dbb3f43545f54cf3ed4d69f8fc8e1
parent7fb22418ffe8e583716b7fe9d528176423683629
storage: Support different wiping algorithms

Currently, we support only filling a volume with zeroes on wiping.
However, it is not enough as data might still be readable by
experienced and equipped attacker. Many technical papers have been
written, therefore we should support other wiping algorithms.
configure.ac
include/libvirt/libvirt.h.in
src/driver.h
src/libvirt.c
src/libvirt_public.syms
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
src/storage/storage_driver.c
tools/virsh.c
tools/virsh.pod