summaryrefslogtreecommitdiffstats
path: root/ssh.1 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-14sync fmt_scaled.cDamien Miller1-2/+5
2018-05-11fix key-options.sh on platforms without openpty(3)Damien Miller1-0/+2
2018-05-11upstream: implement EMFILE mitigation for ssh-agent: remember thedjm@openbsd.org1-11/+49
2018-05-11upstream: Explicit cast when snprintf'ing an uint64. Preventsdtucker@openbsd.org1-2/+3
2018-05-11upstream: Since the previous commit, ssh regress test sftp-chroot wasbluhm@openbsd.org1-4/+6
2018-04-29Use includes.h instead of config.h.Darren Tucker2-2/+2
2018-04-19Omit 3des-cbc if OpenSSL built without DES.Darren Tucker1-0/+2
2018-04-17upstream: Disable SSH2_MSG_DEBUG messages for Twisted Conch clientsdjm@openbsd.org1-1/+3
2018-04-14upstream: don't free the %C expansion, it's used later fordjm@openbsd.org1-2/+1
2018-04-14upstream: notify user immediately when underlying ssh process dies;djm@openbsd.org1-1/+20
2018-04-13Allow nanosleep in preauth privsep child.Darren Tucker1-0/+1
2018-04-13Allow nanosleep in preauth privsep child.Darren Tucker1-0/+3
2018-04-13upstream: Defend against user enumeration timing attacks. Thisdtucker@openbsd.org3-3/+84
2018-04-13Using "==" in shell tests is not portable.Darren Tucker1-1/+1
2018-04-13Fix tunnel forwarding broken in 7.7p1Damien Miller1-2/+2
2018-04-13prefer to use getrandom() for PRNG seedingDamien Miller2-3/+15
2018-04-13Revert $REGRESSTMP changes.Darren Tucker1-3/+1
2018-04-10Many typo fixes from Karsten WeissDamien Miller20-27/+27
2018-04-10upstream: more typos spotted by Karsten Weiss using codespelldjm@openbsd.org2-9/+9
2018-04-10upstream: make this a bit more portable-friendlydjm@openbsd.org1-1/+1
2018-04-10upstream: lots of typos in comments/docs. Patch from Karsten Weissdjm@openbsd.org22-54/+54
2018-04-10upstream: don't kill ssh-agent's listening socket entriely if wedjm@openbsd.org1-4/+3
2018-04-10upstream: the UseLogin option was removed, so remove it here too.tj@openbsd.org1-2/+1
2018-04-10upstream: tweak previous;jmc@openbsd.org1-4/+4
2018-04-10upstream: tweak previous;jmc@openbsd.org1-5/+5
2018-04-06upstream: Allow "SendEnv -PATTERN" to clear environment variablesdjm@openbsd.org2-9/+50
2018-04-06upstream: relax checking of authorized_keys environment="..."djm@openbsd.org1-2/+2
2018-04-06upstream: add a couple of missed options to the config dump; patchdjm@openbsd.org1-1/+9
2018-04-06upstream: ssh does not accept -oInclude=... on the commandline, thedjm@openbsd.org1-3/+2
2018-04-06upstream: We don't offer CBC cipher by default any more. Spotted bydjm@openbsd.org1-4/+3
2018-04-06upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 forjob@openbsd.org4-14/+18
2018-04-06upstream: Import regenerated moduli file.dtucker@openbsd.org1-0/+1
2018-04-06upstream: Add test for username options parsing order, prompted bydtucker@openbsd.org1-1/+12
2018-04-06Expose SSH_AUTH_INFO_0 to PAM auth modulesDamien Miller1-20/+22
2018-04-03Import regenerated moduli file.Darren Tucker1-406/+437
2018-04-02update versions in .spec filesV_7_7_P1Damien Miller2-2/+2
2018-04-02update version numberDamien Miller1-1/+1
2018-03-30Disable native strndup and strnlen on AIX.Darren Tucker3-2/+4
2018-03-26Include ssh_api.h for struct ssh.Darren Tucker3-0/+3
2018-03-26Remove UNICOS code missed during removal.Darren Tucker1-14/+0
2018-03-26upstream: openssh-7.7markus@openbsd.org1-1/+1
2018-03-26Remove authinfo.sh test dependency on printenvDamien Miller1-1/+1
2018-03-25 Use libiaf on all sysv5 systemsTim Rice1-5/+1
2018-03-25 modified: auth-sia.cTim Rice3-3/+6
2018-03-24upstream: openssh-7.7markus@openbsd.org1-1/+1
2018-03-24upstream: fix bogus warning when signing cert keys using agent;markus@openbsd.org1-1/+3
2018-03-24Replace /dev/stdin with "-".Darren Tucker1-2/+2
2018-03-23Provide $OBJ to paths in PuTTY interop tests.Darren Tucker4-4/+7
2018-03-23upstream: Tell puttygen to use /dev/urandom instead of /dev/random. Ondtucker@openbsd.org1-1/+2
2018-03-23upstream: ssh/xmss: fix build; ok djm@markus@openbsd.org1-2/+2