summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-03-29typoTheo de Raadt
2000-03-29reorder Xr to avoid cuttingTheo de Raadt
2000-03-28split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalMarkus Friedl
2000-03-28function tables for different message typesMarkus Friedl
2000-03-28typoMarkus Friedl
2000-03-28sync w/ channels.cMarkus Friedl
2000-03-28missing closeMarkus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-28KNFMarkus Friedl
2000-03-28do not log() if debuggin to stderrMarkus Friedl
2000-03-28cleanup, less codeMarkus Friedl
2000-03-28support ssh2 ciphersMarkus Friedl
2000-03-28support ssh2 bignumsMarkus Friedl
2000-03-28close(fdin) if fdin != fdout, shutdown otherwise, ok theo@Markus Friedl
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