Age | Commit message (Expand) | Author |
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 |
2001-01-19 | only auth-chall.c needs #ifdef SKEY | Markus Friedl |
2001-01-18 | log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems | Markus Friedl |
2001-01-18 | don't call rsa-keygen from signalhandler. | Markus Friedl |
2001-01-13 | split out keepalive from packet_interactive (from dale@accentre.com) | Markus Friedl |
2001-01-13 | getopt() returns -1 not EOF; stevesk@pobox.com | Markus Friedl |
2001-01-11 | maxfd+1 | Markus Friedl |
2001-01-10 | XXX -- generate_empheral_server_key() is not safe against races, because it c... | Theo de Raadt |
2001-01-07 | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE | Markus Friedl |
2001-01-04 | sync usage()/man with defaults; from stevesk@pobox.com | Markus Friedl |
2000-12-28 | document -D | Markus Friedl |
2000-12-27 | typo | Markus Friedl |
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl |
2000-12-20 | init pointer to NULL; report from Jan.Iven@cern.ch | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-15 | compute diffie-hellman in parallel between server and client. okay markus@ | Niels Provos |
2000-12-12 | consistently use __progname; from stevesk@pobox.com | Markus Friedl |
2000-12-12 | source port < 1024 is no longer required for rhosts-rsa since it | Markus Friedl |
2000-12-05 | tweak comment to reflect real location of pid file; ok provos@ | Todd T. Fries |
2000-11-29 | sshd -D, startup w/o daemon(), for monitoring scripts or initab; | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-11-06 | do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi | Markus Friedl |
2000-10-13 | Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se | Markus Friedl |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |