lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 17 Feb 2011 15:51:34 -0500
From:	Douglas Gilbert <dgilbert@...erlog.com>
To:	SCSI development list <linux-scsi@...r.kernel.org>,
	Tomas Fasth <tomfa@...ian.org>
CC:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: [ANNOUNCE] ddpt, version 0.92 available

ddpt is yet another variant of the venerable Unix
dd command line utility. Some features found in
ddpt which are not found in the current (GNU) dd
implementation:

   - sparse writing (i.e. don't write buffer if all zeros)
   - write sparing (i.e. don't write buffer if already same
     as destination)
   - resume (after the copy has been interrupted)
   - trim on output of copy, self trim (pt interface only)
   - send output to a second file (see 'of2=' option)
   - access devices directly via pass-through interface,
     bypassing file system
   - accept numeric command line arguments in hexadecimal
   - explicit controls over how much data is read into the
     copy buffer and then written to output (separate from
     the logical block sizes of any device involved)

The initial public release was 0.91 in September 2010.
This version (0.92) has a few new features, many bug fixes
and more informative output. For more information and
downloads see:
     http://sg.danny.cz/sg/ddpt.html


Changelog for ddpt-0.92 [20110217] [svn: r157]
   - when pt used on block device and discrepancy between size
     of block device and read capacity size, require force flag
   - add coe support for input block devices and regular files
   - support conv=fdatasync, conv=fsync, oflag=fdatasync and
     oflag=fsync; called at end of copy
   - allow partial writes of trailing bytes when output is
     regular file or fifo (stdout), ignore if block or pt device
   - fix stdin, stdout and fifo handling problems
   - if iflag=sparse and of=/dev/null (or not given) warn but
     set oflag=sparse and continue
   - treat unrecovered errors as partial (as dd does)
   - win32: add '--wscan' option to scan for devices and volumes
     - select SPT direct pt interface
   - add estimate of remaining time in progress signal handler
   - accept but ignore cbs= option
   - error reporting clean up
   - add AM_MAINTAINER_MODE to configure.ac to lessen build issues

Changelog for ddpt-0.91 [20100920] [svn: r121]
....

Doug Gilbert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ