summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
AgeCommit message (Collapse)Author
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 ↵Theo de Raadt
time; my idea, aaron wrote the patch
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
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)
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
write(sock, buf, len) != len, with atomicio() calls.
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
* Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE
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
- 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.