index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssh-keyscan.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
upstream: better terminology for permissions; feedback & ok markus@
djm@openbsd.org
3
-37
/
+37
2020-06-22
upstream: Correct synopsis and usage for the options accepted when
dtucker@openbsd.org
2
-5
/
+12
2020-06-19
Add OPENBSD ORIGINAL marker to bcrypt_pbkdf.
Darren Tucker
1
-0
/
+2
2020-06-19
Extra brackets around sizeof() in bcrypt.
Darren Tucker
1
-1
/
+1
2020-06-19
Add includes.h to new test.
Darren Tucker
1
-0
/
+2
2020-06-19
Skip OpenSSL specific tests w/out OpenSSL.
Darren Tucker
2
-0
/
+10
2020-06-19
Hook sshsig tests up to Portable Makefiles.
Darren Tucker
3
-1
/
+20
2020-06-19
upstream: Test that ssh-agent exits when running as as subprocess
dtucker@openbsd.org
2
-1
/
+24
2020-06-19
upstream: run sshsig unit tests
djm@openbsd.org
1
-2
/
+2
2020-06-19
upstream: basic unit test for sshsig.[ch], including FIDO keys
djm@openbsd.org
24
-0
/
+340
2020-06-19
upstream: basic unit test for FIDO kep parsing
djm@openbsd.org
24
-7
/
+258
2020-06-19
upstream: check public host key matches private; ok markus@ (as
djm@openbsd.org
1
-2
/
+11
2020-06-19
upstream: avoid spurious "Unable to load host key" message when
djm@openbsd.org
1
-2
/
+8
2020-06-12
upstream: correct RFC number; from HARUYAMA Seigo via GH PR191
djm@openbsd.org
1
-1
/
+1
2020-06-05
upstream: unbreak "sshd -ddd" - close of config passing fd happened too
djm@openbsd.org
1
-2
/
+1
2020-06-05
Add support for AUDIT_ARCH_RISCV64
Andreas Schwab
1
-0
/
+3
2020-06-05
upstream: make sshbuf_putb(b, NULL) a no-op
djm@openbsd.org
1
-1
/
+3
2020-06-05
upstream: make sshbuf_dump() args const
djm@openbsd.org
2
-4
/
+4
2020-06-05
upstream: wrap long line
djm@openbsd.org
1
-2
/
+3
2020-06-05
upstream: Correct historical comment: provos@ modified OpenSSH to
dtucker@openbsd.org
1
-2
/
+2
2020-06-05
upstream: Import regenerated moduli file.
dtucker@openbsd.org
1
-0
/
+1
2020-06-05
Test fallthrough in OSSH_CHECK_CFLAG_COMPILE.
Darren Tucker
1
-0
/
+10
2020-06-04
upstream: Import regenerated moduli file.
dtucker@openbsd.org
1
-414
/
+453
2020-06-04
upstream: Remove now-unused proto_spec and associated definitions.
dtucker@openbsd.org
2
-34
/
+2
2020-05-30
upstream: Fix error message on close(2) and add printf format
millert@openbsd.org
1
-4
/
+7
2020-05-29
upstream: Make dollar_expand variadic and pass a real va_list to
dtucker@openbsd.org
2
-5
/
+14
2020-05-29
Omit ToS setting if we don't have IPV6_TCLASS too.
Darren Tucker
1
-1
/
+1
2020-05-29
upstream: Pass a NULL instead of zeroed out va_list from
dtucker@openbsd.org
1
-4
/
+2
2020-05-29
upstream: remove a stray .El;
jmc@openbsd.org
1
-2
/
+1
2020-05-29
upstream: Add regression and unit tests for ${ENV} style
dtucker@openbsd.org
2
-5
/
+79
2020-05-29
upstream: Unit test for convtime. ok djm@
dtucker@openbsd.org
1
-1
/
+20
2020-05-29
upstream: mention that wildcards are processed in lexical order;
djm@openbsd.org
2
-4
/
+5
2020-05-29
upstream: Allow some keywords to expand shell-style ${ENV}
dtucker@openbsd.org
5
-53
/
+230
2020-05-29
depend
Damien Miller
1
-49
/
+46
2020-05-29
partial sync of regress/netcat.c with upstream
sobrado
1
-2
/
+2
2020-05-29
partial sync of regress/netcat.c with upstream
chl
1
-1
/
+1
2020-05-29
partial sync of regress/netcat.c with upstream
tobias
1
-3
/
+6
2020-05-29
partial sync of regress/netcat.c with upstream
tobias
1
-3
/
+3
2020-05-29
partial sync of regress/netcat.c with upstream
jca
1
-7
/
+16
2020-05-29
upstream: fix compilation on !HAVE_DLOPEN platforms; stub function
djm@openbsd.org
1
-2
/
+3
2020-05-29
upstream: fix exit status for downloading of FIDO resident keys;
djm@openbsd.org
1
-4
/
+4
2020-05-29
upstream: Fix multiplier in convtime when handling seconds after
dtucker@openbsd.org
1
-2
/
+3
2020-05-28
upstream: fix Include before Match in sshd_config; bz#3122 patch
djm@openbsd.org
1
-10
/
+21
2020-05-28
upstream: Do not call process_queued_listen_addrs() for every
djm@openbsd.org
1
-5
/
+5
2020-05-28
upstream: fix crash in recallocarray when deleting SendEnv
djm@openbsd.org
1
-2
/
+7
2020-05-28
upstream: two new tests for Include in sshd_config, checking whether
djm@openbsd.org
1
-1
/
+35
2020-05-27
Document that libfido2 >= 1.4.0 is needed.
Darren Tucker
1
-1
/
+1
2020-05-27
upstream: fix memleak of signature; from Pedro Martelletto
djm@openbsd.org
1
-5
/
+8
2020-05-27
upstream: Restrict ssh-agent from signing web challenges for FIDO
djm@openbsd.org
1
-10
/
+100
2020-05-27
upstream: improve logging for MaxStartups connection throttling:
djm@openbsd.org
1
-24
/
+64
[next]