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
2021-04-03
typos in comments; GHPR#180 from Ville Skyttä
djm
3
-6
/
+6
2021-04-03
sync CASignatureAlgorithms lists with reality. GHPR#174 from
djm
2
-8
/
+10
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
djm
40
-153
/
+156
2021-04-03
whitespace (tab after space)
djm
4
-9
/
+9
2021-04-03
fix incorrect plural; from Ville Skyttä via GHPR#181
djm
1
-3
/
+3
2021-04-03
ensure that pkcs11_del_provider() is called before exit - some PKCS#11
djm
1
-1
/
+5
2021-04-03
unused variable
djm
1
-2
/
+2
2021-04-03
Fix two problems in string->argv conversion: 1) multiple backslashes
djm
1
-7
/
+4
2021-03-31
Use new limits@openssh.com protocol extension to let the client select
djm
3
-18
/
+115
2021-03-31
do not advertise protocol extensions that have been disallowed by
djm
1
-33
/
+53
2021-03-19
return non-zero exit status when killed by signal; bz#3281
djm
1
-2
/
+2
2021-03-19
increase maximum SSH2_FXP_READ to match the maximum packet size.
djm
1
-24
/
+38
2021-03-16
don't let logging clobber errno before use
djm
1
-4
/
+6
2021-03-12
spelling
jsg
1
-3
/
+3
2021-03-12
Add ModuliFile keyword to sshd_config to specify the location of the
dtucker
6
-12
/
+49
2021-03-12
pwcopy() struct passwd that we're going to reuse across a bunch of
djm
1
-1
/
+2
2021-03-10
Import regenerated moduli file.
dtucker
6
-405
/
+445
2021-03-10
no need to reset buffer after send_msg() as that is done for us;
djm
1
-3
/
+1
2021-03-06
Fix PRINT macro, the suffix param to sshlog() was missing.
millert
1
-21
/
+20
2021-03-03
don't sshbuf_get_u32() into an enum; reported by goetze AT
djm
1
-4
/
+4
2021-03-03
typo in other_hostkeys_message() display output, ok djm
sthen
1
-2
/
+2
2021-03-03
needs FILE*; from Mike Frysinger
djm
1
-1
/
+2
2021-03-02
openssh-8.5
djm
1
-2
/
+2
2021-02-28
Add %k to list of keywords. From Eero Häkkinenvia bz#3267
dtucker
1
-3
/
+3
2021-02-28
Do not try to reset signal handler for signal 0 in subprocess.
dtucker
1
-2
/
+2
2021-02-27
fix alphabetic ordering of options; spotted by Iain Morgan
djm
1
-9
/
+9
2021-02-26
a bit more debugging behind #ifdef DEBUG_SK
djm
1
-2
/
+7
2021-02-24
Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms
dtucker
2
-6
/
+6
2021-02-23
lots more s/key types/signature algorithms/ mostly in
djm
2
-32
/
+32
2021-02-23
Correct reference to signature algorithms as keys; from Jakub Jelen
djm
1
-3
/
+3
2021-02-23
warn when the user specifies a ForwardAgent path that does not exist
djm
1
-1
/
+7
2021-02-18
Fix the hostkeys rotation extension documentation
djm
1
-1
/
+2
2021-02-18
make names in function prototypes match those in definition
djm
2
-4
/
+4
2021-02-18
unbreak SK_DEBUG builds
djm
1
-3
/
+3
2021-02-18
sftp-server: implement limits@openssh.com extension
djm
2
-3
/
+85
2021-02-15
ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS
markus
6
-9
/
+170
2021-02-15
factor out opt_array_append; ok djm@
markus
3
-43
/
+51
2021-02-15
ProxyJump takes "none" to disable processing like ProxyCommand does
dlg
1
-2
/
+5
2021-02-12
sftp: add missing lsetstat@openssh.com documentation
djm
3
-13
/
+39
2021-02-12
factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own function
djm
1
-41
/
+59
2021-02-05
Remove debug message from sigchld handler. While this works on OpenBSD
dtucker
1
-3
/
+1
2021-02-02
whitespace
djm
1
-2
/
+1
2021-02-02
fix memleaks in private key deserialisation; enforce more consistency
djm
1
-1
/
+20
2021-02-02
memleak on error path; ok markus@
djm
1
-2
/
+2
2021-01-31
more strictly enforce KEX state-machine by banning packet types
djm
5
-9
/
+25
2021-01-31
Set linesize returned by getline to zero when freeing and NULLing the
dtucker
1
-1
/
+3
2021-01-29
fix the values of enum sock_type
djm
1
-4
/
+4
2021-01-29
give typedef'd struct a struct name; makes the fuzzer I'm writing a bit
djm
1
-2
/
+2
2021-01-27
fix leak: was double allocating kex->session_id buffer
djm
1
-4
/
+6
2021-01-27
this needs kex.h now
djm
1
-1
/
+2
[next]