Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | void* -> unsigned char*, ok niels@ | 2000-02-22 | 1 | -5/+5 | ||
| | ||||||
* | KNF, final part 3 | 1999-11-24 | 1 | -16/+27 | ||
| | ||||||
* | much more KNF | 1999-11-24 | 1 | -12/+12 | ||
| | ||||||
* | KNF part 1 | 1999-11-23 | 1 | -191/+196 | ||
| | ||||||
* | syslog changes: | 1999-11-22 | 1 | -3/+3 | ||
| | | | | | | | | | | | * 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 | |||||
* | remove support for cipher RC4 | 1999-11-15 | 1 | -2/+2 | ||
| | ||||||
* | replace assert() with error, fatal or packet_disconnect | 1999-11-02 | 1 | -5/+5 | ||
| | ||||||
* | use libssl md5 routines | 1999-10-27 | 1 | -5/+5 | ||
| | ||||||
* | better cipher name fix. | 1999-09-30 | 1 | -7/+8 | ||
| | ||||||
* | deal with NULL in ciphernames | 1999-09-30 | 1 | -2/+3 | ||
| | ||||||
* | less brain damage, get rid of 'no ' | 1999-09-30 | 1 | -7/+7 | ||
| | ||||||
* | use libc md5 | 1999-09-30 | 1 | -3/+4 | ||
| | ||||||
* | remove ``none''. | 1999-09-30 | 1 | -3/+3 | ||
| | ||||||
* | "ssh is a very large program" -- anonymous | 1999-09-30 | 1 | -37/+1 | ||
| | ||||||
* | cull, cull, cull | 1999-09-30 | 1 | -3/+3 | ||
| | ||||||
* | convert all uses of gmp to SSL bignum | 1999-09-28 | 1 | -30/+8 | ||
| | | | | | | 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. | |||||
* | blowfish is always there | 1999-09-26 | 1 | -15/+1 | ||
| | ||||||
* | all the idea code goes away | 1999-09-26 | 1 | -46/+1 | ||
| | ||||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+418 | ||
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. |