Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move progressmeter.c to libssh; ok djm/fgs@ | 2003-01-12 | 1 | -2/+2 | |
| | |||||
* | sftp progress meter support. | 2003-01-10 | 1 | -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 ok | 2002-10-16 | 1 | -2/+2 | |
| | |||||
* | Move colon() and cleanhost() to misc.c where I should I have put it in | 2001-05-03 | 1 | -2/+2 | |
| | | | | the first place | ||||
* | IPv6 support for sftp (which I bungled in my last patch) which is | 2001-04-16 | 1 | -2/+2 | |
| | | | | borrowed from scp.c. Thanks to Markus@ for pointing it out. | ||||
* | log*.c -> log.c | 2001-03-03 | 1 | -2/+2 | |
| | |||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | use shared fatal(); from stevesk@pobox.com | 2001-01-01 | 1 | -1/+1 | |
| | |||||
* | no longer needed; good riddance for static archs | 2000-06-29 | 1 | -5/+0 | |
| | |||||
* | atomicio() via lib | 1999-12-06 | 1 | -1/+1 | |
| | |||||
* | move atomicio into it's own file. wrap all socket write()s which were doing | 1999-12-06 | 1 | -1/+1 | |
| | | | | write(sock, buf, len) != len, with atomicio() calls. | ||||
* | move common files to ./lib and link libssh.a, tested with and w/o obj | 1999-10-25 | 1 | -1/+1 | |
| | |||||
* | on static machines, install these as mode 0 | 1999-10-07 | 1 | -1/+8 | |
| | |||||
* | convert all uses of gmp to SSL bignum | 1999-09-28 | 1 | -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 install | 1999-09-26 | 1 | -1/+0 | |
| | |||||
* | build ssh components using our build model | 1999-09-26 | 1 | -0/+12 | |