summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
2001-12-28packet_read* no longer return the packet length, since it's not used.Markus Friedl
2001-12-28packet_get_bignum* no longer returns a sizeMarkus Friedl
2001-12-28s/packet_done/packet_check_eom/ (end-of-message); ok djm@Markus Friedl
2001-12-27get rid of packet_integrity_check, use packet_done() instead.Markus Friedl
2001-12-27call fatal() for openssl allocation failuresMarkus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-10possible fd leak on error; ok markus@Kevin Steves
2001-12-06add -o to sshd, too. ok deraadt@Markus Friedl
2001-12-05minor KNFTheo de Raadt
2001-12-05deal with LP64 printf issue with sig_atomic_t. from thorpejJun-ichiro itojun Hagino
2001-11-22volatile sig_atomic_tMarkus Friedl
2001-11-19fd leak on HUP; ok stevesk@Markus Friedl
2001-11-14errno saving wrapping in a signal handlerTheo de Raadt
2001-11-10cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc).Markus Friedl
2001-11-09remove extra trailing dot from log message; pilot@naughty.monkey.orgMarkus Friedl
2001-10-24mention remote port in debug messageMarkus Friedl
2001-10-02#include "channels.h" for channel_set_af()Kevin Steves
2001-10-01remove ugliness; vp@drexel.edu via angelosMarkus Friedl
2001-08-23end request with 0, not NULLCamiel Dobbelaar
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