summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-03-27allow bigger packetsMarkus Friedl
2000-03-27ssh2 message type codesMarkus Friedl
2000-03-24fix spelling errors, From: FreeBSDBrad Smith
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
2000-03-23Please note that this file has not been updated for OpenSSH.....Markus Friedl
2000-03-23switch to raw mode only if he _get_ a pty (not if we _want_ a pty).Markus Friedl
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
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