All releases of ya-wipe


Release Notes: ya-wipe now doesn't rename over an existing file, and the Debian changelog was fixed.


Release Notes: Splitting wipe.c into seperate modules, removal of raw /dev/urandom passes, switching back to the Mersenne Twister (much faster and uses much less entropy from /dev/urandom), changes to a lot of command line options, proper syscall wrappers, and improved per-file fault tolerance (a failure during wiping of one file doesn't cause the rest to be aborted).


Release Notes: Fixes for block devices, silent mode, and an xor loop.


Release Notes: A fix for a typo that caused ioctl() to not be used (only affected block device support).


Release Notes: Fixes for serious hash IO bugs, new Debian package scripts, minor block devices fixes (still untested), an updated man page, and simplified debug builds.


Release Notes: Support for mmap() and block devices (untested).


Release Notes: Fixed integer division bugs, fixed two heap smashing bugs, and added a PATH_MAX fix for solaris


Release Notes: Fixed bug zero length file bug, added a missing fflush() and missing closedir()'s, and added rpm spec file.


Release Notes: Fixed a bug in the dirent scan algorithm which would skip files starting with ".".


Release Notes: Added man page. Switched to the tiger hash, big speed improvement.