summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-int.c
AgeCommit message (Expand)Author
2002-09-12zap unused var introduced in last commitDamien Miller
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2002-06-23bunch of u_int vs int stuffTheo de Raadt
2002-03-30check waitpid for EINTR; based on patch from peter@ifm.liu.seMarkus Friedl
2002-03-19use xfree() after xstrdup().Mike Pechkin
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2002-02-12Perform multiple overlapping read/write requests in file transfer. MostlyDamien Miller
2002-02-05Add "-B" option to specify copy buffer length (default 32k); ok markus@Damien Miller
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-08-14"bye"; hk63a@netscape.netMarkus Friedl
2001-07-31avoid paths beginning with "//"; <vinschen@redhat.com>Jakob Schlyter
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-04-15some unused variable and typos; from tomh@po.crl.go.jpMarkus Friedl
2001-04-12Add support for:mouring
2001-04-11'mget' and 'mput' aliases; ok markus@Damien Miller
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-03-23fix put, upload to _absolute_ path, ok djm@Markus Friedl
2001-03-16discourage strcat/strcpyMarkus Friedl
2001-03-16fix memset and whitespaceMarkus Friedl
2001-03-16Revise globbing for get/put to be more shell-like. In particular,Damien Miller
2001-03-14add version commandMarkus Friedl
2001-03-13sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@Damien Miller
2001-03-07Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingDamien Miller
2001-03-06sftp -b batchfile; mouring@etoh.eviladmin.orgTheo de Raadt
2001-03-04log functions should not be passed strings that end in newline as theyTodd C. Miller
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