summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/scp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scp > 2GB; niles@scyld.com; ok deraadt@, djm@markus2001-04-221-4/+4
|
* IPv6 support for sftp (which I bungled in my last patch) which ismouring2001-04-161-38/+2
| | | | borrowed from scp.c. Thanks to Markus@ for pointing it out.
* 'T' handling rcp/scp sync; ok markus@stevesk2001-04-141-14/+11
|
* remove trailing / from source paths; fixes pr#1756deraadt2001-04-061-1/+5
|
* usage more like rcp and add missing -B to usage; ok markus@stevesk2001-03-281-3/+3
|
* start to sync scp closer to rcp; ok markus@stevesk2001-03-281-11/+7
|
* alpha fixes, from simonb@wasabisystems.commarkus2001-03-211-2/+2
|
* use %lld in printf, ok millert@/deraadt@; report from ssh@client.fimarkus2001-03-151-3/+3
|
* make copyright lines the same formatderaadt2001-03-021-3/+3
|
* np is changed by recursion; vinschen@redhat.comderaadt2001-02-191-6/+6
|
* fix memory leak; ok markus@danh2001-02-101-2/+6
|
* revert a small change to allow -r option to work again; ok deraadt@danh2001-02-101-3/+1
|
* sync with netbsd tree changes.itojun2001-02-081-2/+4
| | | | | | - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
* memory leak fix, and snprintf throughoutderaadt2001-02-081-16/+23
|
* unsigned long long -> %llu, not %qu. markus okitojun2001-02-071-2/+2
|
* alpha happinessderaadt2001-02-041-2/+3
|
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-2/+2
|
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+3
| | | | rename util.[ch] -> misc.[ch]
* move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus2001-01-191-4/+3
|
* getopt() returns -1 not EOF; stevesk@pobox.commarkus2001-01-131-2/+2
|
* use shared fatal(); from stevesk@pobox.commarkus2001-01-011-14/+1
|
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-9/+9
| | | | with u_char.
* allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DEmarkus2000-12-161-2/+3
|
* unused; from stevesk@pobox.commarkus2000-12-161-4/+1
|
* when copying 0-sized files, do not re-print ETA time at completionderaadt2000-12-111-23/+22
|
* replace atomicio(read,...) with read(); ok deraadt@markus2000-10-181-3/+5
|
* remove spaces from arguments; from djm@mindrot.orgmarkus2000-10-141-5/+5
|
* support 'scp -o' with help from mouring@pconline.commarkus2000-10-111-87/+68
|
* utime() to utimes(); mouring@pconline.commarkus2000-09-211-7/+8
|
* typomarkus2000-09-071-2/+2
|
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-7/+35
| | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
* cleanup and fix -S support; stevesk@sweden.hp.comderaadt2000-09-011-2/+2
|
* off_t in sink, to fix files > 2GB, i think, test is still running ;-)deraadt2000-08-241-2/+3
|
* knfderaadt2000-08-191-71/+32
|
* -S prog support; tv@debian.orgderaadt2000-08-191-19/+27
|
* close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>provos2000-07-131-3/+6
|
* OpenBSD tagmarkus2000-06-201-2/+2
|
* typomarkus2000-06-181-3/+2
|
* more atomicioderaadt2000-05-021-10/+10
|
* fix very rare EAGAIN/EINTR issues; based on work by djmderaadt2000-05-011-18/+18
|
* after completion, replace the progress bar ETA counter with a final elapsed time; my idea, aaron wrote the patchderaadt2000-04-161-4/+10
|
* whitespace cleanupmarkus2000-04-141-10/+10
|
* -pedantic: signed vs. unsigned, void*-arithm, etcmarkus2000-03-161-4/+4
|
* allow '.' in usernames; from jedgar@fxp.orgmarkus2000-01-241-4/+4
|
* document -4, -6, and 'ssh -L 2022/::1/22'markus2000-01-041-3/+3
|
* ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:markus2000-01-041-7/+47
| | | | | | sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and fujiwara@rcac.tdi.co.jp)
* move atomicio into it's own file. wrap all socket write()s which were doingderaadt1999-12-061-26/+2
| | | | write(sock, buf, len) != len, with atomicio() calls.
* progress meter overflow fix from damien@ibs.com.aumarkus1999-11-241-3/+3
|
* KNF, final part 3markus1999-11-241-7/+11
|
* much more KNFderaadt1999-11-241-11/+11
|