summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2019-01-04eliminate function-static attempt counters for passwd/kbdintDamien Miller
2019-01-04fix memory leak of ciphercontext when rekeying; bz#2942Damien Miller
2019-01-01static on global vars, const on handler tables that contain functionDamien Miller
2018-12-27Request RSA-SHA2 signatures for rsa-sha2-{256|512}-cert-v01@openssh.comDamien Miller
2018-12-27move client/server SSH-* banners to buffers under ssh->kex and factorDamien Miller
2018-12-07Fix calculation of initial bandwidth limits.Darren Tucker
2018-12-07only consider the ext-info-c extension during the initial KEX. It shouldn'tDamien Miller
2018-12-07fix option letter pasto in previousDamien Miller
2018-12-07mention that the ssh-keygen -F (find host in authorized_keys) and -RDamien Miller
2018-12-07no need to allocate channels_pre/channels_post in channel_init_channels()Damien Miller
2018-11-30don't attempt to connect to empty SSH_AUTH_SOCK; bz#293Damien Miller
2018-11-28don't truncate user or host name in "user@host's password: " prompts.Damien Miller
2018-11-23tweak previous;Jason McIntyre
2018-11-23add a ssh_config "Match final" predicateDamien Miller
2018-11-19silence (to log level debug2) failure messages when loading the defaultDamien Miller
2018-11-18Fix inverted logic for redirecting ProxyCommand stderr to /dev/null.Darren Tucker
2018-11-16redirect stderr of ProxyCommands to /dev/null when ssh is started withDamien Miller
2018-11-16make grandparent-parent-child sshbuf chains robust to use-after-freeDamien Miller
2018-11-16use path_absolute() for pathname checks; from Manoj AmpalamDamien Miller
2018-11-16disallow empty incoming filename or ones that refer to the currentDamien Miller
2018-11-16fix bug in client that was keeping a redundant ssh-agent socket aroundDamien Miller
2018-11-16fix bug in HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options.Damien Miller
2018-11-16support a prefix of '@' to suppress echo of sftp batch commands;Damien Miller
2018-11-13fix markup error (missing blank before delimiter);Ingo Schwarze
2018-11-09typo in error message; caught by Debian lintian, via Colin WatsonDamien Miller
2018-11-09correct local variable name; from yawang AT microsoft.comDamien Miller
2018-10-31Import new moduli.Darren Tucker
2018-10-26mention ssh-ed25519-cert-v01@openssh.com in list of cert key typeDamien Miller
2018-10-23refer to OpenSSL not SSLeay;Damien Miller
2018-10-19when printing certificate contents "ssh-keygen -Lf /path/certificate",Damien Miller
2018-10-15struct sockaddr_storage is guaranteed to be large enough, no need to checkFlorian Obser
2018-10-11don't send new-style rsa-sha2-*-cert-v01@openssh.com names to olderDamien Miller
2018-10-11typo in plain RSA algorithm counterpart names for certificates;Damien Miller
2018-10-10introducing openssh 7.9Theo de Raadt
2018-10-09Treat all PEM_read_bio_PrivateKey() errors when a passphrase is specifiedDamien Miller
2018-10-05Support using service names for port numbers.Christian Weisgerber
2018-10-04when the peer sends a channel-close message, make sure we close theDamien Miller
2018-10-04factor out channel status formatting from channel_open_message() soDamien Miller
2018-10-04include a little more information about the status and disposition ofDamien Miller
2018-10-04explicit_bzero here to be consistent with other kex*.c;Damien Miller
2018-10-03Allow ssh_config IdentityAgent directive to accept environment variableDamien Miller
2018-10-02mention INFO@openssh.com for sending SIGINFODamien Miller
2018-10-02Add server support for signalling sessions via the SSH channel/Damien Miller
2018-09-26remove big ugly TODO comment from start of file. Some of the mentionedDamien Miller
2018-09-26Document mux proxy mode; added by Markus in openssh-7.4Damien Miller
2018-09-26s/process_mux_master/mux_master_process/ in mux master function names,Damien Miller
2018-09-21Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allowDamien Miller
2018-09-21when compiled with GSSAPI support, cache supported method OIDs byDamien Miller
2018-09-21In sshkey_in_file(), ignore keys that are considered for being tooDamien Miller
2018-09-21Treat connections with ProxyJump specified the same as ones with aDamien Miller