Age | Commit message (Expand) | Author |
2001-01-31 | unused | Markus Friedl |
2001-01-31 | do not disconnect if local port forwarding fails, e.g. if port is already in use | Markus Friedl |
2001-01-31 | make aware of UT_NAMESIZE | Theo de Raadt |
2001-01-31 | constrain to 8 character login prints, unless longer, for now | Theo de Raadt |
2001-01-31 | fat utmp handling; truncate to 16 chars for now, until we decide how ugly | Theo de Raadt |
2001-01-31 | KNF | Theo de Raadt |
2001-01-31 | ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages... | Markus Friedl |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2001-01-30 | Make warning message a little more consistent. ok markus@ | Damien Miller |
2001-01-29 | handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ... | Markus Friedl |
2001-01-29 | add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS | Markus Friedl |
2001-01-29 | fix select overflow; ok deraadt@ and stevesk@ | Markus Friedl |
2001-01-29 | Allow invocation of sybsystem by commandline (-s); ok markus@ | Damien Miller |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-28 | spelling. use sizeof vs. strlen(). ok markus@ | Kevin Steves |
2001-01-28 | use size_t for strlen() return. ok markus@ | Kevin Steves |
2001-01-28 | spelling. ok markus@ | Kevin Steves |
2001-01-28 | ``StrictHostKeyChecking ask'' documentation and small cleanup. | Kevin Steves |
2001-01-28 | Missing copyright | Marc Espie |
2001-01-28 | remove -Q, no longer needed | Markus Friedl |
2001-01-28 | cleanup AUTHORS sections | Markus Friedl |
2001-01-28 | re-keying is not supported; ok deraadt@ | Markus Friedl |
2001-01-26 | Fix for PR1643; constrain indices into "table" to be < table_size | Todd C. Miller |
2001-01-26 | It is pronounced S/Key | Todd C. Miller |
2001-01-26 | Fix stupid bug in last commit that caused the hostname not to | Todd C. Miller |
2001-01-25 | call _exit() in signal handler | Theo de Raadt |
2001-01-24 | missing freeaddrinfo(); ok markus@ | Kevin Steves |
2001-01-24 | Don't use rename to backup the file to a ~ file. We need to make a | Todd C. Miller |
2001-01-23 | fix spelling; ca+OpenBSD@zardoc.endmail.org | Theo de Raadt |
2001-01-23 | nuke comment | Markus Friedl |
2001-01-22 | rename skey -> challenge response. | Markus Friedl |
2001-01-22 | Update to ncurses-5.2-20010114 | Todd C. Miller |
2001-01-22 | fix memory leaks in SSH2 key exchange; ok markus@ | Kevin Steves |
2001-01-22 | free() -> xfree(); ok markus@ | Kevin Steves |
2001-01-22 | make sizeof tline doable; bad aaron. | Federico G. Schwindt |
2001-01-22 | no need to include; from mouring@etoh.eviladmin.org | Markus Friedl |
2001-01-22 | only AFS needs radix.[ch] | Markus Friedl |
2001-01-21 | oflow fix in rev 1.8 was wrong; mjl@netbsd.org | Aaron Campbell |
2001-01-21 | give actual cpp name that failed; obrien | Theo de Raadt |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-21 | remove -R flag; ok markus@ | Jakob Schlyter |
2001-01-20 | KNF; ok markus | Damien Miller |
2001-01-20 | Check for NULL return from strdelim; ok markus | Damien Miller |
2001-01-20 | do not loop forever if askpass does not exist; from andrew@pimlott.ne.mediaon... | Markus Friedl |
2001-01-20 | dh_new_group() does not return NULL. ok markus@ | Kevin Steves |
2001-01-20 | fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com | Theo de Raadt |
2001-01-20 | typo | Markus Friedl |
2001-01-20 | pass the filename to auth_parse_options() | Markus Friedl |
2001-01-19 | mark remaining signal races which are difficult to fix, and fix a few partially | Theo de Raadt |
2001-01-19 | clear and free digest, make consistent with other code (use dlen); from stevesk@ | Markus Friedl |