History log of /openbsd/usr.bin/ssh/authfd.c (Results 101 – 125 of 134)
Revision Date Author Comments
# fd8d0ffa 04-Feb-2001 stevesk <stevesk@openbsd.org>

remove duplicate #include's; ok markus@


# 94dd3409 21-Jan-2001 markus <markus@openbsd.org>

split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
rename util.[ch] -> misc.[ch]


# 1829452d 20-Dec-2000 markus <markus@openbsd.org>

fix prototypes; from stevesk@pobox.com


# bdb35367 19-Dec-2000 markus <markus@openbsd.org>

replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
with u_char.


# 34713819 12-Nov-2000 markus <markus@openbsd.org>

add support for RSA to SSH2. please test.

there are now 3 types of keys: RSA1 is used by ssh-1 only,
RSA and DSA are used by SSH2.

you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA

add support for RSA to SSH2. please test.

there are now 3 types of keys: RSA1 is used by ssh-1 only,
RSA and DSA are used by SSH2.

you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
keys for SSH2 and use the RSA keys for hostkeys or for user keys.

SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.

IdentityFile2, HostDsaKey and DSAAuthentication are obsolete.
you can use multiple IdentityFile and HostKey for all types of keys.

the option DSAAuthentication is replaced by PubkeyAuthetication.

show more ...


# 10da3483 09-Oct-2000 markus <markus@openbsd.org>

interop with ssh-agent2, from <res@shore.net>


# 1604b9ad 21-Sep-2000 markus <markus@openbsd.org>

bug compat for old ssh.com software


# 607fba6c 07-Sep-2000 deraadt <deraadt@openbsd.org>

cleanup copyright notices on all files. I have attempted to be accurate with
the details. everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing

cleanup copyright notices on all files. I have attempted to be accurate with
the details. everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence. We're not changing any rules, just
being accurate.

show more ...


# add97113 31-Aug-2000 markus <markus@openbsd.org>

add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions


# 7aabec31 19-Aug-2000 markus <markus@openbsd.org>

add SSH2/DSA support to the agent and some other DSA related cleanups.
(note that we cannot talk to ssh.com's ssh2 agents)


# 641ff1c8 15-Aug-2000 markus <markus@openbsd.org>

cleanup; ok niels@


# 7e454b74 02-Aug-2000 deraadt <deraadt@openbsd.org>

correct sun_len; Alexander@Leidinger.net


# 3ad03657 16-Jul-2000 markus <markus@openbsd.org>

make ssh-add accept dsa keys (the agent does not)


# 15dc792a 26-Jun-2000 markus <markus@openbsd.org>

cleanup, less cut&paste


# 4a29184e 20-Jun-2000 markus <markus@openbsd.org>

OpenBSD tag


# a0038be4 29-Apr-2000 markus <markus@openbsd.org>

keysize warnings error() -> log()


# 722a5a05 14-Apr-2000 markus <markus@openbsd.org>

whitespace cleanup


# 3f5edc8c 12-Apr-2000 markus <markus@openbsd.org>

#include <ssl/foo.h> -> <openssh/foo.h>


# 406f63c1 15-Dec-1999 markus <markus@openbsd.org>

keysize warnings talk about identity files


# b84216c7 06-Dec-1999 deraadt <deraadt@openbsd.org>

move atomicio into it's own file. wrap all socket write()s which were doing
write(sock, buf, len) != len, with atomicio() calls.


# bbc3e7c1 24-Nov-1999 markus <markus@openbsd.org>

KNF, final part 3


# 32f90fec 24-Nov-1999 deraadt <deraadt@openbsd.org>

much more KNF


# 2bb1effc 23-Nov-1999 markus <markus@openbsd.org>

KNF part 1


# 37e442d4 18-Nov-1999 ho <ho@openbsd.org>

Integers should not be printed with %s


# 3e42a879 16-Nov-1999 markus <markus@openbsd.org>

close-on-exec for auth-socket, ok deraadt


123456