Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
257 commits
Select commit Hold shift + click to select a range
c627b46
cygwin-install-action now puts setup.exe on D:
daztucker Apr 17, 2025
76631fd
Add 10.0 branch to test status page.
daztucker Apr 17, 2025
b5b405f
Set Windows permssions on regress dir.
daztucker Apr 19, 2025
c991273
upstream: fix a out-of-bounds read if the known_hosts file is
djmdjm Apr 30, 2025
e048230
upstream: make writing known_hosts lines more atomic, by writing
djmdjm Apr 30, 2025
566443b
upstream: correct log messages; the reap function is used for more
djmdjm May 5, 2025
80162f9
upstream: Move agent listener sockets from /tmp to under
djmdjm May 5, 2025
1291242
upstream: missing file in previous commit
djmdjm May 5, 2025
6ab8133
depend
djmdjm May 5, 2025
7a7cc3c
Cygwin install in back on D:
daztucker May 5, 2025
7c0e662
includes.h for compat, time.h for clock_gettime.
daztucker May 5, 2025
27861e9
Supply timespecsub if needed.
daztucker May 5, 2025
61525ba
Handle systems that don't have st_mtim.
daztucker May 5, 2025
57eb87b
Boringssl now puts libcrypto in a different place.
daztucker May 5, 2025
d248082
New location of cygwin setup.
daztucker May 5, 2025
5fd6ef2
Add minimal implementations of fstatat and unlinkat.
daztucker May 6, 2025
fe88354
upstream: - add full stop to the text in -a - move the -U and -u
May 5, 2025
928f8dc
upstream: Now that there's an I-D for certificate keys, refer to
djmdjm May 5, 2025
a32d28d
upstream: finally remove DSA signature support from OpenSSH.
djmdjm May 6, 2025
55b38ff
upstream: test ssh-agent with the -T flag to force the old /tmp
May 6, 2025
93e904a
upstream: memory leak on error path; bz3821
djmdjm May 7, 2025
c5dbbe8
upstream: missing ifdef
djmdjm Apr 15, 2025
0404fa7
upstream: another missing ifdef
djmdjm Apr 15, 2025
7cc8e15
upstream: remove DSA from the regression/unit test suite too.
djmdjm May 6, 2025
207289a
upstream: Rename sockaddr_un sun -> sunaddr.
daztucker May 7, 2025
755c3d0
Skip d_type check on platforms that don't have it.
daztucker May 7, 2025
0863697
ssh-agent: exit 0 from SIGTERM under systemd socket-activation
dkg Apr 16, 2025
1511f11
Add no-op implmentation of dirfd().
daztucker May 8, 2025
f572621
Since it's unused, make dirfd() take void *.
daztucker May 8, 2025
3357bf2
Put PRIV_ECDSA back, it's still used.
daztucker May 9, 2025
140ba45
Move misc-agent.o to LIBSSH_OBJS.
daztucker May 9, 2025
82f1f52
Add RUN_ONLY_TEST to limit which tests are run.
daztucker May 9, 2025
d5cbac2
Pass Cygwin setup location to CI setup.
daztucker May 9, 2025
56782da
Skip keygen-knownhost test on Cygwin.
daztucker May 9, 2025
d1b2863
Tell Cygwin to use native symlinks.
daztucker May 9, 2025
cf795d5
Also skip sftp-cmds test on Cygwin.
daztucker May 9, 2025
8846cac
Remove CYGWIN binmode as it's now obsolete.
daztucker May 10, 2025
ddfb78a
Skip sftp-perm on Cygwin too.
daztucker May 10, 2025
ee1d317
Move debug log output into separate workflow step.
daztucker May 11, 2025
c404686
Debug log for why an account is considered locked.
daztucker May 11, 2025
fc8c56a
Set runner pasword to random string.
daztucker May 20, 2025
2d023e7
upstream: convert a last quad_t to int64_t. ok deraadt djm
termux-io May 8, 2025
17003b9
upstream: make the progress-meter code safe against being called
djmdjm May 9, 2025
2d35e24
upstream: Use EC_POINT_[sg]et_affine_coordinates()
botovq May 12, 2025
cff2175
upstream: Use EC_POINT_[sg]et_affine_coordinates()
botovq May 12, 2025
1a9b1cf
Add compat shims for EC_POINT affine_coordinates
daztucker May 20, 2025
9d9a2c0
Include openssl compat shims in test.
daztucker May 20, 2025
0214e53
Add debug output when setting up CI environment.
daztucker May 20, 2025
648a3a0
Use USERNAME rather than LOGNAME on Cygwin.
daztucker May 20, 2025
6fb728d
Run all tests on Cygwin again.
daztucker May 20, 2025
750f186
Include OpenSSL compat shim where needed.
daztucker May 20, 2025
83729cf
merge netcat SOCKS4A support from OpenBSD
djmdjm May 21, 2025
1743589
upstream: function to make a sshbuf from a hex string; useful in
djmdjm May 21, 2025
0c14e6b
upstream: use logit_f("...") instead of logit("func: ...")
djmdjm May 21, 2025
5699f4e
upstream: remove log tarballing "it seemed like a good idea at the
djmdjm May 21, 2025
0adb2db
upstream: test SOCKS4A; ok tb
djmdjm May 21, 2025
b71773c
pull a small netcat SOCKS4A fix from upstream
djmdjm May 21, 2025
e391c52
Remove 9.7 branch from CI status page.
daztucker May 22, 2025
df22801
Install nc during upstream test.
daztucker May 22, 2025
49a2412
Fix cvs up of nc.
daztucker May 22, 2025
d1d5c8b
Fix nc install some more.
daztucker May 22, 2025
58d094c
upstream: Correct FILES section to mention new default path to
djmdjm May 21, 2025
b5877b7
upstream: Add $OpenBSD$ marker for easier syncing.
daztucker May 22, 2025
1ccf423
upstream: Copy arg to be passed to dirname().
daztucker May 22, 2025
6d19264
upstream: Output the current name for PermitRootLogin's
daztucker May 22, 2025
de25e73
minimal shims for fstatat(2)/unlinkat(2) in agent
djmdjm May 22, 2025
450a8a1
Collect all of regress dir on failure.
daztucker May 22, 2025
2b2a7a2
Remove debug change accidentally commited.
daztucker May 22, 2025
7acb70e
upstream: Fix OpenBSD RCS ID typos. from Andrius V
bluhm May 22, 2025
6629eee
upstream: Adjust debug message to prevent (unsigned) integer overflow.
daztucker May 22, 2025
4b8bee6
upstream: use "const char * const" for malloc_options here also
May 23, 2025
24889a3
upstream: Import regenerated moduli.
daztucker May 23, 2025
a79a2c1
chown regress logs before uploading.
daztucker May 23, 2025
d8b5bd3
Rename debugging variable RUN_ONLY_TEST.
daztucker May 23, 2025
7674c03
Allow setting LTESTS in repo variables.
daztucker May 23, 2025
a4ea7f6
upstream: Explictly set LC_ALL=C on each sort invocation.
daztucker May 23, 2025
f097d7b
upstream: Don't leak the args list. Coverity CIDs 481569 & 481570,
daztucker May 23, 2025
3e11478
upstream: Ensure args to nh_update() fit within uint32, which it
daztucker May 23, 2025
0c64d69
upstream: Include stdint.h for UINT32_MAX.
daztucker May 23, 2025
9190351
upstream: Replace strncmp and strncasecmp with hand-counting bytes
daztucker May 23, 2025
eccc150
upstream: Use pointer from strprefix in error message,
daztucker May 24, 2025
f5cd14e
upstream: Fix compile error on 32bit platforms.
daztucker May 24, 2025
2168241
upstream: Remove ssh-keygen's moduli screen -Omemory option.
daztucker May 24, 2025
140bae1
auth-pam: Check the user didn't change during PAM transaction
3v1n0 Sep 30, 2024
d024538
ssh-keygen changes were fixup'ed into single commit.
daztucker May 24, 2025
3de011e
upstream: Plug leak of startup_pollfd in debug and child paths.
daztucker May 24, 2025
e3c5811
upstream: add a start_ssh_agent() function that sets up an agent
djmdjm May 24, 2025
484563e
upstream: use start_ssh_agent() to ensure we get logging
djmdjm May 24, 2025
a26091e
upstream: add some verbosity
djmdjm May 24, 2025
f896704
upstream: Null out keys between test runs.
daztucker May 24, 2025
e18983d
Remove progressmeter.o from libssh.a.
daztucker May 24, 2025
a356d97
upstream: Make the display number check relative to
daztucker May 24, 2025
b12d4ab
upstream: Replace strncmp + byte count with strprefix in Penalty
daztucker May 24, 2025
3a61f5e
upstream: fix punctuation around host key fingerprints to make them
djmdjm May 24, 2025
73ef056
upstream: replace xmalloc+memset(0) with xcalloc(); from AZero13 via
djmdjm May 24, 2025
dc6c134
upstream: When there's more than one x11 channel in use, return
daztucker May 29, 2025
203bb88
upstream: Fix x11_channel_used_recently() to return true when channel
daztucker Jun 2, 2025
a22ff3c
Disable _FORTIFY_SOURCE during snprintf test.
daztucker Jun 4, 2025
5530e5f
Replace Windows 2019 runners with 2025 ones.
daztucker Jun 10, 2025
4b3d270
upstream: Improve termination condition of while loop to compare
daztucker Jun 11, 2025
5d41589
upstream: Remove dead code ternary. We always report at least
daztucker Jun 11, 2025
567ef4e
upstream: Plug mem leak on error path.
daztucker Jun 12, 2025
2314d87
upstream: Plug mem leak on error path here too.
daztucker Jun 12, 2025
930a45e
upstream: Set user, host and path to NULL immediately before calling
daztucker Jun 12, 2025
9cdc72b
upstream: Remove dead code flagged by Coverity CID 307783. ok djm@
daztucker Jun 13, 2025
2827b6a
upstream: Plug leak. Coverity CID 405058.
daztucker Jun 13, 2025
bd1bd7e
upstream: Save return value from sshbuf_len instead of calling it
daztucker Jun 16, 2025
80916d0
upstream: Plug mem leak. Patch from afonot via github PR#574, ok djm@
daztucker Jun 16, 2025
df3f903
upstream: Fix overflow check in sshbuf_dup_string. It's already
daztucker Jun 16, 2025
05f7bf4
upstream: Now that ssh-keygen defaults to the maximum memory for
daztucker Jun 16, 2025
dd80044
upstream: Limit each moduli size to a max of 100 entries.
daztucker Jun 16, 2025
1e8347e
add sshd-auth to RPM spec files
djmdjm Jun 16, 2025
5f761cd
Update obsd tests to use current images.
daztucker Jun 17, 2025
ad38ec5
upstream: fix leak on error path; Coverity CID 481976
djmdjm Jun 17, 2025
b360f3a
upstream: whitespace
djmdjm Jun 17, 2025
5ba8391
upstream: better debug diagnostics when loading keys. Will now list
djmdjm Jun 19, 2025
688fa02
upstream: make "Match !final" not trigger a 2nd pass ssh_config
djmdjm Jun 24, 2025
57fb460
upstream: add RCS ID
djmdjm Jun 17, 2025
838d5ec
upstream: Add simple test for password auth. Requires some setup
daztucker Jun 24, 2025
bcfe734
upstream: Add simple regression test for dropbear as a server.
daztucker Jun 28, 2025
8a9384d
Enable password tests on Github ephemeral VMs.
daztucker Jun 29, 2025
d32614b
Move env to where it (hopefully) belongs.
daztucker Jun 29, 2025
223a1be
Move env again.
daztucker Jun 29, 2025
700205b
Fix env again.
daztucker Jun 29, 2025
0b17d56
Encrypt temporary password we're setting.
daztucker Jun 29, 2025
83d3ffc
upstream: Check dropbear server version for required features.
daztucker Jun 29, 2025
b28e91a
upstream: Add shebang path to askpass script. Required for exec on
daztucker Jun 29, 2025
29cf521
wrap some autoconf macros in AC_CACHE_CHECK
djmdjm Jul 2, 2025
fd10cea
upstream: mux: fix incorrect return value check in local forward
djmdjm Jul 4, 2025
0cf38d7
upstream: the messaging layer between sshd-session and sshd-auth had a
djmdjm Jul 4, 2025
007b69f
upstream: add a regress test for configurations > 256KB
djmdjm Jul 4, 2025
c971f3d
Add include for gssapi definitions.
daztucker Jul 5, 2025
eddd1d2
upstream: Fix mistracking of MaxStartups process exits in some
djmdjm Jul 4, 2025
1052fa6
more diagnostics when getgrouplist fails
djmdjm Jul 11, 2025
f01a899
upstream: add a "Match Group NoSuchGroup" to exercise groupaccess.c
djmdjm Jul 11, 2025
f9dc519
let ga_init() fail gracefully if getgrouplist does
djmdjm Jul 12, 2025
e6805e2
Add gnome-ssh-askpass4 for GNOME 40+
jtojnar May 18, 2023
defc806
upstream: Add missing inter-library dependencies to LDADD and
Jul 12, 2025
40fb2dc
upstream: add a ssh_config RefuseConnection option that, when
djmdjm Jul 23, 2025
259c66a
Remove DEBUG_ACTIONS variable.
daztucker Jul 24, 2025
d41503a
add GitHub Copilot files
tgauth Jan 9, 2026
1053ed3
update instructions to branch off of current branch instead of latest…
tgauth Jan 9, 2026
2955382
remove direct references to scripts for mcp tools
tgauth Jan 9, 2026
36c4826
fix default log location in tool
tgauth Jan 9, 2026
2ffcb0e
create tool for merge process prerequisites
tgauth Jan 9, 2026
4984b21
replace more direct scripts references to mcp tool references
tgauth Jan 9, 2026
63ac1ac
update mcp server name
tgauth Jan 9, 2026
644bbf5
fix merge prereq tool
tgauth Jan 9, 2026
1d8b201
update merge prereq tool
tgauth Jan 9, 2026
aa02282
update instructions
tgauth Jan 9, 2026
2bbb98e
update instructions
tgauth Jan 9, 2026
123f8e2
refactor tool to workaround io/buffer issues when invoked via MCP
tgauth Jan 15, 2026
09f0fd6
update instructions to use mcp tool to read build logs
tgauth Jan 15, 2026
59178e8
update build verfication script to check correct location for artifacts
tgauth Jan 15, 2026
2985579
fix typo
tgauth Jan 15, 2026
76775b2
fix tool to parse build log for success/failure and update instructions
tgauth Jan 23, 2026
e379310
add merge prompt file
tgauth Jan 23, 2026
5b55ec2
update tools
tgauth Jan 23, 2026
950bb1b
update instructions to build only after batch of commits with a CI run
tgauth Jan 23, 2026
ead71d7
update prereq tool to use start-job with git cmd
tgauth Jan 23, 2026
071bfba
update build instructions with paths.targets info
tgauth Jan 23, 2026
332176b
refine instructions
tgauth Jan 23, 2026
0bb51cd
tweak instructions
tgauth Jan 23, 2026
29ad116
update tool
tgauth Jan 23, 2026
a1072a6
fix bug in tool
tgauth Jan 30, 2026
c19ad3f
update instructions
tgauth Jan 30, 2026
2d2368c
add instructions for communication expectations and examples
tgauth Feb 20, 2026
179d41e
update instructions and tools to clarify end commit expectations
tgauth Feb 20, 2026
7e1ea03
add instructions around addressing compiler warnings
tgauth Feb 20, 2026
c19afda
add tool to wrap GH commands to check exit code
tgauth Mar 6, 2026
8a16638
add tool to get context during complex conflicts
tgauth Mar 6, 2026
7801561
Merge branch 'PowerShell:latestw_all' into latestw_all_copilot
tgauth Mar 9, 2026
5f24965
add scratch branch instructions
tgauth Mar 17, 2026
232775d
refine instructions
tgauth Apr 15, 2026
f06d9c8
add tool to invoke E2E CI
tgauth Apr 16, 2026
440585f
Merge commit 'f3d465530e75cb6c02e2cde1d15e6c4bb51ebfd9' into scratch-…
tgauth Apr 20, 2026
ff950b7
Fix unittest benchmark compatibility after batch 1 merge
tgauth Apr 20, 2026
a0592b9
Merge commit '1ec5b39f1f673beac039bb42c98a11aa2b08a0b2' into scratch-…
tgauth Apr 20, 2026
ff030eb
Merge commit '849c2fd894aa87a7e40c71e8d5bda5392b1205be' into scratch-…
tgauth Apr 21, 2026
b909df4
Merge commit '46e52fdae08b89264a0b23f94391c2bf637def34' into scratch-…
tgauth Apr 21, 2026
49fcafb
Merge commit '9b50cb171b5c56184ce6fa3994ce62f9882d2daf' into scratch-…
tgauth Apr 21, 2026
da2f4b7
Merge commit 'c627b468d3b99e487e2b24c90958ae57e633d681' into scratch-…
tgauth Apr 21, 2026
1fce4c7
Merge commit 'b5b405fee7f3e79d44e2d2971a4b6b4cc53f112e' into scratch-…
tgauth Apr 21, 2026
ae357ac
Merge commit 'e048230106fb3f5e7cc07abc311c6feb5f52fd05' into scratch-…
tgauth Apr 21, 2026
98a11e9
Merge commit '6ab8133c067a8e91ba69ce7ca04f95b50f2f2d7b' into scratch-…
tgauth May 4, 2026
9640f12
Build fixes for batch 9 (V_10_3_P1 merge): misc-agent.c on Windows
tgauth May 4, 2026
0a17550
Merge commit '7a7cc3cf721fe7fe9f4925d92bb7c694b8550a7f' into scratch-…
tgauth May 4, 2026
f272c83
Merge commit '27861e9b15151898841097c14ee974c026093131' into scratch-…
tgauth May 4, 2026
41796c4
Merge commit '61525ba967ac1bb7394ea0792aa6030bcbbad049' into scratch-…
tgauth May 4, 2026
d5eef0f
Merge commit 'd2480827b3ef6ec119965822afdff35d734b2dee' into scratch-…
tgauth May 4, 2026
b21de14
Merge commit '5fd6ef297dec23e3574646b6334087131230d0a6' into scratch-…
tgauth May 4, 2026
9b2af69
Merge commit '93e904a673a632604525fdc98b940b7996f1ce54' into scratch-…
tgauth May 4, 2026
df32151
Remove ssh-dss.c from libssh.vcxproj after upstream DSA removal
tgauth May 4, 2026
1b4a183
Merge commit '7cc8e150d51a4545b86d996692b541419b35d1a3' into scratch-…
tgauth May 4, 2026
f18dcef
Merge commit '755c3d082e59e6884f28d30e6333a1444e9173d1' into scratch-…
tgauth May 7, 2026
61b7aad
Merge commit '086369736a9496b39af0d9f09443fa81b59b7f05' into scratch-…
tgauth May 7, 2026
074965e
Merge commit '1511f113a27d8aafe080aa6493cb3c0cf2b5abe0' into scratch-…
tgauth May 7, 2026
5e6a434
Define HAVE_DIRFD=1 on Windows to skip upstream's dirfd() compat shim
tgauth May 7, 2026
0fa4cea
Merge commit 'f5726215957bb34e18bb872d527845c2f64e2389' into scratch-…
tgauth May 7, 2026
1a0da4a
Merge commit '3357bf2fe2d11b6ed4465c1ed2871bd1099cbbc5' into scratch-…
tgauth May 7, 2026
a272922
Merge commit '140ba45895de8ebfb3e2517b0ddee58729979c29' into scratch-…
tgauth May 7, 2026
57d3e67
Merge commit 'ddfb78a15f57a33427d462b9c401de5c8e6799da' into scratch-…
tgauth May 7, 2026
fec9e96
Merge commit 'ee1d31781cf0d292a50b4df4cb8cb6ffcbfbe9af' into scratch-…
tgauth May 7, 2026
b947e8c
Merge commit 'c404686c17daeda7e95ca6fc14c8a4a570cf975d' into scratch-…
tgauth May 7, 2026
aab3d51
Merge commit 'fc8c56ade809f66f7df4b5153a4d92593631c12a' into scratch-…
tgauth May 7, 2026
8803fca
Merge commit '1a9b1cfa4e8b807c7f82fdba8f730c2abdbba071' into scratch-…
tgauth May 7, 2026
deb61d8
Merge commit '9d9a2c0369419f3b4952e597db7b8696f54e7f3a' into scratch-…
tgauth May 11, 2026
b6236e7
Merge commit '6fb728df50c1afd338cb0223a84ce24579577eff' into scratch-…
tgauth May 11, 2026
9837b98
Merge commit '750f1867476bda36879f69e25e8f52cb45c58807' into scratch-…
tgauth May 11, 2026
e68bc61
Merge commit '0adb2db25eff3fe1c90c55654387ae1e4e18a396' into scratch-…
tgauth May 11, 2026
1f6e1df
Merge commit 'b71773c20d566fa5dcaf9edf3139bdcb3f2c4bc2' into scratch-…
tgauth May 11, 2026
264c3c9
Merge commit 'df22801b3f0ae245f825cf9c9dbb4543e41a7c5c' into scratch-…
tgauth May 11, 2026
cd453ec
Merge commit '49a2412ad23162e44be9e0b2cb12f6daf6b666d7' into scratch-…
tgauth May 11, 2026
5477148
Merge commit 'd1d5c8b9b8de8283618c18d0dafdec6a209911cc' into scratch-…
tgauth May 11, 2026
4aa7fe7
Merge commit '6d192645a613aa814d51050b0458f37265b90d6c' into scratch-…
tgauth May 11, 2026
39ca8b2
Merge commit 'de25e739781c4c09d20abd410f50f0a6f192dc72' into scratch-…
tgauth May 11, 2026
491e8d5
Merge commit '450a8a1df1577ddbe68fe8da1fb8514d3781ef32' into scratch-…
tgauth May 11, 2026
c7f1d68
Merge commit '2b2a7a2a0d70023b439080bb2770ff36522dbea8' into scratch-…
tgauth May 11, 2026
6c769a4
Merge commit '24889a33071086b6f1f62568b0c2bd0a4955ac49' into scratch-…
tgauth May 11, 2026
7ecc1a1
Merge commit '7674c03caed80cb3565d14690c92068a14051967' into scratch-…
tgauth May 11, 2026
638a244
Merge commit '3e11478f585408888defa56fa47e8dc6567378d0' into scratch-…
tgauth May 11, 2026
9fe3173
Merge commit '216824172724a50a4a75439fb2b4b8edccf5b733' into scratch-…
tgauth May 11, 2026
ade692e
Merge commit '140bae1df2b7246bb43439d039bf994159973585' into scratch-…
tgauth May 11, 2026
768f37b
Merge commit 'e18983d03ab969e2f12485d5c0ee61e6d745a649' into scratch-…
tgauth May 11, 2026
ea75f43
Merge commit 'b12d4ab1e16f57c6c348b483b1dbdd4530aaaddd' into scratch-…
tgauth May 11, 2026
a561e4e
Merge commit '3a61f5ed66231881bee432c7e7c6add066c086af' into scratch-…
tgauth May 11, 2026
db2bbd1
Merge commit '73ef0563a59f90324f8426c017f38e20341b555f' into scratch-…
tgauth May 11, 2026
38a374e
Merge commit '203bb886797677aa5d61b57be83cfdc1b634bc9c' into scratch-…
tgauth May 11, 2026
d159953
Merge commit 'a22ff3c6f11edd00c19981f9cb85d3b25d305a56' into scratch-…
tgauth May 11, 2026
edadcc2
Merge commit '5530e5f83b3cd3425ea3dbab02da15140befdd91' into scratch-…
tgauth May 11, 2026
d19fcea
Merge commit '5d415897ac04e237f1fa73b9dcb9ba8fb3ac812b' into scratch-…
tgauth May 11, 2026
64f8301
Merge commit '930a45ee759728c8ba711c45a2a985b8191bd297' into scratch-…
tgauth May 11, 2026
a9f4c39
Merge commit '2827b6ac304ded8f99e8fbc12e7299133fadb2c2' into scratch-…
tgauth May 11, 2026
c4fce09
Merge commit 'dd800444943bd64913507f6005586136d49f63db' into scratch-…
tgauth May 11, 2026
8fb32ce
Merge commit '5f761cdb2331a12318bde24db5ca84ee144a51d1' into scratch-…
tgauth May 11, 2026
7f10814
Merge commit '688fa02728f2efbf18388bc1a8e94e7ba7ee4f11' into scratch-…
tgauth May 12, 2026
607500d
Merge commit '8a9384de483b8fb69a800e0347273686a5715fc3' into scratch-…
tgauth May 12, 2026
b7ee7fa
Merge commit '700205bd861c25cc7564010cf63d984d8db5098a' into scratch-…
tgauth May 12, 2026
7086f58
Merge commit '0b17d564cfae82f2a52e9b4d588657da47ea4e43' into scratch-…
tgauth May 12, 2026
f141cbb
Merge commit '83d3ffc0fc0f5e4473ab43f0d42a1cf9497ce0b5' into scratch-…
tgauth May 12, 2026
2c6d3eb
Merge commit 'b28e91aff80fd24341de8cb3c34dc454d6b75228' into scratch-…
tgauth May 12, 2026
840b8f3
Merge commit '29cf521486bf97ab9de5b9b356f812107e0671bc' into scratch-…
tgauth May 12, 2026
2d04425
Merge commit 'fd10cea0f16e928ae2b52fbeadccd475d0438eb4' into scratch-…
tgauth May 12, 2026
7f1d3e0
Merge commit '0cf38d74463bcf80510e7fd1b3d9328e7d91eb00' into scratch-…
tgauth May 12, 2026
021587d
Build fix: include ssh-gss.h before monitor_wrap.h in sshd.c
tgauth May 12, 2026
2bb6af4
Merge commit '007b69f21cf9e64125b241d4411a5e47f5028aa8' into scratch-…
tgauth May 12, 2026
c3a23ff
Merge commit 'f9dc519259804702cab0fa0ca8b193a360e3ec38' into scratch-…
tgauth May 12, 2026
142a9a5
Merge commit 'e6805e2a6b33e001e1a7257b85ab779fd592a578' into scratch-…
tgauth May 12, 2026
cf620b4
Merge commit '40fb2dc4ece76c8f0c624d90a17bc1bbf47f3729' into scratch-…
tgauth May 12, 2026
1f36eeb
Merge commit '259c66aebe4e1f9d60e548f728ff74083bcccddf' into scratch-…
tgauth May 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .depend
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ loginrec.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-comp
logintest.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h loginrec.h
mac.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h digest.h hmac.h umac.h mac.h misc.h ssherr.h sshbuf.h openbsd-compat/openssl-compat.h
match.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h match.h misc.h
misc-agent.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h digest.h log.h ssherr.h misc.h pathnames.h ssh.h xmalloc.h
misc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h misc.h log.h ssherr.h ssh.h sshbuf.h
moduli.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
monitor.o: chacha.h poly1305.h cipher-aesctr.h rijndael.h kex.h mac.h crypto_api.h dh.h packet.h dispatch.h auth-options.h sshpty.h channels.h session.h sshlogin.h canohost.h log.h ssherr.h misc.h servconf.h monitor.h monitor_wrap.h monitor_fdpass.h compat.h ssh2.h authfd.h match.h sk-api.h srclimit.h
Expand Down Expand Up @@ -128,7 +129,6 @@ sntrup761.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-com
srclimit.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ./openbsd-compat/sys-tree.h addr.h canohost.h log.h ssherr.h misc.h srclimit.h xmalloc.h servconf.h openbsd-compat/sys-queue.h match.h
ssh-add.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh.h log.h ssherr.h sshkey.h sshbuf.h authfd.h authfile.h pathnames.h misc.h digest.h ssh-sk.h sk-api.h hostfile.h
ssh-agent.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssh.h ssh2.h sshbuf.h sshkey.h authfd.h log.h ssherr.h misc.h digest.h match.h msg.h pathnames.h ssh-pkcs11.h sk-api.h myproposal.h
ssh-dss.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
ssh-ecdsa-sk.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/openssl-compat.h sshbuf.h ssherr.h digest.h sshkey.h
ssh-ecdsa.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
ssh-ed25519-sk.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h crypto_api.h log.h ssherr.h sshbuf.h sshkey.h ssh.h digest.h
Expand Down
Loading