History log of /openbsd/usr.bin/ssh/authfd.c (Results 126 – 134 of 134)
Revision Date Author Comments
# 37cd30ac 15-Nov-1999 markus <markus@openbsd.org>

the keysize of rsa-parameter 'n' is passed implizit,
a few more checks and warnings about 'pretended' keysizes.


# 33fe18e4 14-Oct-1999 markus <markus@openbsd.org>

fix old connect() race security-bug for ssh-agent and agent-forwarding
by removing the connect() junk, with the following restrictions:
1) change the version to "OpenSSH-1.1":
agent-forwarding wil

fix old connect() race security-bug for ssh-agent and agent-forwarding
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

show more ...


# d3f127d5 05-Oct-1999 markus <markus@openbsd.org>

move auth-sockets to private dir
delete minfd residua


# bb0516a7 04-Oct-1999 markus <markus@openbsd.org>

nuke genminfd/AUTH_FD


# 4d2e5617 03-Oct-1999 deraadt <deraadt@openbsd.org>

use SHUT_* symbols


# c956d01c 30-Sep-1999 deraadt <deraadt@openbsd.org>

even smaller


# 53af70e7 29-Sep-1999 deraadt <deraadt@openbsd.org>

numerous sprintf, strncpy, strcpy cleanups


# 76c6bcb9 28-Sep-1999 provos <provos@openbsd.org>

convert all uses of gmp to SSL bignum
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.


# 84959968 26-Sep-1999 deraadt <deraadt@openbsd.org>

i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
well, except for the patent issues. someone in sweden (forget their
name at the moment) cleaned out most of the patented code, a

i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
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.

show more ...


123456