Age | Commit message (Expand) | Author |
2001-02-04 | please the alpha | Theo de Raadt |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-02-04 | make gcc on the alpha even happier | Theo de Raadt |
2001-02-04 | fix LCD | Markus Friedl |
2001-02-04 | make the alpha happy | Theo de Raadt |
2001-02-04 | typo; dpo@club-internet.fr | Markus Friedl |
2001-02-04 | remove duplicate #include's; ok markus@ | Kevin Steves |
2001-02-04 | Add examples with numbers, not just units | Paul Janzen |
2001-02-04 | Basic interactive sftp client; ok theo@ | Damien Miller |
2001-02-03 | typos; ok markus@ | Kevin Steves |
2001-02-03 | use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean | Markus Friedl |
2001-02-03 | Skey is now called ChallengeResponse | Markus Friedl |
2001-02-03 | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ | Markus Friedl |
2001-02-02 | point at sshd(8) and ssh(1) | Theo de Raadt |
2001-02-01 | use ipaddr in channel messages, ietf-secsh wants this | Markus Friedl |
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 |