- djm@cvs.openbsd.org 2002/02/05 00:00:46
[sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Add "-B" option to specify copy buffer length (default 32k); ok markus@
This commit is contained in:
parent
d14ee1e29c
commit
cb8ea157b8
|
@ -96,6 +96,9 @@
|
|||
[sftp.1 sftp.c]
|
||||
Add "-P" option to directly connect to a local sftp-server. Should be
|
||||
useful for regression testing; ok markus@
|
||||
- djm@cvs.openbsd.org 2002/02/05 00:00:46
|
||||
[sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
|
||||
Add "-B" option to specify copy buffer length (default 32k); ok markus@
|
||||
|
||||
20020130
|
||||
- (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
|
||||
|
@ -7498,4 +7501,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1825 2002/02/05 01:27:31 djm Exp $
|
||||
$Id: ChangeLog,v 1.1826 2002/02/05 01:27:58 djm Exp $
|
||||
|
|
Loading…
Reference in New Issue