Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | whitespace cleanup | 2000-04-14 | 1 | -5/+5 | ||
| | ||||||
* | #include <ssl/foo.h> -> <openssh/foo.h> | 2000-04-12 | 1 | -3/+3 | ||
| | ||||||
* | -pedantic: signed vs. unsigned, void*-arithm, etc | 2000-03-16 | 1 | -4/+5 | ||
| | ||||||
* | cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.org | 2000-01-02 | 1 | -2/+4 | ||
| | ||||||
* | keysize warnings talk about identity files | 1999-12-15 | 1 | -3/+3 | ||
| | ||||||
* | KNF, final part 3 | 1999-11-24 | 1 | -13/+20 | ||
| | ||||||
* | much more KNF | 1999-11-24 | 1 | -19/+14 | ||
| | ||||||
* | KNF part 1 | 1999-11-23 | 1 | -564/+517 | ||
| | ||||||
* | only one 'extern char *__progname' | 1999-11-19 | 1 | -5/+4 | ||
| | ||||||
* | more %d vs. %s in fmt-strings | 1999-11-18 | 1 | -3/+3 | ||
| | ||||||
* | the keysize of rsa-parameter 'n' is passed implizit, | 1999-11-15 | 1 | -2/+6 | ||
| | | | | a few more checks and warnings about 'pretended' keysizes. | |||||
* | replace assert() with error, fatal or packet_disconnect | 1999-11-02 | 1 | -3/+8 | ||
| | ||||||
* | call setsid() regardless of argv[] | 1999-10-28 | 1 | -5/+11 | ||
| | ||||||
* | from niklas: Add -c -s and -k support, Create socket early to avoid race, | 1999-10-28 | 1 | -38/+139 | ||
| | | | | Don't let child access std{in,out,err} | |||||
* | ignore sigpipe, do not die if the client (ssh-add, ssh) dies, ok: niklas@ | 1999-10-27 | 1 | -1/+10 | ||
| | ||||||
* | use libssl md5 routines | 1999-10-27 | 1 | -6/+6 | ||
| | ||||||
* | fix old connect() race security-bug for ssh-agent and agent-forwarding | 1999-10-14 | 1 | -57/+7 | ||
| | | | | | | | | | | by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work | |||||
* | You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=no | 1999-10-07 | 1 | -2/+2 | ||
| | ||||||
* | move auth-sockets to private dir | 1999-10-05 | 1 | -23/+29 | ||
| | | | | delete minfd residua | |||||
* | nuke genminfd/AUTH_FD | 1999-10-04 | 1 | -93/+41 | ||
| | ||||||
* | use SHUT_* symbols | 1999-10-03 | 1 | -5/+5 | ||
| | ||||||
* | use libc md5 | 1999-09-30 | 1 | -3/+4 | ||
| | ||||||
* | even smaller | 1999-09-30 | 1 | -3/+3 | ||
| | ||||||
* | do not bother with dinosaur pacification | 1999-09-30 | 1 | -6/+1 | ||
| | ||||||
* | numerous sprintf, strncpy, strcpy cleanups | 1999-09-29 | 1 | -5/+5 | ||
| | ||||||
* | test for RSA in the ssl library, real early on | 1999-09-29 | 1 | -1/+11 | ||
| | ||||||
* | convert all uses of gmp to SSL bignum | 1999-09-28 | 1 | -62/+95 | ||
| | | | | | | 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. | |||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+629 | ||
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. |