Age | Commit message (Expand) | Author |
2000-07-22 | random early drop; ok theo, niels | Markus Friedl |
2000-07-18 | Another closing of stdin; ok deraadt | Damien Miller |
2000-07-11 | make MaxStartups code still work with -d; djm | Theo de Raadt |
2000-07-05 | typo | Niels Provos |
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl |
2000-06-22 | missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL | Markus Friedl |
2000-05-25 | split kexinit/kexdh, factor out common code | Markus Friedl |
2000-05-18 | Check for RSA key presence before freeing them. From | Damien Miller |
2000-05-17 | enable nonblocking IO for sshd w/ proto 1, too; split out common code | Markus Friedl |
2000-05-03 | s/DsaKey/HostDSAKey/, document option | Markus Friedl |
2000-05-02 | use c-style comments | Markus Friedl |
2000-05-01 | unlink pid file, ok niels@ | Markus Friedl |
2000-05-01 | PidFile, pr 1210 | Markus Friedl |
2000-04-27 | xfree DSA blobs | Markus Friedl |
2000-04-26 | silent if -Q is specified | Markus Friedl |
2000-04-26 | remove unused | Markus Friedl |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl |
2000-04-19 | pid_t | Theo de Raadt |
2000-04-17 | missing xfree() | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl |
2000-04-12 | print 1.99 only if server supports both | Markus Friedl |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl |
2000-04-12 | check for reasonable public DH values | Markus Friedl |
2000-04-12 | less debugging output | Markus Friedl |
2000-04-07 | interop w/ latest ssh.com windows client. | Markus Friedl |
2000-04-06 | ssh2 server side, see README.openssh2; enable with 'sshd -2' | Markus Friedl |
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl |
2000-03-28 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | Markus Friedl |
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl |
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl |
2000-03-22 | remove unused cipher_attack_detected code | Markus Friedl |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl |
2000-03-09 | disallow guessing of root password | Markus Friedl |
2000-03-06 | fix pr 1113, fclose() -> pclose(), todo: remote popen() | Markus Friedl |
2000-02-28 | create x11 cookie file | Markus Friedl |
2000-02-15 | register cleanup for pty earlier. move code for pty-owner handling to pty.c | Markus Friedl |
2000-02-15 | move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too. | Markus Friedl |
2000-02-06 | typo | Markus Friedl |
2000-02-05 | missing xfree() | Markus Friedl |
2000-02-01 | oops, fix comment, too. | Markus Friedl |
2000-01-31 | delay close() of pty until the pty has been chowned back to root | Markus Friedl |
2000-01-27 | deny login if shell does not exist or is not executable at all | Markus Friedl |
2000-01-24 | don't panic if client behaves strange. ok deraadt@ | Markus Friedl |
2000-01-20 | log with level log() not fatal() if peer behaves badly. | Markus Friedl |
2000-01-18 | no need for poll.h; from bright@wintelcom.net | Markus Friedl |
2000-01-18 | disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. | Markus Friedl |
2000-01-16 | split key exchange (kex) and user authentication (user-auth), ok: provos@ | Markus Friedl |
2000-01-04 | allow auth-kerberos for IPv4 only | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |