summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-01-31KNFTheo de Raadt
2001-01-31ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE ↵Markus Friedl
messages; bug report from edmundo@rano.org
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
attack
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
ok markus@
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
so we don't go off and return random, unallocated bits.
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
be used as part of the seed for first time users.
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
copy instead so the original is edited in place for things like cron and vipw.
2001-01-23fix spelling; ca+OpenBSD@zardoc.endmail.orgTheo de Raadt
2001-01-23nuke commentMarkus Friedl
2001-01-22rename skey -> challenge response.Markus Friedl
auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
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
2001-01-22no need to include; from mouring@etoh.eviladmin.orgMarkus Friedl
2001-01-22only AFS needs radix.[ch]Markus Friedl
2001-01-21oflow fix in rev 1.8 was wrong; mjl@netbsd.orgAaron Campbell
2001-01-21give actual cpp name that failed; obrienTheo de Raadt
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
rename util.[ch] -> misc.[ch]
2001-01-21remove -R flag; ok markus@Jakob Schlyter
2001-01-20KNF; ok markusDamien Miller
2001-01-20Check for NULL return from strdelim; ok markusDamien Miller
2001-01-20do not loop forever if askpass does not exist; from ↵Markus Friedl
andrew@pimlott.ne.mediaone.net
2001-01-20dh_new_group() does not return NULL. ok markus@Kevin Steves
2001-01-20fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.comTheo de Raadt
2001-01-20typoMarkus Friedl
2001-01-20pass the filename to auth_parse_options()Markus Friedl
2001-01-19mark remaining signal races which are difficult to fix, and fix a few partiallyTheo de Raadt
2001-01-19clear and free digest, make consistent with other code (use dlen); from stevesk@Markus Friedl
2001-01-19fix typo; from stevesk@Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-19only auth-chall.c needs #ifdef SKEYMarkus Friedl
2001-01-19More fixes from Don Beusee:Todd C. Miller
- edit and other interactive commands have no stdin (making the command completely broken). - messages with "From " line having date format with -0800 type of timezone are not recognized correctly.
2001-01-18rename *-skey.c *-chall.c since the files are not skey specificMarkus Friedl