summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
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
2000-04-12less debugging outputMarkus Friedl
2000-04-07interop w/ latest ssh.com windows client.Markus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-03-28split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalMarkus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
2000-03-22remove unused cipher_attack_detected codeMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-03-09disallow guessing of root passwordMarkus Friedl