index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
channels.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-08
Better detection of unsupported compiler options.
Darren Tucker
1
-4
/
+11
2018-06-07
upstream: test the correct configuration option name
djm@openbsd.org
1
-9
/
+9
2018-06-07
upstream: some permitlisten fixes from markus@ that I missed in my
djm@openbsd.org
1
-4
/
+4
2018-06-07
upstream: permitlisten/PermitListen unit test from Markus
djm@openbsd.org
2
-1
/
+167
2018-06-07
upstream: fix regression caused by recent permitlisten option commit:
djm@openbsd.org
1
-5
/
+5
2018-06-06
upstream: switch config file parsing to getline(3) as this avoids
markus@openbsd.org
12
-94
/
+84
2018-06-06
upstream: regress test for PermitOpen
djm@openbsd.org
1
-15
/
+62
2018-06-06
upstream: man bits for permitlisten authorized_keys option
djm@openbsd.org
1
-3
/
+20
2018-06-06
upstream: man bits for PermitListen
djm@openbsd.org
1
-2
/
+41
2018-06-06
upstream: permitlisten option for authorized_keys; ok markus@
djm@openbsd.org
6
-89
/
+165
2018-06-06
upstream: Add a PermitListen directive to control which server-side
djm@openbsd.org
7
-257
/
+439
2018-06-06
Use ssh-keygen -A to generate missing host keys.
Darren Tucker
1
-15
/
+1
2018-06-04
upstream: add missing punctuation after %i in ssh_config.5, and
jmc@openbsd.org
2
-10
/
+10
2018-06-04
upstream: oops - further adjustment to text neccessary;
jmc@openbsd.org
1
-3
/
+3
2018-06-04
upstream: %U needs to be escaped; tweak text;
jmc@openbsd.org
1
-3
/
+3
2018-06-04
upstream: Apply umask to all incoming files and directories not
dtucker@openbsd.org
1
-1
/
+3
2018-06-01
upstream: Adapt to extra default verboisity from ssh-keygen when
djm@openbsd.org
1
-6
/
+29
2018-06-01
upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failures
djm@openbsd.org
1
-2
/
+5
2018-06-01
upstream: Clean up comment.
dtucker@openbsd.org
1
-3
/
+3
2018-06-01
upstream: whitespace
djm@openbsd.org
1
-2
/
+2
2018-06-01
upstream: make ssh_remote_ipaddr() capable of being called after
djm@openbsd.org
1
-4
/
+8
2018-06-01
upstream: return correct exit code when searching for and hashing
djm@openbsd.org
1
-5
/
+4
2018-06-01
upstream: make UID available as a %-expansion everywhere that the
djm@openbsd.org
8
-35
/
+67
2018-06-01
upstream: prefer argv0 to "ssh" when re-executing ssh for ProxyJump
djm@openbsd.org
1
-2
/
+11
2018-05-25
upstream: Do not ban PTY allocation when a sshd session is restricted
djm@openbsd.org
1
-1
/
+2
2018-05-25
upstream: Fix return value confusion in several functions (readdir,
djm@openbsd.org
1
-4
/
+4
2018-05-25
upstream: If select() fails in ssh_packet_read_seqnr go directly to
dtucker@openbsd.org
1
-3
/
+5
2018-05-25
Permit getuid()/geteuid() syscalls.
Damien Miller
1
-0
/
+12
2018-05-22
upstream: support ProxyJump=none to disable ProxyJump
djm@openbsd.org
1
-9
/
+22
2018-05-22
upstream: correct keyowrd name (permitemptypasswords); from brendan
jmc@openbsd.org
1
-3
/
+3
2018-05-22
upstream: Emphasise that -w implicitly sets Tunnel=point-to-point
djm@openbsd.org
1
-3
/
+8
2018-05-14
sync fmt_scaled.c
Damien Miller
1
-2
/
+5
2018-05-11
fix key-options.sh on platforms without openpty(3)
Damien Miller
1
-0
/
+2
2018-05-11
upstream: implement EMFILE mitigation for ssh-agent: remember the
djm@openbsd.org
1
-11
/
+49
2018-05-11
upstream: Explicit cast when snprintf'ing an uint64. Prevents
dtucker@openbsd.org
1
-2
/
+3
2018-05-11
upstream: Since the previous commit, ssh regress test sftp-chroot was
bluhm@openbsd.org
1
-4
/
+6
2018-04-29
Use includes.h instead of config.h.
Darren Tucker
2
-2
/
+2
2018-04-19
Omit 3des-cbc if OpenSSL built without DES.
Darren Tucker
1
-0
/
+2
2018-04-17
upstream: Disable SSH2_MSG_DEBUG messages for Twisted Conch clients
djm@openbsd.org
1
-1
/
+3
2018-04-14
upstream: don't free the %C expansion, it's used later for
djm@openbsd.org
1
-2
/
+1
2018-04-14
upstream: notify user immediately when underlying ssh process dies;
djm@openbsd.org
1
-1
/
+20
2018-04-13
Allow nanosleep in preauth privsep child.
Darren Tucker
1
-0
/
+1
2018-04-13
Allow nanosleep in preauth privsep child.
Darren Tucker
1
-0
/
+3
2018-04-13
upstream: Defend against user enumeration timing attacks. This
dtucker@openbsd.org
3
-3
/
+84
2018-04-13
Using "==" in shell tests is not portable.
Darren Tucker
1
-1
/
+1
2018-04-13
Fix tunnel forwarding broken in 7.7p1
Damien Miller
1
-2
/
+2
2018-04-13
prefer to use getrandom() for PRNG seeding
Damien Miller
2
-3
/
+15
2018-04-13
Revert $REGRESSTMP changes.
Darren Tucker
1
-3
/
+1
2018-04-10
Many typo fixes from Karsten Weiss
Damien Miller
20
-27
/
+27
2018-04-10
upstream: more typos spotted by Karsten Weiss using codespell
djm@openbsd.org
2
-9
/
+9
[next]