Skip to content

final code sweep

29c35bd
Select commit
Loading
Failed to load commit list.
Merged

Upgrade to OpenSSH v10.0 #179

final code sweep
29c35bd
Select commit
Loading
Failed to load commit list.
DCO / DCO required action Sep 9, 2025 in 2s

DCO

There are 235 commits incorrectly signed off. This means that the author(s) of these commits failed to include a Signed-off-by line in their commit message.

To avoid having PRs blocked in the future, always include Signed-off-by: Author Name <authoremail@example.com> in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

Here is how to fix the problem so that this code can be merged.


Rebase the branch

If you have a local git environment and meet the criteria below, one option is to rebase the branch and add your Signed-off-by lines in the new commits. Please note that if others have already begun work based upon the commits in this branch, this solution will rewrite history and may cause serious issues for collaborators (described in the git documentation under "The Perils of Rebasing").

You should only do this if:

  • You are the only author of the commits in this branch
  • You are absolutely certain nobody else is doing any work based upon this branch
  • There are no empty commits in the branch (for example, a DCO Remediation Commit which was added using --allow-empty)

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~250 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin feature/openssh-10.0.P2-uplift

Summary

Commit sha: 0f5d19e, Author: Christoph Ostarek, Committer: Damien Miller; The sign-off is missing.
Commit sha: 2233071, Author: Collin Funk, Committer: Darren Tucker; The sign-off is missing.
Commit sha: e8a0f19, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 2735812, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 509b757, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 671c440, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0c1165f, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 5fb2b5a, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 7ef362b, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: ef2d7f2, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 46d1fb1, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 76a618d, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 815a94e, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 4482f00, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: f8edf08, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 164ea43, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 98a0883, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: c537eeb, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 39db1f2, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: ef7c26c, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 88b35cb, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: e7adebe, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 66e9868, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: eaa1744, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: d23a23a, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 790c913, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 66efd0f, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 38f6000, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: f519e71, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0cbeedb, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: a0c95fb, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 33bb47e, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 6887099, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 94b7375, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: bc4b3f6, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 922e54b, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 3bc6de9, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 38d69fe, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: c20f741, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: f80fb81, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: cd4a6bd, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 8725dbc, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: 2593769, Author: Damien Miller, Committer: Damien Miller; The sign-off is missing.
Commit sha: fdc4853, Author: Daniil Tatianin, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 6c49e5f, Author: Daniil Tatianin, Committer: Darren Tucker; The sign-off is missing.
Commit sha: ff714f0, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: f4ff915, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 059ed69, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 0a2db61, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 1641f2d, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: d3aee17, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: c06c681, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 67f6847, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: be27770, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: c44c349, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 3264957, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 3af1dba, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: a74809f, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 28740aa, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: da4b848, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: dd416f5, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 9e528e6, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 50ac0f0, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: d2709c4, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: a80eb71, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 953fa5b, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 9b57c09, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 6b4611d, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 9a2f4c7, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 5cacfa7, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: dfd9880, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 94f59dc, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: c21c8fc, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 91a2f70, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 20427f6, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 442a449, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 2e81100, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: ce88a1b, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: bd9e6bb, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 8a12946, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 575c43f, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 96493eb, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: fd5a6bb, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 90a28de, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: a73890e, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 77a3e6b, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: e32de6b, Author: Darren Tucker, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 487cf4c, Author: deraadt@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: c21c3a2, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 62bbf8f, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: dd424d7, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: baec3f7, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: acad117, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 8d21713, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 7875975, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0118a4d, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 9306d60, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 930cb02, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: ce171d0, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0ca128c, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0bdca1f, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 9517cc5, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 3f02368, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 67a115e, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0051381, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: fe6c633, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 6072e4c, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 4617410, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 7485620, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: d76424b, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: a9d6d7d, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 74ff638, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: d01ee7a, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0a1e754, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 5eb5c4b, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: d9cd208, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 9c97b6a, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: fe4305c, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 94cdfeb, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: e86d7a0, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: de644b1, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: e53b615, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: cf3e48e, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0c3927c, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 82662d5, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: ac75446, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: d1c1cfc, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 8402365, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0ad34a6, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: fd2e64c, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 785e3c9, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 53c0396, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 8eabd2a, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: d75837b, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 1d9563a, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: d3a7ff7, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 6993d9f, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 73d7826, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 8c9ee04, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 4389a79, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 5488810, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 41ab0cc, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 9a9ffee, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 85f0c1e, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 5a6ddf9, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: bbc9c18, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: af49d47, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 857ac20, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: aa1409e, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: caa3c0c, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 192a20d, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 9131ac6, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 6ce00f0, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0832aac, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: cb99e8e, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: c94138d, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: b6bba67, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 3962021, Author: djm@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 197e503, Author: djm@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: d47ef95, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: b58e429, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 6c9872f, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 985d8cb, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 55b7cb4, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0cb9458, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: dd73459, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: fc86875, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: cc7feb9, Author: djm@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 87bd1cb, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 307ab3c, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 1b05d54, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 67ace92, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: ffa885d, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 97eb247, Author: dtucker@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 50c640d, Author: dtucker@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 9998c93, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: d0ac63d, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: c9b7866, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: dc2ef8f, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 11a5e51, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 1a8ce46, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 0643994, Author: dtucker@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: e4e5b06, Author: dtucker@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 85b3d68, Author: dtucker@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: bd30cf7, Author: dtucker@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 65d2c59, Author: dtucker@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: b498754, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: e6cfd78, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: fd7ad8d, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 6575859, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 29a5127, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 97e10c0, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 395284b, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 62f02e9, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: e2c4f07, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 4bcbac7, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 10124ee, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 9c90b56, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 1b311b6, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 8cd9ed4, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 98f05b1, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: bbd3686, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 5e60f59, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 8460aaa, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 000c3d1, Author: dtucker@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 6b9cd09, Author: Fabio Pedretti, Committer: Damien Miller; The sign-off is missing.
Commit sha: 593a0b6, Author: jca@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: ca0697a, Author: Jeremy Stott, Committer: Damien Miller; The sign-off is missing.
Commit sha: f82e5e2, Author: jmc@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 3ef4f6e, Author: jmc@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 9e5bd74, Author: jmc@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 9da7fa7, Author: Jonas 'Sortie' Termansen, Committer: Damien Miller; The sign-off is missing.
Commit sha: b460f82, Author: Jonas 'Sortie' Termansen, Committer: Damien Miller; The sign-off is missing.
Commit sha: f129b6e, Author: Jonas 'Sortie' Termansen, Committer: Darren Tucker; The sign-off is missing.
Commit sha: a35f543, Author: jsg@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: e03239f, Author: jsg@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 220b6c1, Author: jsg@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 538cd28, Author: jsg@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: c0b03c2, Author: jsg@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 1bc426f, Author: naddy@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: ca204b9, Author: naddy@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: ae566d5, Author: naddy@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 8252f34, Author: naddy@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 49e64bf, Author: Pavel Miadzvedzeu, Committer: Damien Miller; The sign-off is missing.
Commit sha: 3b240cc, Author: Preetish Amballi, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 1c67bae, Author: schwarze@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: e19cd49, Author: Shiva Kaul, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 30c7462, Author: tb@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 0ce5281, Author: tb@openbsd.org, Committer: Damien Miller; The sign-off is missing.
Commit sha: 49b8b9b, Author: tb@openbsd.org, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 96b6405, Author: Thorsten Kukuk, Committer: Damien Miller; The sign-off is missing.
Commit sha: 826483d, Author: Tim Rice, Committer: Tim Rice; The sign-off is missing.
Commit sha: 49f325f, Author: Wu Weixin, Committer: Damien Miller; The sign-off is missing.
Commit sha: 24dcf36, Author: Xavier Hsinyuan, Committer: Darren Tucker; The sign-off is missing.
Commit sha: 924f996, Author: Xavier Hsinyuan, Committer: Darren Tucker; The sign-off is missing.