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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-05
Correct historical comment: provos@ modified OpenSSH to work with SSLeay
dtucker
1
-2
/
+2
2020-05-29
Allow some keywords to expand shell-style ${ENV} environment
dtucker
1
-7
/
+33
2020-04-10
Add TOKEN percent expansion to LocalFoward and RemoteForward when used
dtucker
1
-50
/
+87
2020-04-03
r1.522 deleted one too many lines; repair
djm
1
-1
/
+2
2020-04-03
fix debug statement
djm
1
-2
/
+2
2020-04-03
the tunnel-forwarding vs ExitOnForwardFailure fix that I committed
djm
1
-3
/
+14
2020-04-03
make failures when establishing "Tunnel" forwarding terminate the
djm
1
-23
/
+39
2020-04-03
Make with config keywords support which percent_expansions more consistent.
dtucker
1
-67
/
+53
2020-03-06
initialize cname in case ai_canonname is NULL or too long; ok djm
markus
1
-2
/
+3
2020-02-18
Detect and prevent simple configuration loops when using ProxyJump.
dtucker
1
-1
/
+9
2020-02-07
Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to accept
dtucker
1
-5
/
+14
2020-02-06
Replace "security key" with "authenticator" in program messages.
naddy
1
-2
/
+2
2020-01-28
disable UpdateHostKeys=ask when in quiet mode;
djm
1
-1
/
+4
2020-01-27
disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@
markus
1
-6
/
+13
2020-01-25
allow UpdateKnownHosts=yes to function when multiple known_hosts files
djm
1
-2
/
+2
2020-01-25
expose PKCS#11 key labels/X.509 subjects as comments
djm
1
-5
/
+7
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
dtucker
1
-4
/
+15
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
dtucker
1
-3
/
+3
2020-01-05
fix CanonicalizeHostname, broken by rev 1.507
beck
1
-2
/
+2
2019-12-21
Allow forwarding a different agent socket to the path specified by
djm
1
-1
/
+33
2019-11-18
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
naddy
1
-1
/
+2
2019-10-31
ssh client support for U2F/FIDO keys
djm
1
-1
/
+17
2019-09-13
allow %n to be expanded in ProxyCommand strings
djm
1
-2
/
+2
2019-09-06
Allow prepending a list of algorithms to the default set by starting
naddy
1
-2
/
+2
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-10
/
+10
2019-06-14
slightly more instructive error message when the user specifies multiple
djm
1
-3
/
+6
2019-06-12
Hostname->HostName cleanup; from lauri tirkkonen
jmc
1
-2
/
+2
2019-06-06
Replace calls to ssh_malloc_init() by a static init of malloc_options.
otto
1
-2
/
+1
2019-04-23
Use the LogLevel typdef instead of int where appropriate. Patch from
dtucker
1
-2
/
+3
2019-01-19
remove last references to active_state
djm
1
-4
/
+1
2019-01-19
convert ssh.c to new packet API
djm
1
-26
/
+41
2019-01-19
begin landing remaining refactoring of packet parsing API, started
djm
1
-1
/
+4
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
djm
1
-2
/
+2
2018-11-23
add a ssh_config "Match final" predicate
djm
1
-11
/
+20
2018-10-23
refer to OpenSSL not SSLeay;
djm
1
-3
/
+3
2018-10-03
Allow ssh_config IdentityAgent directive to accept environment variable
djm
1
-3
/
+21
2018-09-21
Treat connections with ProxyJump specified the same as ones with a
djm
1
-4
/
+3
2018-09-20
fix "ssh -Q sig" to show correct signature algorithm list (it was
djm
1
-2
/
+2
2018-09-12
Add "ssh -Q sig" to allow listing supported signature algorithms
djm
1
-2
/
+9
2018-07-27
Now that ssh can't be setuid, remove the original_real_uid and
dtucker
1
-22
/
+9
2018-07-25
Use the caller provided (copied) pwent struct in load_public_identity_files
beck
1
-3
/
+1
2018-07-19
Deprecate UsePrivilegedPort now that support for running ssh(1)
dtucker
1
-7
/
+2
2018-07-18
Remove support for running ssh(1) setuid and fatal if attempted.
dtucker
1
-32
/
+6
2018-07-16
Slot 0 in the hostbased key array was previously RSA1, but that is
dtucker
1
-22
/
+22
2018-07-16
Remove support for loading HostBasedAuthentication keys directly in
dtucker
1
-30
/
+5
2018-07-16
keep options.identity_file_userprovided array in sync when we load
djm
1
-2
/
+18
2018-07-11
remove legacy key emulation layer; ok djm@
markus
1
-57
/
+78
2018-07-09
client: switch to sshbuf API; ok djm@
markus
1
-13
/
+16
2018-06-08
fix incorrect expansion of %i in load_public_identity_files(); reported by
djm
1
-2
/
+2
2018-06-06
Add a PermitListen directive to control which server-side addresses
djm
1
-3
/
+3
[next]