1. 129952a correct object dependency by Damien Miller · 4 years, 10 months ago
  2. 6bff952 upstream: directly support U2F/FIDO2 security keys in OpenSSH by by djm@openbsd.org · 4 years, 10 months ago
  3. 7c096c4 upstream: implement ssh-ed25519-sk verification; ok djm@ by markus@openbsd.org · 4 years, 10 months ago
  4. aa4c640 upstream: Fill in missing man page bits for U2F security key support: by naddy@openbsd.org · 4 years, 10 months ago
  5. b236b27 Put sftp-realpath in libssh.a by Darren Tucker · 4 years, 10 months ago
  6. 07da39f upstream: ssh-agent support for U2F/FIDO keys by djm@openbsd.org · 4 years, 10 months ago
  7. ed3467c upstream: U2F/FIDO middleware interface by djm@openbsd.org · 4 years, 10 months ago
  8. 02bb076 upstream: Initial infrastructure for U2F/FIDO support by djm@openbsd.org · 4 years, 10 months ago
  9. fd7a2de Provide explicit path to configure-check. by Darren Tucker · 5 years ago
  10. afdf27f revert config.h/config.h.in freshness checks by Damien Miller · 5 years ago
  11. a97609e extend autoconf freshness test by Damien Miller · 5 years ago
  12. 182297c check that configure/config.h is up to date by Damien Miller · 5 years ago
  13. 1a72c0d portability fixes for sshsig by Damien Miller · 5 years ago
  14. 2a9c9f7 upstream: sshsig: lightweight signature and verification ability by djm@openbsd.org · 5 years ago
  15. e93ffd1 Report success of individual tests as well as all. by Darren Tucker · 5 years ago
  16. 159e987 Split test targets further. by Darren Tucker · 5 years ago
  17. 520d455 Add lib dependencies for regress binary targets. by Darren Tucker · 5 years ago
  18. 4e8d0dd Make "unit" a dependency of "test". by Darren Tucker · 5 years ago
  19. e0055af Split regress-binaries into two targets. by Darren Tucker · 5 years ago
  20. 5299a09 Revert one dependency per line change. by Darren Tucker · 5 years ago
  21. 05500af Force dependencies one per line. by Darren Tucker · 5 years ago
  22. 16dd8b2 upstream: remove mostly vestigal uuencode.[ch]; moving the only unique by djm@openbsd.org · 5 years ago
  23. 4efe1ad remove realpath() compat replacement by Damien Miller · 5 years ago
  24. 569b650 upstream: add a local implementation of BSD realpath() for by djm@openbsd.org · 5 years ago
  25. 5696512 upstream: Remove crc32.{c,h} which were only used by the now-gone by dtucker@openbsd.org · 5 years ago
  26. aaca72d upstream: rename kex->kem_client_pub -> kex->client_pub now that by djm@openbsd.org · 6 years ago
  27. 92dda34 upstream: use KEM API for vanilla ECDH by djm@openbsd.org · 6 years ago
  28. 9c9c97e upstream: use KEM API for vanilla DH KEX by djm@openbsd.org · 6 years ago
  29. 2f6a9dd upstream: use KEM API for vanilla c25519 KEX by djm@openbsd.org · 6 years ago
  30. dfd5916 upstream: Add support for a PQC KEX/KEM: by djm@openbsd.org · 6 years ago
  31. b2eb9db pass TEST_SSH_SSHPKCS11HELPER to regress tests by Damien Miller · 6 years ago
  32. 245c6a0 upstream: remove last traces of old packet API! by djm@openbsd.org · 6 years ago
  33. 0a843d9 upstream: move client/server SSH-* banners to buffers under by djm@openbsd.org · 6 years ago
  34. 41c115a delete the correct thing; kexfuzz binary by Damien Miller · 6 years ago
  35. ff72902 fix path in distclean target by Damien Miller · 6 years ago
  36. 87f08be Remove support for S/Key by Damien Miller · 6 years ago
  37. c59aca8 Create control sockets in clean temp directories by Damien Miller · 6 years ago
  38. 258dc8b upstream: Remove support for running ssh(1) setuid and fatal if by dtucker@openbsd.org · 6 years ago
  39. 6aa1bf4 rm regress/misc/kexfuzz/*.o in distclean target by Damien Miller · 6 years ago
  40. 5467fbc upstream: remove legacy key emulation layer; ok djm@ by markus@openbsd.org · 6 years ago
  41. cb30cd4 upstream: remove legacy buffer API emulation layer; ok djm@ by markus@openbsd.org · 6 years ago
  42. 575fac3 Revert $REGRESSTMP changes. by Darren Tucker · 6 years ago
  43. 10479cc Many typo fixes from Karsten Weiss by Damien Miller · 6 years ago
  44. ac53ce4 Replace $(CURDIR) with $(PWD). by Darren Tucker · 7 years ago
  45. 8921253 Fix breakage when REGRESSTMP not set. by Darren Tucker · 7 years ago
  46. 612faa3 object files end with .o - not .c by Damien Miller · 7 years ago
  47. 1b11ea7 upstream: Add experimental support for PQC XMSS keys (Extended by markus@openbsd.org · 7 years ago
  48. 3e9d319 Use portable syntax for REGRESSTMP. by Darren Tucker · 7 years ago
  49. 3fd2d22 Add REGRESSTMP make var override. by Darren Tucker · 7 years ago
  50. 265d88d Remove remaining now-obsolete cvs $Ids. by Darren Tucker · 7 years ago
  51. 748dd8e remove blocks.c from Makefile by Damien Miller · 7 years ago
  52. 012e5cb upstream commit by naddy@openbsd.org · 7 years ago
  53. 2d96f28 Ensure config.h is always in dependencies. by Darren Tucker · 7 years ago
  54. 79c0e1d Add autogenerated dependency info to Makefile. by Darren Tucker · 7 years ago
  55. bb82e61 Remove now-used check for perl. by Darren Tucker · 7 years ago
  56. 6c8a246 Replace mkinstalldirs with mkdir -p. by Darren Tucker · 7 years ago
  57. 79226e5 Remove RSA1 host key generation. by Darren Tucker · 7 years ago
  58. 878e029 Split platform_sys_dir_uid into its own file by Damien Miller · 7 years ago
  59. 07949bf misc.c needs functions from platform.c now by Damien Miller · 7 years ago
  60. 83fa3a0 upstream commit by djm@openbsd.org · 7 years ago
  61. 6bdf70f clean up regress files and add a .gitignore by Damien Miller · 7 years ago
  62. dfa641f upstream commit by djm@openbsd.org · 7 years ago
  63. e688246 upstream commit by djm@openbsd.org · 7 years ago
  64. cdccebd upstream commit by djm@openbsd.org · 7 years ago
  65. f2742a4 Remove SHA256 EVP wrapper implementation. by Darren Tucker · 7 years ago
  66. b1b22dd Plumb conversion test into makefile. by Darren Tucker · 7 years ago
  67. f590798 Add a "unit" target to run only unit tests. by Darren Tucker · 7 years ago
  68. 47b8c99 Check for utf8 local support before testing it. by Darren Tucker · 8 years ago
  69. 0082fba upstream commit by djm@openbsd.org · 8 years ago
  70. 6ee4f1c hook match and utf8 unittests up to Makefile by Damien Miller · 8 years ago
  71. 6cb6dcf upstream commit by markus@openbsd.org · 8 years ago
  72. e8b58f4 Explicitly specify source files for regress tools. by Darren Tucker · 8 years ago
  73. c71ba79 Add dependency on libs for unit tests. by Darren Tucker · 8 years ago
  74. 8199d03 Correct location for kexfuzz in clean target. by Darren Tucker · 8 years ago
  75. 5c02dd1 Map umac_ctx struct name too. by Darren Tucker · 8 years ago
  76. 57b4ee0 Move platform_disable_tracing into its own file. by Darren Tucker · 8 years ago
  77. 0fb7f59 Move prctl PR_SET_DUMPABLE into platform.c. by Darren Tucker · 8 years ago
  78. 05c6574 Fix utf->utf8 typo. by Darren Tucker · 8 years ago
  79. 0e059cd upstream commit by schwarze@openbsd.org · 8 years ago
  80. 732b463 Pass supported malloc options to connect-privsep. by Darren Tucker · 8 years ago
  81. 7b40ef6 make a regress-binaries target by Damien Miller · 8 years ago
  82. af0bb38 hook unittests/misc/kexfuzz into build by Damien Miller · 8 years ago
  83. 1acc058 Disable tests where fs perms are incorrect by Damien Miller · 9 years ago
  84. a306863 upstream commit by markus@openbsd.org · 9 years ago
  85. 4626cba Support Illumos/Solaris fine-grained privileges by Damien Miller · 9 years ago
  86. 69fead5 upstream commit by jmc@openbsd.org · 9 years ago
  87. 2539dce upstream commit by deraadt@openbsd.org · 9 years ago
  88. 9846a2f hook tame(2) sandbox up to build by Damien Miller · 9 years ago
  89. cfffbdb Use ssh-keygen -A when generating host keys. by Darren Tucker · 9 years ago
  90. e6b9503 Revert "Work around finicky USL linker so netcat will build." by Tim Rice · 10 years ago
  91. d1db656 Work around finicky USL linker so netcat will build. by Tim Rice · 10 years ago
  92. 2e13a1e mkdir kex unit test directory so testing out of tree builds works by Tim Rice · 10 years ago
  93. 7faaa32 mkdir hostkey and bitmap unit test directories by Damien Miller · 10 years ago
  94. e89c780 hook up hostkeys unittest to portable Makefiles by Damien Miller · 10 years ago
  95. 1ca3e21 fix kex test by Damien Miller · 10 years ago
  96. c78a578 upstream commit by markus@openbsd.org · 10 years ago
  97. f582f0e upstream commit by markus@openbsd.org · 10 years ago
  98. 091c302 upstream commit by markus@openbsd.org · 10 years ago
  99. 45c0fd7 make bitmap test compile by Damien Miller · 10 years ago
  100. d333f89 upstream commit by djm@openbsd.org · 10 years ago