summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
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
2000-03-06fix pr 1113, fclose() -> pclose(), todo: remote popen()Markus Friedl
2000-02-28create x11 cookie fileMarkus Friedl
2000-02-15register cleanup for pty earlier. move code for pty-owner handling to pty.cMarkus Friedl
2000-02-15move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.Markus Friedl
2000-02-06typoMarkus Friedl
2000-02-05missing xfree()Markus Friedl
2000-02-01oops, fix comment, too.Markus Friedl
2000-01-31delay close() of pty until the pty has been chowned back to rootMarkus Friedl
2000-01-27deny login if shell does not exist or is not executable at allMarkus Friedl
2000-01-24don't panic if client behaves strange. ok deraadt@Markus Friedl
2000-01-20log with level log() not fatal() if peer behaves badly.Markus Friedl
2000-01-18no need for poll.h; from bright@wintelcom.netMarkus Friedl
2000-01-18disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.Markus Friedl
2000-01-16split key exchange (kex) and user authentication (user-auth), ok: provos@Markus Friedl
2000-01-04allow auth-kerberos for IPv4 onlyMarkus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl