This is the FTP home directory for secure deletion tools and kernel patches. Manifest: ext3-secdel-basic-2.6.15.1.patch: Ext3 basic patch ext3-secdel-compr-2.6.16.20.patch: Ext3 comprehensive patch ext4-secdel-basic-2.6.19-rc1.patch: Ext4 basic patch ext4-secdel-trash-2.6.19-rc1.patch: Ext4 trash bin for secure deletion patch Basic patches perform one-time overwriting of files upon their deletion and truncation. Comprehensive patches can perform multiple overwrites with configurable patterns. Trash bin patch moves files marked with 's' or 'u' attribute to a special directory called ".trash" at the file system mount point. Note that a user-mode daemon is supposed to overwrite files located in that directory (e.g., by calling shred). Also, the daemon is supposed to unlink old files from the same directory. For an example configuration see tmpwatch in /etc/cron.daily For more information see: http://www.filesystems.org/project-sdfs.html