Age | Commit message (Expand) | Author |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl |
2001-03-12 | remove old key_fingerprint interface, s/_ex// | Markus Friedl |
2001-03-10 | all known netscreen ssh versions, and older versions of OSU ssh cannot | Theo de Raadt |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller |
2001-02-15 | genericize password padding function for SSH1 and SSH2. | Markus Friedl |
2001-02-08 | don't connect if batch_mode is true and stricthostkeychecking set to 'ask' | Markus Friedl |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-08 | %.30s is too short for IPv6 numeric address. use %.128s for now. markus ok | Jun-ichiro itojun Hagino |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-30 | Make warning message a little more consistent. ok markus@ | Damien Miller |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-13 | split out keepalive from packet_interactive (from dale@accentre.com) | Markus Friedl |
2001-01-04 | consistent use of _PATH_BSHELL; from stevesk@pobox.com | Markus Friedl |
2001-01-02 | strict_host_key_checking for host_status != HOST_CHANGED && ip_status == HOST... | Markus Friedl |
2000-12-28 | fingerprint for MITM attacks, too | Markus Friedl |
2000-12-27 | new option: HostKeyAlias: allows the user to record the host key | Markus Friedl |
2000-12-21 | print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@ | Markus Friedl |
2000-12-20 | cannot get ip for remote host if proxy_command is used | Markus Friedl |
2000-11-30 | disable agent/x11/port fwding if hostkey has changed; ok niels@ | Markus Friedl |
2000-11-29 | show IP address and hostname when new key is encountered. okay markus@ | Niels Provos |
2000-11-06 | downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net | Markus Friedl |
2000-11-06 | do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi | Markus Friedl |
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 |