index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ensure that pkcs11_del_provider() is called before exit - some PKCS#11
djm
2021-04-03
1
-1
/
+5
*
warn when the user specifies a ForwardAgent path that does not exist
djm
2021-02-23
1
-1
/
+7
*
ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS
markus
2021-02-15
1
-1
/
+42
*
whitespace
djm
2021-02-02
1
-2
/
+1
*
remove global variable used to stash compat flags and use the
djm
2021-01-27
1
-2
/
+2
*
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
dtucker
2021-01-26
1
-3
/
+4
*
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
dtucker
2021-01-22
1
-2
/
+3
*
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
djm
2020-12-20
1
-30
/
+5
*
allow UserKnownHostsFile=none; feedback and ok markus@
djm
2020-12-20
1
-12
/
+30
*
refactor client percent_expand() argument passing; consolidate the
djm
2020-12-17
1
-65
/
+80
*
prepare readconf.c for fuzzing; remove fatal calls and fix some
djm
2020-12-17
1
-2
/
+3
*
Prevent integer overflow when ridiculously large ConnectTimeout is
dtucker
2020-11-12
1
-2
/
+5
*
Replace WITH_OPENSSL ifdefs in log calls with a macro. The log calls
dtucker
2020-11-08
1
-15
/
+3
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-56
/
+50
*
LogVerbose keyword for ssh and sshd
djm
2020-10-16
1
-1
/
+3
*
Zap unused family parameter from ssh_connect_direct()
kn
2020-10-12
1
-2
/
+2
*
There are lots of place where we want to redirect stdin, stdout
djm
2020-10-03
1
-40
/
+8
*
close stdin when forking after authentication too; ok markus
djm
2020-09-21
1
-2
/
+3
*
close stdout/stderr after "ssh -f ..." forking
djm
2020-09-20
1
-6
/
+21
*
Also compare username when checking for JumpHost loops. bz#3057, ok djm@
dtucker
2020-07-31
1
-6
/
+9
*
Add a '%k' TOKEN that expands to the effective HostKey of the
dtucker
2020-07-17
1
-1
/
+4
*
Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile,
dtucker
2020-07-17
1
-1
/
+17
*
some language improvements; ok markus
djm
2020-07-05
1
-6
/
+6
*
Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so we
dtucker
2020-06-26
1
-12
/
+2
*
Correct historical comment: provos@ modified OpenSSH to work with SSLeay
dtucker
2020-06-05
1
-2
/
+2
*
Allow some keywords to expand shell-style ${ENV} environment
dtucker
2020-05-29
1
-7
/
+33
*
Add TOKEN percent expansion to LocalFoward and RemoteForward when used
dtucker
2020-04-10
1
-50
/
+87
*
r1.522 deleted one too many lines; repair
djm
2020-04-03
1
-1
/
+2
*
fix debug statement
djm
2020-04-03
1
-2
/
+2
*
the tunnel-forwarding vs ExitOnForwardFailure fix that I committed
djm
2020-04-03
1
-3
/
+14
*
make failures when establishing "Tunnel" forwarding terminate the
djm
2020-04-03
1
-23
/
+39
*
Make with config keywords support which percent_expansions more consistent.
dtucker
2020-04-03
1
-67
/
+53
*
initialize cname in case ai_canonname is NULL or too long; ok djm
markus
2020-03-06
1
-2
/
+3
*
Detect and prevent simple configuration loops when using ProxyJump.
dtucker
2020-02-18
1
-1
/
+9
*
Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to accept
dtucker
2020-02-07
1
-5
/
+14
*
Replace "security key" with "authenticator" in program messages.
naddy
2020-02-06
1
-2
/
+2
*
disable UpdateHostKeys=ask when in quiet mode;
djm
2020-01-28
1
-1
/
+4
*
disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@
markus
2020-01-27
1
-6
/
+13
*
allow UpdateKnownHosts=yes to function when multiple known_hosts files
djm
2020-01-25
1
-2
/
+2
*
expose PKCS#11 key labels/X.509 subjects as comments
djm
2020-01-25
1
-5
/
+7
*
Make zlib optional. This adds a "ZLIB" build time option that allows
dtucker
2020-01-23
1
-4
/
+15
*
Replace all calls to signal(2) with a wrapper around sigaction(2).
dtucker
2020-01-23
1
-3
/
+3
*
fix CanonicalizeHostname, broken by rev 1.507
beck
2020-01-05
1
-2
/
+2
*
Allow forwarding a different agent socket to the path specified by
djm
2019-12-21
1
-1
/
+33
*
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
naddy
2019-11-18
1
-1
/
+2
*
ssh client support for U2F/FIDO keys
djm
2019-10-31
1
-1
/
+17
*
allow %n to be expanded in ProxyCommand strings
djm
2019-09-13
1
-2
/
+2
*
Allow prepending a list of algorithms to the default set by starting
naddy
2019-09-06
1
-2
/
+2
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-10
/
+10
*
slightly more instructive error message when the user specifies multiple
djm
2019-06-14
1
-3
/
+6
[next]