index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buildpkg.sh.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-04
upstream: eliminate function-static attempt counters for
djm@openbsd.org
1
-8
/
+10
2019-01-04
upstream: fix memory leak of ciphercontext when rekeying; bz#2942
djm@openbsd.org
1
-3
/
+3
2019-01-03
upstream: static on global vars, const on handler tables that contain
djm@openbsd.org
1
-7
/
+7
2018-12-28
upstream: Request RSA-SHA2 signatures for
djm@openbsd.org
1
-4
/
+6
2018-12-27
upstream: ssh_packet_set_state() now frees ssh->kex implicitly, so
djm@openbsd.org
1
-2
/
+1
2018-12-27
upstream: remove unused and problematic sudo clean. ok espie
tedu@openbsd.org
1
-2
/
+1
2018-12-27
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
27
-494
/
+548
2018-12-27
upstream: Fix calculation of initial bandwidth limits. Account for
dtucker@openbsd.org
2
-7
/
+8
2018-12-27
upstream: only consider the ext-info-c extension during the initial
djm@openbsd.org
2
-3
/
+6
2018-12-27
upstream: fix option letter pasto in previous
djm@openbsd.org
1
-2
/
+2
2018-12-27
upstream: mention that the ssh-keygen -F (find host in
djm@openbsd.org
1
-5
/
+7
2018-12-14
expose $SSH_CONNECTION in the PAM environment
Damien Miller
2
-4
/
+17
2018-12-13
Don't pass loginmsg by address now that it's an sshbuf*
Kevin Adler
2
-3
/
+3
2018-12-07
upstream: no need to allocate channels_pre/channels_post in
djm@openbsd.org
1
-6
/
+2
2018-12-07
upstream: don't attempt to connect to empty SSH_AUTH_SOCK; bz#293
djm@openbsd.org
1
-2
/
+2
2018-12-07
upstream: don't truncate user or host name in "user@host's
djm@openbsd.org
1
-6
/
+5
2018-12-07
upstream: tweak previous;
jmc@openbsd.org
1
-4
/
+4
2018-11-25
Include stdio.h for FILE if needed.
Darren Tucker
1
-0
/
+1
2018-11-25
Reverse order of OpenSSL init functions.
Darren Tucker
1
-3
/
+3
2018-11-25
Improve OpenSSL_add_all_algorithms check.
Darren Tucker
1
-1
/
+10
2018-11-23
upstream: add a ssh_config "Match final" predicate
djm@openbsd.org
5
-36
/
+76
2018-11-23
upstream: Remove now-unneeded ifdef SIGINFO around handler since it is
dtucker@openbsd.org
1
-3
/
+1
2018-11-23
Move RANDOM_SEED_SIZE outside ifdef.
Darren Tucker
1
-2
/
+2
2018-11-23
Resync with OpenBSD by pulling in an ifdef SIGINFO.
Darren Tucker
1
-0
/
+2
2018-11-23
fix configure test for OpenSSL version
Damien Miller
1
-1
/
+1
2018-11-23
refactor libcrypto initialisation
Damien Miller
16
-93
/
+63
2018-11-22
upstream: Output info on SIGUSR1 as well as
dtucker@openbsd.org
1
-1
/
+1
2018-11-22
upstream: Append pid to temp files in /var/run and set a cleanup
dtucker@openbsd.org
4
-13
/
+10
2018-11-22
upstream: UsePrivilegeSeparation no is deprecated
dtucker@openbsd.org
4
-9
/
+9
2018-11-22
upstream: add some knobs:
djm@openbsd.org
8
-34
/
+103
2018-11-22
Resync Makefile.inc with upstream.
Darren Tucker
1
-0
/
+17
2018-11-19
upstream: silence (to log level debug2) failure messages when
djm@openbsd.org
3
-19
/
+39
2018-11-19
upstream: Fix inverted logic for redirecting ProxyCommand stderr to
dtucker@openbsd.org
1
-3
/
+5
2018-11-16
upstream: redirect stderr of ProxyCommands to /dev/null when ssh is
djm@openbsd.org
1
-5
/
+32
2018-11-16
upstream: make grandparent-parent-child sshbuf chains robust to
djm@openbsd.org
1
-7
/
+10
2018-11-16
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
djm@openbsd.org
8
-17
/
+25
2018-11-16
Test for OPENSSL_init_crypto before using.
Darren Tucker
2
-3
/
+7
2018-11-16
upstream: disallow empty incoming filename or ones that refer to the
djm@openbsd.org
1
-2
/
+3
2018-11-16
upstream: fix bug in client that was keeping a redundant ssh-agent
djm@openbsd.org
1
-3
/
+5
2018-11-16
upstream: fix bug in HostbasedAcceptedKeyTypes and
djm@openbsd.org
1
-5
/
+34
2018-11-16
upstream: support a prefix of '@' to suppress echo of sftp batch
djm@openbsd.org
2
-28
/
+40
2018-11-16
upstream: fix markup error (missing blank before delimiter); from
schwarze@openbsd.org
1
-3
/
+3
2018-11-16
upstream: typo in error message; caught by Debian lintian, via
djm@openbsd.org
1
-2
/
+2
2018-11-16
upstream: correct local variable name; from yawang AT microsoft.com
djm@openbsd.org
1
-3
/
+3
2018-11-16
upstream: Import new moduli.
dtucker@openbsd.org
1
-0
/
+1
2018-11-16
upstream: mention ssh-ed25519-cert-v01@openssh.com in list of cert
djm@openbsd.org
1
-1
/
+2
2018-11-16
Remove fallback check for /usr/local/ssl.
Darren Tucker
1
-20
/
+4
2018-11-16
Fix check for OpenSSL 1.0.1 exactly.
Darren Tucker
1
-1
/
+1
2018-11-11
Improve warnings in cygwin service setup.
Darren Tucker
1
-5
/
+5
2018-11-11
Remove hardcoded service name in cygwin setup.
Darren Tucker
1
-1
/
+1
[next]