summaryrefslogtreecommitdiffstats
path: root/uuencode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-04upstream: add missing punctuation after %i in ssh_config.5, andjmc@openbsd.org2-10/+10
2018-06-04upstream: oops - further adjustment to text neccessary;jmc@openbsd.org1-3/+3
2018-06-04upstream: %U needs to be escaped; tweak text;jmc@openbsd.org1-3/+3
2018-06-04upstream: Apply umask to all incoming files and directories notdtucker@openbsd.org1-1/+3
2018-06-01upstream: Adapt to extra default verboisity from ssh-keygen whendjm@openbsd.org1-6/+29
2018-06-01upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failuresdjm@openbsd.org1-2/+5
2018-06-01upstream: Clean up comment.dtucker@openbsd.org1-3/+3
2018-06-01upstream: whitespacedjm@openbsd.org1-2/+2
2018-06-01upstream: make ssh_remote_ipaddr() capable of being called afterdjm@openbsd.org1-4/+8
2018-06-01upstream: return correct exit code when searching for and hashingdjm@openbsd.org1-5/+4
2018-06-01upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org8-35/+67
2018-06-01upstream: prefer argv0 to "ssh" when re-executing ssh for ProxyJumpdjm@openbsd.org1-2/+11
2018-05-25upstream: Do not ban PTY allocation when a sshd session is restricteddjm@openbsd.org1-1/+2
2018-05-25upstream: Fix return value confusion in several functions (readdir,djm@openbsd.org1-4/+4
2018-05-25upstream: If select() fails in ssh_packet_read_seqnr go directly todtucker@openbsd.org1-3/+5
2018-05-25Permit getuid()/geteuid() syscalls.Damien Miller1-0/+12
2018-05-22upstream: support ProxyJump=none to disable ProxyJumpdjm@openbsd.org1-9/+22
2018-05-22upstream: correct keyowrd name (permitemptypasswords); from brendanjmc@openbsd.org1-3/+3
2018-05-22upstream: Emphasise that -w implicitly sets Tunnel=point-to-pointdjm@openbsd.org1-3/+8
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