summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
AgeCommit message (Expand)Author
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
2000-04-16after completion, replace the progress bar ETA counter with a final elapsed t...Theo de Raadt
2000-04-14whitespace cleanupMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-01-24allow '.' in usernames; from jedgar@fxp.orgMarkus Friedl
2000-01-04document -4, -6, and 'ssh -L 2022/::1/22'Markus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
1999-11-24progress meter overflow fix from damien@ibs.com.auMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-17foregroundproc() in scpTheo de Raadt
1999-11-12fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaronMarkus Friedl
1999-10-27Calculation fix in progressmeter() for ETA > 1hr; pasto on my part.Aaron Campbell
1999-10-08Print out the progress meter for 0 length files, too; deraadt@Aaron Campbell
1999-10-05- Fix the progress meter for receiving files, too.Aaron Campbell
1999-10-05Show filenames in the progress meter while transferring.Aaron Campbell
1999-10-04it is incredible what some people try to do in signal handlersTheo de Raadt
1999-10-03errno trashing considered harmfullTheo de Raadt
1999-10-02WallTheo de Raadt
1999-10-02isatty() fixes for the progress meter; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-09-30- Add -q option to shutup the progressmeter; markus friedlAaron Campbell
1999-09-30do not bother with dinosaur pacificationTheo de Raadt
1999-09-30Put our ftp(1) progress meter into scp(1).Aaron Campbell
1999-09-29we have setsidTheo de Raadt
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt