summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-int.c
AgeCommit message (Expand)Author
2001-03-01use MAXPATHLEN over PATH_MAX, since it is more portableTheo de Raadt
2001-02-14Fix and document 'preserve modes & times' option ('-p' flag in sftp);Damien Miller
2001-02-12lumask now works with 1 numeric arg; ok markus@, djm@Kevin Steves
2001-02-10check correct char in getput flagsDamien Miller
2001-02-09Check for NULL attribs for chown, chmod & chgrp operations, only sendDamien Miller
2001-02-08_PATH_LS; ok markus@Kevin Steves
2001-02-08typoKevin Steves
2001-02-08plug a memory leakTheo de Raadt
2001-02-07lowercase cmds[].c also; ok markus@Kevin Steves
2001-02-07portable; ok markus@Kevin Steves
2001-02-07more man page cleanup and sync of help text with man page; ok markus@Kevin Steves
2001-02-07Check that target is a directory before doing ls; ok markus@Damien Miller
2001-02-07check for stat failures, too; ok djm@Markus Friedl
2001-02-06dir==lsMarkus Friedl
2001-02-06stat target for remote chdir before doing chdirDamien Miller
2001-02-06cleanup get_pathname, fix pwd after failed cd. okay djm@Niels Provos
2001-02-05? == helpTheo de Raadt
2001-02-04sort commands, so that abbreviations work as expectedTheo de Raadt
2001-02-04debugging sftp: precedence and missing break. chmod, chown, chgrpKevin Steves
2001-02-04use base 8 for umask/chmodMarkus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-04fix LCDMarkus Friedl
2001-02-04Basic interactive sftp client; ok theo@Damien Miller