You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The --protect option now should work properly and the --unprotect option has been added. If you specify neither, the drive will use it's default.
4
+
* Sense data now always returns properly
5
+
* Fixed a number of problems related to bit ordering in structures
6
+
* Added the --enable-swapbit configure option to fix problems on AIX with the bit ordering being reversed in the structures. The program will now error out if it detects the program was compiled with the wrong option.
7
+
* Added the --with-default-algorithm configure option to specify a default algorithm, so you don't have to do it with each set operation
8
+
* Added the --with-default-ceem configure option in order to specify a different CEEM flag other than the drive default.
9
+
* Added the --disable-device-name-conversion configure option to prevent the program from converting device names to rewinding device names
10
+
* Added the --with-default-keysize configure option to specify the keysize to send to the drive when turning encryption off
* Updated manual to reflect that stenc may not work if there is no tape in the device
15
+
* Updated manual to reflect that keys are no longer padded
16
+
* The program will now seek up to 100 blocks on the tape drive in order to determine the volume encryption status. The tape will be returned to the previous position after the status is returned.
17
+
* The program now automatically converts /dev/st* device names to /dev/nst* and /dev/rmt* device names to /dev/rmt*.1 to prevent rewinding.
18
+
* Updated --with-static-libgcc configure option to work on AIX
0 commit comments