index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sftp-int.c
Age
Commit message (
Expand
)
Author
2001-03-01
use MAXPATHLEN over PATH_MAX, since it is more portable
Theo de Raadt
2001-02-14
Fix and document 'preserve modes & times' option ('-p' flag in sftp);
Damien Miller
2001-02-12
lumask now works with 1 numeric arg; ok markus@, djm@
Kevin Steves
2001-02-10
check correct char in getput flags
Damien Miller
2001-02-09
Check for NULL attribs for chown, chmod & chgrp operations, only send
Damien Miller
2001-02-08
_PATH_LS; ok markus@
Kevin Steves
2001-02-08
typo
Kevin Steves
2001-02-08
plug a memory leak
Theo de Raadt
2001-02-07
lowercase cmds[].c also; ok markus@
Kevin Steves
2001-02-07
portable; ok markus@
Kevin Steves
2001-02-07
more man page cleanup and sync of help text with man page; ok markus@
Kevin Steves
2001-02-07
Check that target is a directory before doing ls; ok markus@
Damien Miller
2001-02-07
check for stat failures, too; ok djm@
Markus Friedl
2001-02-06
dir==ls
Markus Friedl
2001-02-06
stat target for remote chdir before doing chdir
Damien Miller
2001-02-06
cleanup get_pathname, fix pwd after failed cd. okay djm@
Niels Provos
2001-02-05
? == help
Theo de Raadt
2001-02-04
sort commands, so that abbreviations work as expected
Theo de Raadt
2001-02-04
debugging sftp: precedence and missing break. chmod, chown, chgrp
Kevin Steves
2001-02-04
use base 8 for umask/chmod
Markus Friedl
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-02-04
fix LCD
Markus Friedl
2001-02-04
Basic interactive sftp client; ok theo@
Damien Miller