Age | Commit message (Expand) | Author |
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 | ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages... | Markus Friedl |
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 | 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-25 | call _exit() in signal handler | Theo de Raadt |
2001-01-24 | missing freeaddrinfo(); ok markus@ | Kevin Steves |
2001-01-23 | nuke comment | Markus Friedl |
2001-01-22 | rename skey -> challenge response. | Markus Friedl |
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 | no need to include; from mouring@etoh.eviladmin.org | Markus Friedl |
2001-01-22 | only AFS needs radix.[ch] | Markus Friedl |
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 | clear and free digest, make consistent with other code (use dlen); from stevesk@ | Markus Friedl |
2001-01-19 | fix typo; from stevesk@ | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2001-01-19 | only auth-chall.c needs #ifdef SKEY | Markus Friedl |
2001-01-18 | rename *-skey.c *-chall.c since the files are not skey specific | Markus Friedl |
2001-01-18 | 1) removes fake skey from sshd, since this will be much | Markus Friedl |
2001-01-18 | log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems | Markus Friedl |
2001-01-18 | don't call rsa-keygen from signalhandler. | Markus Friedl |
2001-01-16 | indent | Theo de Raadt |
2001-01-16 | remove some statics. simpler handles; idea from nisse@lysator.liu.se | Markus Friedl |
2001-01-16 | make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand... | Markus Friedl |
2001-01-15 | readable long listing for sftp-server, ok deraadt@ | Markus Friedl |
2001-01-15 | rename must fail if newpath exists, debug off by default | Markus Friedl |
2001-01-15 | use error() not stderr! | Markus Friedl |