Age | Commit message (Expand) | Author |
2000-09-17 | yes no; ok niels@ | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-28 | print uid/gid as unsigned | Theo de Raadt |
2000-06-17 | missing atomicio, typo | Markus Friedl |
2000-06-17 | allow extended server banners | Markus Friedl |
2000-05-17 | copy only ai_addrlen bytes; misiek@pld.org.pl | Markus Friedl |
2000-05-17 | enable nonblocking IO for sshd w/ proto 1, too; split out common code | Markus Friedl |
2000-05-04 | print key type when talking about host keys | Markus Friedl |
2000-04-26 | split auth/sshconnect in one file per protocol version | Markus Friedl |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl |
2000-04-19 | pid_t | Theo de Raadt |
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-12 | typo | Markus Friedl |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl |
2000-04-12 | check for reasonable public DH values | Markus Friedl |
2000-04-12 | fix passwd prompt for ssh2, less debugging output. | Markus Friedl |
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl |
2000-04-04 | missing free. | Markus Friedl |
2000-04-04 | ssh2 client implementation, interops w/ ssh.com and lsh servers. | Markus Friedl |
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 |