index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ssh-keygen -A to generate missing host keys.
Darren Tucker
2018-06-06
1
-15
/
+1
*
upstream: add missing punctuation after %i in ssh_config.5, and
jmc@openbsd.org
2018-06-04
2
-10
/
+10
*
upstream: oops - further adjustment to text neccessary;
jmc@openbsd.org
2018-06-04
1
-3
/
+3
*
upstream: %U needs to be escaped; tweak text;
jmc@openbsd.org
2018-06-04
1
-3
/
+3
*
upstream: Apply umask to all incoming files and directories not
dtucker@openbsd.org
2018-06-04
1
-1
/
+3
*
upstream: Adapt to extra default verboisity from ssh-keygen when
djm@openbsd.org
2018-06-01
1
-6
/
+29
*
upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failures
djm@openbsd.org
2018-06-01
1
-2
/
+5
*
upstream: Clean up comment.
dtucker@openbsd.org
2018-06-01
1
-3
/
+3
*
upstream: whitespace
djm@openbsd.org
2018-06-01
1
-2
/
+2
*
upstream: make ssh_remote_ipaddr() capable of being called after
djm@openbsd.org
2018-06-01
1
-4
/
+8
*
upstream: return correct exit code when searching for and hashing
djm@openbsd.org
2018-06-01
1
-5
/
+4
*
upstream: make UID available as a %-expansion everywhere that the
djm@openbsd.org
2018-06-01
8
-35
/
+67
*
upstream: prefer argv0 to "ssh" when re-executing ssh for ProxyJump
djm@openbsd.org
2018-06-01
1
-2
/
+11
*
upstream: Do not ban PTY allocation when a sshd session is restricted
djm@openbsd.org
2018-05-25
1
-1
/
+2
*
upstream: Fix return value confusion in several functions (readdir,
djm@openbsd.org
2018-05-25
1
-4
/
+4
*
upstream: If select() fails in ssh_packet_read_seqnr go directly to
dtucker@openbsd.org
2018-05-25
1
-3
/
+5
*
Permit getuid()/geteuid() syscalls.
Damien Miller
2018-05-25
1
-0
/
+12
*
upstream: support ProxyJump=none to disable ProxyJump
djm@openbsd.org
2018-05-22
1
-9
/
+22
*
upstream: correct keyowrd name (permitemptypasswords); from brendan
jmc@openbsd.org
2018-05-22
1
-3
/
+3
*
upstream: Emphasise that -w implicitly sets Tunnel=point-to-point
djm@openbsd.org
2018-05-22
1
-3
/
+8
*
sync fmt_scaled.c
Damien Miller
2018-05-14
1
-2
/
+5
*
fix key-options.sh on platforms without openpty(3)
Damien Miller
2018-05-11
1
-0
/
+2
*
upstream: implement EMFILE mitigation for ssh-agent: remember the
djm@openbsd.org
2018-05-11
1
-11
/
+49
*
upstream: Explicit cast when snprintf'ing an uint64. Prevents
dtucker@openbsd.org
2018-05-11
1
-2
/
+3
*
upstream: Since the previous commit, ssh regress test sftp-chroot was
bluhm@openbsd.org
2018-05-11
1
-4
/
+6
*
Use includes.h instead of config.h.
Darren Tucker
2018-04-29
2
-2
/
+2
*
Omit 3des-cbc if OpenSSL built without DES.
Darren Tucker
2018-04-19
1
-0
/
+2
*
upstream: Disable SSH2_MSG_DEBUG messages for Twisted Conch clients
djm@openbsd.org
2018-04-17
1
-1
/
+3
*
upstream: don't free the %C expansion, it's used later for
djm@openbsd.org
2018-04-14
1
-2
/
+1
*
upstream: notify user immediately when underlying ssh process dies;
djm@openbsd.org
2018-04-14
1
-1
/
+20
*
Allow nanosleep in preauth privsep child.
Darren Tucker
2018-04-13
1
-0
/
+1
*
Allow nanosleep in preauth privsep child.
Darren Tucker
2018-04-13
1
-0
/
+3
*
upstream: Defend against user enumeration timing attacks. This
dtucker@openbsd.org
2018-04-13
3
-3
/
+84
*
Using "==" in shell tests is not portable.
Darren Tucker
2018-04-13
1
-1
/
+1
*
Fix tunnel forwarding broken in 7.7p1
Damien Miller
2018-04-13
1
-2
/
+2
*
prefer to use getrandom() for PRNG seeding
Damien Miller
2018-04-13
2
-3
/
+15
*
Revert $REGRESSTMP changes.
Darren Tucker
2018-04-13
1
-3
/
+1
*
Many typo fixes from Karsten Weiss
Damien Miller
2018-04-10
20
-27
/
+27
*
upstream: more typos spotted by Karsten Weiss using codespell
djm@openbsd.org
2018-04-10
2
-9
/
+9
*
upstream: make this a bit more portable-friendly
djm@openbsd.org
2018-04-10
1
-1
/
+1
*
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
djm@openbsd.org
2018-04-10
22
-54
/
+54
*
upstream: don't kill ssh-agent's listening socket entriely if we
djm@openbsd.org
2018-04-10
1
-4
/
+3
*
upstream: the UseLogin option was removed, so remove it here too.
tj@openbsd.org
2018-04-10
1
-2
/
+1
*
upstream: tweak previous;
jmc@openbsd.org
2018-04-10
1
-4
/
+4
*
upstream: tweak previous;
jmc@openbsd.org
2018-04-10
1
-5
/
+5
*
upstream: Allow "SendEnv -PATTERN" to clear environment variables
djm@openbsd.org
2018-04-06
2
-9
/
+50
*
upstream: relax checking of authorized_keys environment="..."
djm@openbsd.org
2018-04-06
1
-2
/
+2
*
upstream: add a couple of missed options to the config dump; patch
djm@openbsd.org
2018-04-06
1
-1
/
+9
*
upstream: ssh does not accept -oInclude=... on the commandline, the
djm@openbsd.org
2018-04-06
1
-3
/
+2
*
upstream: We don't offer CBC cipher by default any more. Spotted by
djm@openbsd.org
2018-04-06
1
-4
/
+3
[next]