index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Make sure not to fclose() the same fd twice in case of an
tobhe@openbsd.org
2022-06-24
1
-7
/
+12
*
upstream: Don't attempt to fprintf a null identity comment. From
dtucker@openbsd.org
2022-06-24
1
-3
/
+3
*
upstream: Log an error if pipe() fails while accepting a
dtucker@openbsd.org
2022-06-24
1
-3
/
+7
*
automatically enable built-in FIDO support
Damien Miller
2022-06-24
1
-31
/
+34
*
fix possible NULL deref when built without FIDO
Damien Miller
2022-06-24
1
-1
/
+2
*
upstream: make sure that UseDNS hostname lookup happens in the monitor
djm@openbsd.org
2022-06-15
5
-27
/
+20
*
upstream: move auth_openprincipals() and auth_openkeyfile() over to
djm@openbsd.org
2022-06-03
3
-61
/
+60
*
upstream: test setenv in both client and server, test first-match-wins
djm@openbsd.org
2022-06-03
2
-4
/
+79
*
upstream: Make SetEnv directives first-match-wins in both
djm@openbsd.org
2022-06-03
7
-42
/
+58
*
upstream: Add missing *-sk types to ssh-keyscan manpage. From
dtucker@openbsd.org
2022-06-03
1
-3
/
+7
*
upstream: Add period at end of "not known by any other names"
dtucker@openbsd.org
2022-06-03
1
-2
/
+2
*
upstream: ssh-keygen -A: do not generate DSA keys by default.
dtucker@openbsd.org
2022-06-03
2
-7
/
+6
*
upstream: ssh-keygen: implement "verify-required" certificate option.
naddy@openbsd.org
2022-06-03
1
-1
/
+11
*
upstream: keywords ref ssh_config.5;
jmc@openbsd.org
2022-06-03
1
-4
/
+7
*
fix some bugs in the fuzzer
Damien Miller
2022-05-30
1
-1
/
+6
*
Test against OpenSSL 1.1.1o and 3.0.3.
Darren Tucker
2022-05-27
1
-1
/
+2
*
Test against LibreSSL 3.5.3.
Darren Tucker
2022-05-27
1
-1
/
+1
*
fuzzer for authorized_keys parsing
Damien Miller
2022-05-27
2
-1
/
+80
*
upstream: split the low-level file handling functions out from
djm@openbsd.org
2022-05-27
5
-402
/
+465
*
upstream: refactor authorized_keys/principals handling
djm@openbsd.org
2022-05-27
6
-57
/
+77
*
upstream: f sshpkt functions fail, then password is not cleared
dtucker@openbsd.org
2022-05-27
1
-4
/
+6
*
upstream: Avoid kill with -1 argument. The out_ctx label can be
dtucker@openbsd.org
2022-05-27
1
-2
/
+3
*
upstream: Note that ProxyJump also accepts the same tokens as
dtucker@openbsd.org
2022-05-27
1
-3
/
+5
*
upstream: revert previous; it was broken (spotted by Theo)
djm@openbsd.org
2022-05-25
4
-36
/
+35
*
upstream: make SSHBUF_DBG/SSHBUF_TELL (off by default and only enabled
djm@openbsd.org
2022-05-25
4
-35
/
+36
*
configure.ac: Add missing AC_DEFINE for caph_cache_tzdata test causing
Tim Rice
2022-05-24
1
-1
/
+5
*
upstream: regress test for in-place transfers and clobbering larger
djm@openbsd.org
2022-05-16
1
-1
/
+26
*
upstream: Only run agent-ptrace.sh if gdb is available as all
anton@openbsd.org
2022-05-16
1
-1
/
+1
*
upstream: fix in-place copies; r1.163 incorrectly skipped truncation in
djm@openbsd.org
2022-05-16
1
-5
/
+8
*
upstream: arrange for scp, when in sftp mode, to not ftruncate(3) files
djm@openbsd.org
2022-05-13
4
-43
/
+64
*
upstream: Remove errant apostrophe. From haruyama at queen-ml org.
dtucker@openbsd.org
2022-05-13
1
-2
/
+2
*
upstream: Allow existing -U (use agent) flag to work with "-Y sign"
djm@openbsd.org
2022-05-09
2
-10
/
+17
*
upstream: improve error message when 'ssh-keygen -Y sign' is unable to
djm@openbsd.org
2022-05-09
1
-6
/
+13
*
Remove duplicate bcrypt_pbkdf.o from Makefile
Tobias Heider
2022-05-09
1
-1
/
+0
*
upstream: When performing operations that glob(3) a remote path, ensure
djm@openbsd.org
2022-05-09
1
-11
/
+38
*
Also retest OpenBSD upstream on .yml changes.
Darren Tucker
2022-05-06
1
-1
/
+1
*
Note that, for now, we need variadic macros.
Darren Tucker
2022-05-06
1
-3
/
+4
*
Add ubsan minimal testcase on OpenBSD.
Darren Tucker
2022-05-06
1
-5
/
+7
*
upstream: sshkey_unshield_private() contains a exact duplicate of
djm@openbsd.org
2022-05-05
1
-40
/
+32
*
upstream: channel_new no longer frees remote_name. So update the
djm@openbsd.org
2022-05-05
2
-6
/
+6
*
upstream: mux.c: mark argument as const; from Martin Vahlensieck
djm@openbsd.org
2022-05-05
1
-2
/
+2
*
upstream: make sure stdout is non-blocking; ok djm@
markus@openbsd.org
2022-05-05
1
-4
/
+9
*
upstream: Add FIDO AUTHENTICATOR section and explain a bit how FIDO
florian@openbsd.org
2022-05-05
1
-52
/
+78
*
upstream: remove an obsolete rsa1 format example from an example;
jmc@openbsd.org
2022-05-05
1
-3
/
+2
*
upstream: fix some integer overflows in sieve_large() that show up when
djm@openbsd.org
2022-05-02
1
-7
/
+7
*
upstream: be stricter in which characters will be accepted in
djm@openbsd.org
2022-05-02
1
-2
/
+2
*
Add Mac OS X 12 test target.
Darren Tucker
2022-04-30
1
-2
/
+3
*
Only run tests when source files change.
Darren Tucker
2022-04-29
3
-2
/
+6
*
Remove now-empty int32_minmax.inc.
Darren Tucker
2022-04-29
1
-0
/
+0
*
upstream: mention that the helpers are used by ssh(1), ssh-agent(1)
djm@openbsd.org
2022-04-29
2
-18
/
+28
[next]