Age | Commit message (Expand) | Author |
2001-07-26 | add -t option to test configuration file and keys; pekkas@netcore.fi | Kevin Steves |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-23 | pidfile/sigterm race; bbraun@synack.net | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-04 | set flags in the signal handlers, do real work in the main loop, ok provos@ | Markus Friedl |
2001-05-28 | remove some lines, simplify. | Markus Friedl |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-04-15 | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | Markus Friedl |
2001-04-15 | some unused variable and typos; from tomh@po.crl.go.jp | Markus Friedl |
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves |
2001-04-11 | implement the -e option into sshd: | lebel |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-04-04 | more robust rekeying | Markus Friedl |
2001-04-04 | enable server side rekeying + some rekey related clientup. | Markus Friedl |
2001-04-04 | don't sent multiple kexinit-requests. | Markus Friedl |
2001-04-03 | undo parts of recent my changes: main part of keyexchange does not | Markus Friedl |
2001-04-03 | move kex to kex*.c, used dispatch_set() callbacks for kex. should | Markus Friedl |
2001-03-29 | Protocol 1 key regeneration log => verbose, some KNF; ok markus@ | Damien Miller |
2001-03-29 | need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@ | Kevin Steves |
2001-03-28 | forgot to include min and max params in hash, okay markus@ | Niels Provos |
2001-03-28 | call refuse() before close(); from olemx@ans.pl | Markus Friedl |
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos |
2001-03-27 | use EVP_get_digestbynid, reorder some calls and fix missing free. | Markus Friedl |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl |
2001-03-23 | ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@ | Markus Friedl |
2001-03-23 | Compat for OpenSSH with broken Rijndael/AES. ok markus@ | Damien Miller |
2001-03-22 | do not place linefeeds in buffer | Theo de Raadt |
2001-03-18 | specifically version match on ssh scanners. do not log scan information | Theo de Raadt |
2001-03-09 | typo; slade@shore.net | Theo de Raadt |
2001-03-05 | generate a 2*need size (~300 instead of 1024/2048) random private | Markus Friedl |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller |
2001-03-04 | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid | Damien Miller |
2001-02-28 | generate a fake session id, too | Markus Friedl |
2001-02-23 | the random session key depends now on the session_key_int | Markus Friedl |
2001-02-19 | clarify message to make it not mention "ident" | Theo de Raadt |
2001-02-12 | missing memset; from solar@openwall.com | Markus Friedl |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-07 | move k_setpag() to a central place; ok dugsong@ | Markus Friedl |
2001-02-04 | alpha happiness | Theo de Raadt |
2001-02-04 | precedence; ok markus@ | Kevin Steves |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-02-04 | make the alpha happy | Theo de Raadt |
2001-01-29 | handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ... | Markus Friedl |
2001-01-28 | remove -Q, no longer needed | Markus Friedl |
2001-01-22 | rename skey -> challenge response. | Markus Friedl |
2001-01-22 | fix memory leaks in SSH2 key exchange; ok markus@ | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |