summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/progressmeter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Have progressmeter force an update at the beginning and end of eachdtucker2019-01-241-2/+2
| | | | | transfer. Fixes the problem recently introduces where very quick transfers do not display the progressmeter at all. Spotted by naddy@
* Sanitize scp filenames via snmprintf. To do this we move thedtucker2019-01-231-1/+2
| | | | | | progressmeter formatting outside of signal handler context and have the atomicio callback called for EINTR too. bz#2434 with contributions from djm and jjelen at redhat.com, ok djm@
* update sftp client and server to new buffer API.djm2015-01-141-2/+2
| | | | pretty much just mechanical changes; with & ok markus
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* sftp progress meter support.fgsch2003-01-101-0/+27
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.