summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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-31ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages...Markus Friedl
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-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-25call _exit() in signal handlerTheo de Raadt
2001-01-24missing freeaddrinfo(); ok markus@Kevin Steves
2001-01-23nuke commentMarkus Friedl
2001-01-22rename skey -> challenge response.Markus Friedl
2001-01-22fix memory leaks in SSH2 key exchange; ok markus@Kevin Steves
2001-01-22free() -> xfree(); ok markus@Kevin Steves
2001-01-22no need to include; from mouring@etoh.eviladmin.orgMarkus Friedl
2001-01-22only AFS needs radix.[ch]Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
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 andrew@pimlott.ne.mediaon...Markus Friedl
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-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-18rename *-skey.c *-chall.c since the files are not skey specificMarkus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2001-01-18log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systemsMarkus Friedl
2001-01-18don't call rsa-keygen from signalhandler.Markus Friedl
2001-01-16indentTheo de Raadt
2001-01-16remove some statics. simpler handles; idea from nisse@lysator.liu.seMarkus Friedl
2001-01-16make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand...Markus Friedl
2001-01-15readable long listing for sftp-server, ok deraadt@Markus Friedl
2001-01-15rename must fail if newpath exists, debug off by defaultMarkus Friedl
2001-01-15use error() not stderr!Markus Friedl