summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-03-22remove unused cipher_attack_detected codeMarkus Friedl
2000-03-21-WallMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-14support DESTDIR include fetching; dmTheo de Raadt
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-09disallow guessing of root passwordMarkus Friedl
2000-03-07typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.deMarkus Friedl
2000-03-06version 1.2.3Theo de Raadt
2000-03-06fix pr 1113, fclose() -> pclose(), todo: remote popen()Markus Friedl
2000-03-04Change invalid 'CHAT' loglevel to 'VERBOSE'Damien Miller
2000-03-01order kerberos librariesTheo de Raadt
2000-02-28turn off x11-fwd for the client, too.Markus Friedl
2000-02-28create x11 cookie fileMarkus Friedl
2000-02-27rename a cpp symbol, to avoid param.h collisionTheo de Raadt
2000-02-24sync with sshd_configMarkus Friedl
2000-02-22void* -> unsigned char*, ok niels@Markus Friedl
2000-02-21PKCS#1 paddingMarkus Friedl
2000-02-21do not link to a commercial page..Theo de Raadt
2000-02-20suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jpMarkus Friedl
2000-02-18remove unused variable 'len'. fix comments.Markus Friedl
2000-02-18read error vs. "Connection closed by remote host"Markus Friedl
2000-02-16remove unused variableMarkus Friedl
2000-02-15register cleanup for pty earlier. move code for pty-owner handling to pty.cMarkus Friedl
2000-02-15consistent indent. ok aaron@Markus Friedl
2000-02-15retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.Markus Friedl
2000-02-15move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.Markus Friedl
2000-02-11delay MD5 computation until client sends response, free() early, cleanup.Markus Friedl
2000-02-06typoMarkus Friedl
2000-02-05missing xfree()Markus Friedl
2000-02-04typoMarkus Friedl
2000-02-04enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@Markus Friedl
2000-02-01int atomicio -> ssize_t (for alpha). ok deraadt@David Leonard
2000-02-01oops, fix comment, too.Markus Friedl
2000-01-31delay close() of pty until the pty has been chowned back to rootMarkus Friedl
2000-01-27deny login if shell does not exist or is not executable at allMarkus Friedl
2000-01-24allow '.' in usernames; from jedgar@fxp.orgMarkus Friedl
2000-01-24do not connect() if request has been denied.Markus Friedl
2000-01-24don't panic if client behaves strange. ok deraadt@Markus Friedl
2000-01-23OpenSSH-1.2.2Markus Friedl
2000-01-22getsockname() requires initialized tolen; andy@guildsoftware.comTheo de Raadt
2000-01-22ie. -> i.e.,Aaron Campbell
2000-01-21instead of blocking SIGINT, catch it ourselves, so that we can clean theTheo de Raadt
2000-01-20log with level log() not fatal() if peer behaves badly.Markus Friedl
2000-01-20use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;Markus Friedl
2000-01-18no need for poll.h; from bright@wintelcom.netMarkus Friedl
2000-01-18disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.Markus Friedl
2000-01-18fix user/1056, sshd keeps restrictions; dbt@meat.netMarkus Friedl
2000-01-16destroy keys earlierMarkus Friedl
2000-01-16split key exchange (kex) and user authentication (user-auth), ok: provos@Markus Friedl