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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
some clarifying comments
djm
1
-2
/
+9
2020-06-22
updated argument name for -P in first synopsis was missed in previous;
jmc
1
-2
/
+2
2020-06-22
supply word missing in previous;
jmc
1
-2
/
+2
2020-06-22
Add support for FIDO webauthn (verification only). webauthn is a
djm
3
-6
/
+130
2020-06-22
refactor ECDSA-SK verification a little ahead of adding support
djm
1
-21
/
+23
2020-06-22
support for RFC4648 base64url encoding; ok markus
djm
2
-2
/
+47
2020-06-22
better terminology for permissions; feedback & ok markus@
djm
1
-11
/
+11
2020-06-22
better terminology for permissions; feedback & ok markus@
djm
3
-37
/
+37
2020-06-19
Correct synopsis and usage for the options accepted when passing a command
dtucker
2
-5
/
+12
2020-06-18
check public host key matches private; ok markus@ (as part of
djm
1
-2
/
+11
2020-06-18
avoid spurious "Unable to load host key" message when sshd can load a
djm
1
-2
/
+8
2020-06-12
correct RFC number; from HARUYAMA Seigo via GH PR191
djm
1
-1
/
+1
2020-06-05
unbreak "sshd -ddd" - close of config passing fd happened too early.
djm
1
-2
/
+1
2020-06-05
make sshbuf_putb(b, NULL) a no-op
djm
1
-1
/
+3
2020-06-05
make sshbuf_dump() args const
djm
2
-4
/
+4
2020-06-05
wrap long line
djm
1
-2
/
+3
2020-06-05
Correct historical comment: provos@ modified OpenSSH to work with SSLeay
dtucker
1
-2
/
+2
2020-06-03
Import regenerated moduli file.
dtucker
6
-413
/
+452
2020-06-01
Remove now-unused proto_spec and associated definitions. ok djm@
dtucker
2
-34
/
+2
2020-05-29
Fix error message on close(2) and add printf format attributes.
millert
1
-4
/
+7
2020-05-29
Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.
dtucker
2
-5
/
+14
2020-05-29
Pass a NULL instead of zeroed out va_list from dollar_expand. The original
dtucker
1
-4
/
+2
2020-05-29
remove a stray .El;
jmc
1
-2
/
+1
2020-05-29
mention that wildcards are processed in lexical order; bz#3165
djm
2
-4
/
+5
2020-05-29
Allow some keywords to expand shell-style ${ENV} environment
dtucker
5
-52
/
+229
2020-05-29
fix compilation on !HAVE_DLOPEN platforms; stub function was not
djm
1
-2
/
+3
2020-05-29
fix exit status for downloading of FIDO resident keys; from
djm
1
-4
/
+4
2020-05-29
Fix multiplier in convtime when handling seconds after other units.
dtucker
1
-2
/
+3
2020-05-27
fix Include before Match in sshd_config; bz#3122 patch from Jakub Jelen
djm
1
-10
/
+21
2020-05-27
Do not call process_queued_listen_addrs() for every included file
djm
1
-5
/
+5
2020-05-27
fix crash in recallocarray when deleting SendEnv variables;
djm
1
-2
/
+7
2020-05-26
fix memleak of signature; from Pedro Martelletto
djm
1
-5
/
+8
2020-05-26
Restrict ssh-agent from signing web challenges for FIDO keys.
djm
1
-10
/
+100
2020-05-26
improve logging for MaxStartups connection throttling: have sshd log
djm
1
-24
/
+64
2020-05-26
add fmt_timeframe() (from bgpd) to format a time interval in a human-
djm
2
-21
/
+53
2020-05-18
avoid possible NULL deref; from Pedro Martelletto
djm
1
-3
/
+5
2020-05-15
sshd listener must not block if reexecd sshd exits early:
markus
1
-2
/
+3
2020-05-15
fix off-by-one error that caused sftp downloads to make one more
djm
1
-2
/
+2
2020-05-13
we are still aiming for pre-C99 ...
deraadt
1
-2
/
+2
2020-05-13
Enable credProtect extension when generating a resident key.
djm
1
-0
/
+57
2020-05-13
always call fido_init(); previous behaviour only called fido_init() when
djm
1
-6
/
+11
2020-05-13
preserve group/world read permission on known_hosts file across runs of
djm
1
-1
/
+5
2020-05-13
when ordering the hostkey algorithms to request from a server,
djm
3
-6
/
+31
2020-05-12
fix non-ASCII quote that snuck in; spotted by Gabriel Kihlman
djm
1
-1
/
+1
2020-05-11
clarify role of FIDO tokens in multi-factor authentictation;
djm
1
-0
/
+7
2020-05-08
fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@
djm
2
-6
/
+8
2020-05-06
openssh-8.3; ok deraadt@
djm
1
-2
/
+2
2020-05-06
another case where a utimes() failure could make scp send a
djm
1
-4
/
+2
2020-05-02
we have a sshkey_save_public() function to save public keys; use it
djm
1
-49
/
+18
2020-05-01
when receving a file in sink(), be careful to send at most a single
djm
1
-37
/
+59
[next]