summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-07upstream: permitlisten option for authorized_keys; ok markus@djm@openbsd.org
2018-06-07upstream: Add a PermitListen directive to control which server-sidedjm@openbsd.org
2018-06-06Use ssh-keygen -A to generate missing host keys.Darren Tucker
2018-06-04upstream: add missing punctuation after %i in ssh_config.5, andjmc@openbsd.org
2018-06-04upstream: oops - further adjustment to text neccessary;jmc@openbsd.org
2018-06-04upstream: %U needs to be escaped; tweak text;jmc@openbsd.org
2018-06-04upstream: Apply umask to all incoming files and directories notdtucker@openbsd.org
2018-06-01upstream: Adapt to extra default verboisity from ssh-keygen whendjm@openbsd.org
2018-06-01upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failuresdjm@openbsd.org
2018-06-01upstream: Clean up comment.dtucker@openbsd.org
2018-06-01upstream: whitespacedjm@openbsd.org
2018-06-01upstream: make ssh_remote_ipaddr() capable of being called afterdjm@openbsd.org
2018-06-01upstream: return correct exit code when searching for and hashingdjm@openbsd.org
2018-06-01upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org
2018-06-01upstream: prefer argv0 to "ssh" when re-executing ssh for ProxyJumpdjm@openbsd.org
2018-05-25upstream: Do not ban PTY allocation when a sshd session is restricteddjm@openbsd.org
2018-05-25upstream: Fix return value confusion in several functions (readdir,djm@openbsd.org
2018-05-25upstream: If select() fails in ssh_packet_read_seqnr go directly todtucker@openbsd.org
2018-05-25Permit getuid()/geteuid() syscalls.Damien Miller
2018-05-22upstream: support ProxyJump=none to disable ProxyJumpdjm@openbsd.org
2018-05-22upstream: correct keyowrd name (permitemptypasswords); from brendanjmc@openbsd.org
2018-05-22upstream: Emphasise that -w implicitly sets Tunnel=point-to-pointdjm@openbsd.org
2018-05-14sync fmt_scaled.cDamien Miller
2018-05-11fix key-options.sh on platforms without openpty(3)Damien Miller
2018-05-11upstream: implement EMFILE mitigation for ssh-agent: remember thedjm@openbsd.org
2018-05-11upstream: Explicit cast when snprintf'ing an uint64. Preventsdtucker@openbsd.org
2018-05-11upstream: Since the previous commit, ssh regress test sftp-chroot wasbluhm@openbsd.org
2018-04-29Use includes.h instead of config.h.Darren Tucker
2018-04-19Omit 3des-cbc if OpenSSL built without DES.Darren Tucker
2018-04-17upstream: Disable SSH2_MSG_DEBUG messages for Twisted Conch clientsdjm@openbsd.org
2018-04-15upstream: don't free the %C expansion, it's used later fordjm@openbsd.org
2018-04-15upstream: notify user immediately when underlying ssh process dies;djm@openbsd.org
2018-04-13Allow nanosleep in preauth privsep child.Darren Tucker
2018-04-13Allow nanosleep in preauth privsep child.Darren Tucker
2018-04-13upstream: Defend against user enumeration timing attacks. Thisdtucker@openbsd.org
2018-04-13Using "==" in shell tests is not portable.Darren Tucker
2018-04-13Fix tunnel forwarding broken in 7.7p1Damien Miller
2018-04-13prefer to use getrandom() for PRNG seedingDamien Miller
2018-04-13Revert $REGRESSTMP changes.Darren Tucker
2018-04-10Many typo fixes from Karsten WeissDamien Miller
2018-04-10upstream: more typos spotted by Karsten Weiss using codespelldjm@openbsd.org
2018-04-10upstream: make this a bit more portable-friendlydjm@openbsd.org
2018-04-10upstream: lots of typos in comments/docs. Patch from Karsten Weissdjm@openbsd.org
2018-04-10upstream: don't kill ssh-agent's listening socket entriely if wedjm@openbsd.org
2018-04-10upstream: the UseLogin option was removed, so remove it here too.tj@openbsd.org
2018-04-10upstream: tweak previous;jmc@openbsd.org
2018-04-10upstream: tweak previous;jmc@openbsd.org
2018-04-06upstream: Allow "SendEnv -PATTERN" to clear environment variablesdjm@openbsd.org
2018-04-06upstream: relax checking of authorized_keys environment="..."djm@openbsd.org
2018-04-06upstream: add a couple of missed options to the config dump; patchdjm@openbsd.org