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