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