| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
ahead of OpenBSD's realpath changing to match POSIX;
ok deraadt@ (thanks for snaps testing)
|
|
|
|
| |
ok markus
|
|
|
|
| |
ok djm@
|
|
|
|
|
|
|
|
|
| |
perhaps it is too verbose? Change each */Makefile to specifying exactly
what sources that program requires, compiling it seperate. Maybe we'll
iterate by sorting those into seperatable chunks, splitting up files
which contain common code + server/client specific code, or whatnot. But
this isn't one step, or we'd have done it a long time ago..
ok dtucker markus djm
|
| |
|
|
|
|
| |
ls(1); ok dtucker@
|
| |
|
|
|
|
|
| |
sftp and sftp-server (which use the Buffer functions in bufaux.c but not the
bignum ones) no longer need to be linked with libcrypto. ok markus@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
parse SSH2_FILEXFER_ATTR_EXTENDED
send SSH2_FX_EOF if readdir returns no more entries
reply to SSH2_FXP_EXTENDED messages
use #defines from the draft.
move #definitions to sftp.h
more info:
http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
|
|
client from ssh.com
|