summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/scp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move progressmeter.c to libssh; ok djm/fgs@markus2003-01-121-2/+2
|
* sftp progress meter support.fgsch2003-01-101-2/+2
| | | | | original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
* scp doesn't need misc.c. markus okitojun2002-10-161-2/+2
|
* Move colon() and cleanhost() to misc.c where I should I have put it inmouring2001-05-031-2/+2
| | | | the first place
* IPv6 support for sftp (which I bungled in my last patch) which ismouring2001-04-161-2/+2
| | | | borrowed from scp.c. Thanks to Markus@ for pointing it out.
* log*.c -> log.cmarkus2001-03-031-2/+2
|
* $OpenBSD$niklas2001-01-291-0/+2
|
* use shared fatal(); from stevesk@pobox.commarkus2001-01-011-1/+1
|
* no longer needed; good riddance for static archstodd2000-06-291-5/+0
|
* atomicio() via libderaadt1999-12-061-1/+1
|
* move atomicio into it's own file. wrap all socket write()s which were doingderaadt1999-12-061-1/+1
| | | | write(sock, buf, len) != len, with atomicio() calls.
* move common files to ./lib and link libssh.a, tested with and w/o objmarkus1999-10-251-1/+1
|
* on static machines, install these as mode 0deraadt1999-10-071-1/+8
|
* convert all uses of gmp to SSL bignumprovos1999-09-281-1/+1
| | | | | | convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada.
* proper groups for installderaadt1999-09-261-1/+0
|
* build ssh components using our build modelderaadt1999-09-261-0/+12