summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-02-04please the alphaTheo de Raadt
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-04make gcc on the alpha even happierTheo de Raadt
2001-02-04fix LCDMarkus Friedl
2001-02-04make the alpha happyTheo de Raadt
2001-02-04typo; dpo@club-internet.frMarkus Friedl
2001-02-04remove duplicate #include's; ok markus@Kevin Steves
2001-02-04Add examples with numbers, not just unitsPaul Janzen
2001-02-04Basic interactive sftp client; ok theo@Damien Miller
2001-02-03typos; ok markus@Kevin Steves
2001-02-03use no-pty option in .ssh/authorized_keys* if you need a 8-bit cleanMarkus Friedl
2001-02-03Skey is now called ChallengeResponseMarkus Friedl
2001-02-03make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@Markus Friedl
2001-02-02point at sshd(8) and ssh(1)Theo de Raadt
2001-02-01use ipaddr in channel messages, ietf-secsh wants thisMarkus Friedl
2001-01-31unusedMarkus Friedl
2001-01-31do not disconnect if local port forwarding fails, e.g. if port is already in useMarkus Friedl
2001-01-31make aware of UT_NAMESIZETheo de Raadt
2001-01-31constrain to 8 character login prints, unless longer, for nowTheo de Raadt
2001-01-31fat utmp handling; truncate to 16 chars for now, until we decide how uglyTheo de Raadt
2001-01-31KNFTheo de Raadt
2001-01-31ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages...Markus Friedl
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-30Make warning message a little more consistent. ok markus@Damien Miller
2001-01-29handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ...Markus Friedl
2001-01-29add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNSMarkus Friedl
2001-01-29fix select overflow; ok deraadt@ and stevesk@Markus Friedl
2001-01-29Allow invocation of sybsystem by commandline (-s); ok markus@Damien Miller
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-28spelling. use sizeof vs. strlen(). ok markus@Kevin Steves
2001-01-28use size_t for strlen() return. ok markus@Kevin Steves
2001-01-28spelling. ok markus@Kevin Steves
2001-01-28``StrictHostKeyChecking ask'' documentation and small cleanup.Kevin Steves
2001-01-28Missing copyrightMarc Espie
2001-01-28remove -Q, no longer neededMarkus Friedl
2001-01-28cleanup AUTHORS sectionsMarkus Friedl
2001-01-28re-keying is not supported; ok deraadt@Markus Friedl
2001-01-26Fix for PR1643; constrain indices into "table" to be < table_sizeTodd C. Miller
2001-01-26It is pronounced S/KeyTodd C. Miller
2001-01-26Fix stupid bug in last commit that caused the hostname not toTodd C. Miller
2001-01-25call _exit() in signal handlerTheo de Raadt
2001-01-24missing freeaddrinfo(); ok markus@Kevin Steves
2001-01-24Don't use rename to backup the file to a ~ file. We need to make aTodd C. Miller
2001-01-23fix spelling; ca+OpenBSD@zardoc.endmail.orgTheo de Raadt
2001-01-23nuke commentMarkus Friedl
2001-01-22rename skey -> challenge response.Markus Friedl
2001-01-22Update to ncurses-5.2-20010114Todd C. Miller
2001-01-22fix memory leaks in SSH2 key exchange; ok markus@Kevin Steves
2001-01-22free() -> xfree(); ok markus@Kevin Steves
2001-01-22make sizeof tline doable; bad aaron.Federico G. Schwindt