summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
AgeCommit message (Collapse)Author
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
- Add a check for totalbytes <= 0 in progressmeter(), so we don't / 0. - Reset statbytes when we issue progressmeter(1), just to be safe.
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
- Describe -q in man page (needs conversion to mdoc still). - Cleanup usage string. - Correct a typo; espie@
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 ↵Dug Song
unused variables, update manpages
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.