Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves | |
2001-12-05 | minor KNF | Theo de Raadt | |
2001-09-19 | use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses | Kevin Steves | |
this and we do it this way elsewhere. this helps in portable because not all systems have SUN_LEN() and sockaddr_un.sun_len. ok markus@ | |||
2001-08-07 | extended failure messages from galb@vandyke.com | Markus Friedl | |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl | |
2001-06-26 | initial support for smartcards in the agent | Markus Friedl | |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino | |
TODO; cleanup headers | |||
2001-06-07 | use xxx_put_cstring() | Markus Friedl | |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl | |
2001-03-06 | EINTR/EAGAIN handling is required in more cases | Theo de Raadt | |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller | |
get passed on to syslog() and when logging to stderr, do_log() appends its own newline. | |||
2001-03-01 | split line so that p will have an easier time next time around | Theo de Raadt | |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves | |
2001-02-04 | remove duplicate #include's; ok markus@ | Kevin Steves | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl | |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
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. | |||
2000-10-09 | interop with ssh-agent2, from <res@shore.net> | Markus Friedl | |
2000-09-21 | bug compat for old ssh.com software | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
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. | |||
2000-08-31 | add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions | Markus Friedl | |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl | |
(note that we cannot talk to ssh.com's ssh2 agents) | |||
2000-08-15 | cleanup; ok niels@ | Markus Friedl | |
2000-08-02 | correct sun_len; Alexander@Leidinger.net | Theo de Raadt | |
2000-07-16 | make ssh-add accept dsa keys (the agent does not) | Markus Friedl | |
2000-06-26 | cleanup, less cut&paste | Markus Friedl | |
2000-06-20 | OpenBSD tag | Markus Friedl | |
2000-04-29 | keysize warnings error() -> log() | Markus Friedl | |
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl | |
1999-12-15 | keysize warnings talk about identity files | Markus Friedl | |
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-11-24 | KNF, final part 3 | Markus Friedl | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-11-18 | Integers should not be printed with %s | Hakan Olsson | |
1999-11-16 | close-on-exec for auth-socket, ok deraadt | Markus Friedl | |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl | |
a few more checks and warnings about 'pretended' keysizes. | |||
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl | |
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 | |||
1999-10-05 | move auth-sockets to private dir | Markus Friedl | |
delete minfd residua | |||
1999-10-04 | nuke genminfd/AUTH_FD | Markus Friedl | |
1999-10-03 | use SHUT_* symbols | Theo de Raadt | |
1999-09-30 | even smaller | Theo de Raadt | |
1999-09-29 | numerous sprintf, strncpy, strcpy cleanups | 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 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt | |
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. |