Age | Commit message (Expand) | Author |
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl |
2000-02-18 | read error vs. "Connection closed by remote host" | Markus Friedl |
2000-02-15 | retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp. | Markus Friedl |
2000-02-05 | missing xfree() | Markus Friedl |
2000-01-18 | disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. | Markus Friedl |
2000-01-16 | destroy keys earlier | Markus Friedl |
2000-01-16 | split key exchange (kex) and user authentication (user-auth), ok: provos@ | Markus Friedl |
2000-01-05 | better error message | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
2000-01-02 | compare correct version for 1.3 compat mode | Markus Friedl |
1999-12-20 | say "REMOTE HOST IDENTIFICATION HAS CHANGED" | Markus Friedl |
1999-12-08 | move checking of hostkey into own function. | Markus Friedl |
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt |
1999-12-01 | typo | Markus Friedl |
1999-12-01 | easier to read client code for passwd and skey auth | Markus Friedl |
1999-12-01 | turn of checkhostip for proxy connects, since we don't know the remote ip | Markus Friedl |
1999-12-01 | ports are u_short | 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 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | Markus Friedl |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl |
1999-11-18 | more %d vs. %s in fmt-strings | Markus Friedl |
1999-11-17 | include fingerprint.h | Markus Friedl |
1999-11-16 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | Markus Friedl |
1999-11-16 | prettyprint dreaded keysize warnings | Markus Friedl |
1999-11-15 | more detailed messages about adding and checking hostkeys | Markus Friedl |
1999-11-15 | remove support for cipher RC4 | Markus Friedl |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl |
1999-11-15 | disconnect if getpeername() fails | Markus Friedl |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl |
1999-11-07 | warn if announced size of modulus 'n' != real size | Markus Friedl |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl |
1999-10-27 | use libssl md5 routines | Theo de Raadt |
1999-10-25 | bugfix: print remote version, from chris@dqc.org | Markus Friedl |
1999-10-16 | refuse to talk to protocol < 1.3 | Markus Friedl |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl |
1999-10-16 | -Wall cleanup | Niels Provos |
1999-10-15 | turn of agent-fwding if hostkey changed, ok: theo. | Markus Friedl |
1999-10-14 | say "Permission denied" if passwd is wrong. from wvdputte, ok niels | Markus Friedl |
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl |
1999-10-06 | implement client NumberOfPasswordPrompts option | Dug Song |
1999-10-06 | force HOST_OK not only for localhost but for localnet, suggested tholo@ | Niels Provos |
1999-10-04 | fix handling of the localhost case. used to be a check against 'localhost', | Niels Provos |
1999-10-03 | fix last commit. | Niels Provos |
1999-10-03 | add code to detect DNS spoofing: | Niels Provos |
1999-10-03 | use SHUT_* symbols | Theo de Raadt |
1999-09-30 | use libc md5 | Theo de Raadt |
1999-09-30 | use IPPORT_RESERVED instead of 1024 | Theo de Raadt |