[Cryptar-cvs] cryptar README.code.txt,1.10,1.11
Status: Beta
Brought to you by:
jma2
|
From: Jeff A. <jm...@us...> - 2004-05-28 18:09:03
|
Update of /cvsroot/cryptar/cryptar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12010 Modified Files: README.code.txt Log Message: More things that aren't done or need fixing. Index: README.code.txt =================================================================== RCS file: /cvsroot/cryptar/cryptar/README.code.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** README.code.txt 28 May 2004 15:11:30 -0000 1.10 --- README.code.txt 28 May 2004 18:08:51 -0000 1.11 *************** *** 87,90 **** --- 87,97 ---- need to pay attention to it. + - The handshake with the remote could surely be better. Probably + should allow better authentication. + + - If communication with the remote is lost, it is currently quite + difficult to re-establish it due to the single I/O queue pair. A + second pair could make this much easier. + - Optionally request deletion of no longer needed blocks. Note that db_del is not tested. *************** *** 118,123 **** file. - - - backup, list, and extract take optional pattern arguments, but they are not handled well or are ignored. They should be handled as --- 125,128 ---- |