Age | Commit message (Expand) | Author |
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 |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos |
2000-09-17 | fix DEBUG_KEXDH | Markus Friedl |
2000-09-12 | multiple debug levels | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-17 | sshd -u len, similar to telnetd | Markus Friedl |
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 |