summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-01-13move callback to headerfileMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
2001-01-13oopsMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
2001-01-13WallMarkus Friedl
2001-01-13fix commentMarkus Friedl
2001-01-13reorder, typoMarkus Friedl
2001-01-13split out keepalive from packet_interactive (from dale@accentre.com)Markus Friedl
2001-01-13enable kerberos passwd auth in ssh2, use k_setpag; ok hin, dugsong, from ksul...Markus Friedl
2001-01-13typo, from stevesk@sweden.hp.comMarkus Friedl
2001-01-13free() -> xfree(); fix memory leak; from stevesk@pobox.comMarkus Friedl
2001-01-13use SSH_DEFAULT_PORT; from stevesk@pobox.comMarkus Friedl
2001-01-13getopt() returns -1 not EOF; stevesk@pobox.comMarkus Friedl
2001-01-13small ssh-keygen manpage cleanup; stevesk@pobox.comMarkus Friedl
2001-01-11maxfd+1Markus Friedl
2001-01-11fix select overflow, work by deraadt and me.Markus Friedl
2001-01-10cleanup sftp-server implementation:Markus Friedl
2001-01-10XXX -- generate_empheral_server_key() is not safe against races, because it c...Theo de Raadt
2001-01-09allow TCP_NDELAY for ipv6; from netbsd via itojun@Markus Friedl
2001-01-08implement option 'Banner /etc/issue.net' for ssh2, move version toMarkus Friedl
2001-01-08O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.comMarkus Friedl
2001-01-08more cleanups and fixes from stevesk@pobox.com:Markus Friedl
2001-01-08missing free; thanks stevesk@pobox.comMarkus Friedl
2001-01-08yet another typo; bad markusMarkus Friedl
2001-01-07typoMarkus Friedl
2001-01-07missing free, stevesk@pobox.comMarkus Friedl
2001-01-07missing free, stevesk@pobox.comMarkus Friedl
2001-01-07rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICEMarkus Friedl
2001-01-06remove unusedMarkus Friedl
2001-01-05missing .ElJun-ichiro itojun Hagino
2001-01-04consistent use of _PATH_BSHELL; from stevesk@pobox.comMarkus Friedl
2001-01-04Mention AES as available SSH2 Cipher; ok markusDamien Miller
2001-01-04sync usage()/man with defaults; from stevesk@pobox.comMarkus Friedl
2001-01-04handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that p...Markus Friedl
2001-01-02strict_host_key_checking for host_status != HOST_CHANGED && ip_status == HOST...Markus Friedl
2001-01-02log remote ip on disconnect; PR 1600, from jcs@rt.fmMarkus Friedl
2001-01-01use shared fatal(); from stevesk@pobox.comMarkus Friedl
2000-12-29missing xfree; from vaughan99@yahoo.comMarkus Friedl
2000-12-29remove->unlink; stevesk@pobox.comMarkus Friedl
2000-12-29undo change in comment; stevesk@pobox.comMarkus Friedl
2000-12-29sync with portable openssh; stevesk@pobox.comMarkus Friedl
2000-12-28enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}'Markus Friedl
2000-12-28count authentication failures onlyMarkus Friedl
2000-12-28fingerprint for MITM attacks, tooMarkus Friedl
2000-12-28document -DMarkus Friedl
2000-12-27less chattyMarkus Friedl
2000-12-27undoMarkus Friedl
2000-12-27OpenSSH-2.4.0Markus Friedl
2000-12-27typoMarkus Friedl
2000-12-27new option: HostKeyAlias: allows the user to record the host keyMarkus Friedl