summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
2001-07-26add -t option to test configuration file and keys; pekkas@netcore.fiKevin Steves
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org...Dug Song
2001-06-23pidfile/sigterm race; bbraun@synack.netMarkus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-04set flags in the signal handlers, do real work in the main loop, ok provos@Markus Friedl
2001-05-28remove some lines, simplify.Markus Friedl
2001-05-19sshd command-line arguments and configuration file options thatKevin Steves
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-04-15don't use errno for key_{load,save}_private; discussion w/ solar@openwallMarkus Friedl
2001-04-15some unused variable and typos; from tomh@po.crl.go.jpMarkus Friedl
2001-04-12robust port validation; ok markus@ jakob@Kevin Steves
2001-04-11implement the -e option into sshd:lebel
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
2001-04-04enable server side rekeying + some rekey related clientup.Markus Friedl
2001-04-04don't sent multiple kexinit-requests.Markus Friedl
2001-04-03undo parts of recent my changes: main part of keyexchange does notMarkus Friedl
2001-04-03move kex to kex*.c, used dispatch_set() callbacks for kex. shouldMarkus Friedl
2001-03-29Protocol 1 key regeneration log => verbose, some KNF; ok markus@Damien Miller
2001-03-29need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@Kevin Steves
2001-03-28forgot to include min and max params in hash, okay markus@Niels Provos
2001-03-28call refuse() before close(); from olemx@ans.plMarkus Friedl
2001-03-27make dh group exchange more flexible, allow min and max group size,Niels Provos
2001-03-27use EVP_get_digestbynid, reorder some calls and fix missing free.Markus Friedl
2001-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2001-03-23ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@Markus Friedl
2001-03-23Compat for OpenSSH with broken Rijndael/AES. ok markus@Damien Miller
2001-03-22do not place linefeeds in bufferTheo de Raadt
2001-03-18specifically version match on ssh scanners. do not log scan informationTheo de Raadt
2001-03-09typo; slade@shore.netTheo de Raadt
2001-03-05generate a 2*need size (~300 instead of 1024/2048) random privateMarkus Friedl
2001-03-04log functions should not be passed strings that end in newline as theyTodd C. Miller
2001-03-04Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoidDamien Miller
2001-02-28generate a fake session id, tooMarkus Friedl
2001-02-23the random session key depends now on the session_key_intMarkus Friedl
2001-02-19clarify message to make it not mention "ident"Theo de Raadt
2001-02-12missing memset; from solar@openwall.comMarkus Friedl
2001-02-111) clean up the MAC support for SSH-2Markus Friedl
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-07move k_setpag() to a central place; ok dugsong@Markus Friedl
2001-02-04alpha happinessTheo de Raadt
2001-02-04precedence; ok markus@Kevin Steves
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-04make the alpha happyTheo de Raadt
2001-01-29handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ...Markus Friedl
2001-01-28remove -Q, no longer neededMarkus Friedl
2001-01-22rename skey -> challenge response.Markus Friedl
2001-01-22fix memory leaks in SSH2 key exchange; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl