summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
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
2000-05-03s/DsaKey/HostDSAKey/, document optionMarkus Friedl
2000-05-02use c-style commentsMarkus Friedl
2000-05-01unlink pid file, ok niels@Markus Friedl
2000-05-01PidFile, pr 1210Markus Friedl
2000-04-27xfree DSA blobsMarkus Friedl
2000-04-26silent if -Q is specifiedMarkus Friedl
2000-04-26remove unusedMarkus Friedl
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-04-19pid_tTheo de Raadt
2000-04-17missing xfree()Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-04-12print 1.99 only if server supports bothMarkus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-12check for reasonable public DH valuesMarkus Friedl