summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
AgeCommit message (Expand)Author
2001-07-27shorten linesTheo de Raadt
2001-07-18Missing -o in scp usage()mouring
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-23slightly better careTheo de Raadt
2001-06-16no stdio or exit() in signal handlers.Markus Friedl
2001-06-10you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@Markus Friedl
2001-06-03pass -v to ssh; from slade@shore.netMarkus Friedl
2001-05-19ftruncate() instead of open()+O_TRUNC like rcp.c doesMarkus Friedl
2001-05-08Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring
2001-05-03Move colon() and cleanhost() to misc.c where I should I have put it inmouring
2001-04-22scp > 2GB; niles@scyld.com; ok deraadt@, djm@Markus Friedl
2001-04-16IPv6 support for sftp (which I bungled in my last patch) which ismouring
2001-04-14'T' handling rcp/scp sync; ok markus@Kevin Steves
2001-04-06remove trailing / from source paths; fixes pr#1756Theo de Raadt
2001-03-28usage more like rcp and add missing -B to usage; ok markus@Kevin Steves
2001-03-28start to sync scp closer to rcp; ok markus@Kevin Steves
2001-03-21alpha fixes, from simonb@wasabisystems.comMarkus Friedl
2001-03-15use %lld in printf, ok millert@/deraadt@; report from ssh@client.fiMarkus Friedl
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-19np is changed by recursion; vinschen@redhat.comTheo de Raadt
2001-02-10fix memory leak; ok markus@Dan Harnett
2001-02-10revert a small change to allow -r option to work again; ok deraadt@Dan Harnett
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-08memory leak fix, and snprintf throughoutTheo de Raadt
2001-02-07unsigned long long -> %llu, not %qu. markus okJun-ichiro itojun Hagino
2001-02-04alpha happinessTheo de Raadt
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-13getopt() returns -1 not EOF; stevesk@pobox.comMarkus Friedl
2001-01-01use shared fatal(); from stevesk@pobox.comMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-16allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DEMarkus Friedl
2000-12-16unused; from stevesk@pobox.comMarkus Friedl
2000-12-11when copying 0-sized files, do not re-print ETA time at completionTheo de Raadt
2000-10-18replace atomicio(read,...) with read(); ok deraadt@Markus Friedl
2000-10-14remove spaces from arguments; from djm@mindrot.orgMarkus Friedl
2000-10-11support 'scp -o' with help from mouring@pconline.comMarkus Friedl
2000-09-21utime() to utimes(); mouring@pconline.comMarkus Friedl
2000-09-07typoMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-09-01cleanup and fix -S support; stevesk@sweden.hp.comTheo de Raadt
2000-08-24off_t in sink, to fix files > 2GB, i think, test is still running ;-)Theo de Raadt
2000-08-19knfTheo de Raadt
2000-08-19-S prog support; tv@debian.orgTheo de Raadt
2000-07-13close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>Niels Provos
2000-06-20OpenBSD tagMarkus Friedl
2000-06-18typoMarkus Friedl
2000-05-02more atomicioTheo de Raadt
2000-05-01fix very rare EAGAIN/EINTR issues; based on work by djmTheo de Raadt