Age | Commit message (Expand) | Author |
2000-10-12 | remove unused | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |
2000-10-03 | hmac->mac | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-19 | rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to | Theo de Raadt |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-05-04 | clear padding in ssh2 | Markus Friedl |
2000-05-01 | less debug, rm unused | Markus Friedl |
2000-04-30 | send debug messages in SSH2 format | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-14 | check payload for (illegal) extra data | Markus Friedl |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl |
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl |
2000-04-03 | ssh2 packet format | Markus Friedl |
2000-04-03 | channel layer support for ssh2 | Markus Friedl |
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl |
2000-02-05 | missing xfree() | Markus Friedl |
2000-01-22 | getsockname() requires initialized tolen; andy@guildsoftware.com | Theo de Raadt |
2000-01-20 | use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
1999-12-15 | "Connection closed by x.x.x.x": fatal() -> log() | Markus Friedl |
1999-12-02 | set loglevel for SSH_MSG_DISCONNECT to log(), not fatal() | Markus Friedl |
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-22 | syslog changes: | Markus Friedl |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl |
1999-11-15 | remove support for cipher RC4 | Markus Friedl |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl |
1999-10-05 | crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@ | Dug Song |
1999-10-03 | use SHUT_* symbols | Theo de Raadt |
1999-10-01 | s/long/int/ | Theo de Raadt |
1999-09-30 | "ssh is a very large program" -- anonymous | Theo de Raadt |
1999-09-30 | do not bother with dinosaur pacification | Theo de Raadt |
1999-09-30 | cull more ancient garbage from pre-POSIX days | Theo de Raadt |
1999-09-29 | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused... | Dug Song |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos |
1999-09-26 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt |