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