summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
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
2001-01-19only auth-chall.c needs #ifdef SKEYMarkus Friedl
2001-01-18log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systemsMarkus Friedl
2001-01-18don't call rsa-keygen from signalhandler.Markus Friedl
2001-01-13split out keepalive from packet_interactive (from dale@accentre.com)Markus Friedl
2001-01-13getopt() returns -1 not EOF; stevesk@pobox.comMarkus Friedl
2001-01-11maxfd+1Markus Friedl
2001-01-10XXX -- generate_empheral_server_key() is not safe against races, because it c...Theo de Raadt
2001-01-07rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICEMarkus Friedl
2001-01-04sync usage()/man with defaults; from stevesk@pobox.comMarkus Friedl
2000-12-28document -DMarkus Friedl
2000-12-27typoMarkus Friedl
2000-12-20fix prototypes; from stevesk@pobox.comMarkus Friedl
2000-12-20init pointer to NULL; report from Jan.Iven@cern.chMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-15compute diffie-hellman in parallel between server and client. okay markus@Niels Provos
2000-12-12consistently use __progname; from stevesk@pobox.comMarkus Friedl
2000-12-12source port < 1024 is no longer required for rhosts-rsa since itMarkus Friedl
2000-12-05tweak comment to reflect real location of pid file; ok provos@Todd T. Fries
2000-11-29sshd -D, startup w/o daemon(), for monitoring scripts or initab;Markus Friedl
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-11-06do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fiMarkus Friedl
2000-10-13Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.seMarkus Friedl
2000-10-12enable DES in SSH-1 clients onlyMarkus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels Provos
2000-09-17fix DEBUG_KEXDHMarkus Friedl
2000-09-12multiple debug levelsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-17sshd -u len, similar to telnetdMarkus Friedl
2000-07-22random early drop; ok theo, nielsMarkus Friedl
2000-07-18Another closing of stdin; ok deraadtDamien Miller
2000-07-11make MaxStartups code still work with -d; djmTheo de Raadt
2000-07-05typoNiels Provos
2000-06-26MaxStartups: limit number of unauthenticated connections, work by theo and meMarkus Friedl
2000-06-22missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MILMarkus Friedl
2000-05-25split kexinit/kexdh, factor out common codeMarkus Friedl
2000-05-18Check for RSA key presence before freeing them. FromDamien Miller
2000-05-17enable nonblocking IO for sshd w/ proto 1, too; split out common codeMarkus Friedl