1. 6f29520 Merge "Update OpenSSH build config for current BoringSSL." am: 2088011c5f by Pete Bentley · 3 years, 9 months ago
  2. 2088011 Merge "Update OpenSSH build config for current BoringSSL." by Pete Bentley · 3 years, 9 months ago
  3. 2b01ca0 Skip ab/6749736 in stage. by Xin Li · 3 years, 9 months ago
  4. 9a0c33e Update OpenSSH build config for current BoringSSL. by Pete Bentley · 3 years, 9 months ago
  5. fe1fdfc Merge remote-tracking branch 'goog/mirror-aosp-master' into HEAD by Alistair Delva · 3 years, 9 months ago
  6. 7dd72ea Merge "ANDROID: Remove bogus HAVE_ARC4RANDOM_STIR" by Alistair Delva · 3 years, 9 months ago
  7. 267813a ANDROID: Remove bogus HAVE_ARC4RANDOM_STIR by Alistair Delva · 3 years, 9 months ago
  8. ed358b3 Merge changes I934c73d4,I28cdc9a0,I9e734da9,I3c079d86 by Alistair Delva · 3 years, 10 months ago
  9. 44a1065 UPSTREAM: depend by Damien Miller · 4 years, 1 month ago
  10. 20ebb46 UPSTREAM: upstream: avoid possible NULL deref; from Pedro Martelletto by djm@openbsd.org · 4 years, 1 month ago
  11. c4490d0 Revert "upstream: fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@" by Alistair Delva · 3 years, 10 months ago
  12. d9da10d Merge upstream-master into master by Alistair Delva · 3 years, 10 months ago
  13. 22246b0 Merge "Pass control to adelva@" by Treehugger Robot · 3 years, 11 months ago
  14. 4c1ca73 Pass control to adelva@ by Greg Hartman · 4 years, 10 months ago
  15. ecb2c02 upstream: fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@ by djm@openbsd.org · 4 years, 2 months ago
  16. 3ab6fcc prefer ln to cp for temporary copy of sshd by Damien Miller · 4 years, 2 months ago
  17. f700d31 Actually skip pty tests when needed. by Darren Tucker · 4 years, 2 months ago
  18. 08ce6b2 Skip building sk-dummy library if no SK support. by Darren Tucker · 4 years, 2 months ago
  19. 102d106 explicitly manage .depend and .depend.bak by Damien Miller · 4 years, 2 months ago
  20. 83a6dc6 make depend by Damien Miller · 4 years, 2 months ago
  21. 7c0bbed revert removal of .depend before makedepend by Damien Miller · 4 years, 2 months ago
  22. 58ad004 prepare for 8.3 release by Damien Miller · 4 years, 2 months ago
  23. 4fa9e04 Ensure SA_SIGNAL test only signals itself. by Darren Tucker · 4 years, 2 months ago
  24. dc2da29 sync config.guess/config.sub with latest versions by Damien Miller · 4 years, 2 months ago
  25. a8265bd upstream: openssh-8.3; ok deraadt@ by djm@openbsd.org · 4 years, 2 months ago
  26. 955854c upstream: another case where a utimes() failure could make scp send by djm@openbsd.org · 4 years, 2 months ago
  27. 59d5315 Check if -D_REENTRANT is needed for localtime_r. by Darren Tucker · 4 years, 2 months ago
  28. c13403e Skip security key tests if ENABLE_SK not set. by Darren Tucker · 4 years, 2 months ago
  29. 4da393f upstream: sure enough, some of the test data that we though were in by djm@openbsd.org · 4 years, 2 months ago
  30. 15bfafc upstream: make mktestdata.sh generate old/new format keys that we by djm@openbsd.org · 4 years, 2 months ago
  31. 7882d2e upstream: portability fix for sed that always emil a newline even by djm@openbsd.org · 4 years, 2 months ago
  32. 8074f94 upstream: remove obsolete RSA1 test keys; spotted by Michael Forney by djm@openbsd.org · 4 years, 2 months ago
  33. c697e46 Update .depend. by Darren Tucker · 4 years, 2 months ago
  34. 83657ea Remove use of tail for 'make depend'. by Darren Tucker · 4 years, 2 months ago
  35. d25d630 upstream: we have a sshkey_save_public() function to save public keys; by djm@openbsd.org · 4 years, 2 months ago
  36. e9dc986 Use LONG_LONG_MAX and friends if available. by Darren Tucker · 4 years, 2 months ago
  37. aad87b8 upstream: when receving a file in sink(), be careful to send at by djm@openbsd.org · 4 years, 2 months ago
  38. 3190969 upstream: expose vasnmprintf(); ok (as part of other commit) markus by djm@openbsd.org · 4 years, 2 months ago
  39. 99ce9ce upstream: avoid NULL dereference when attempting to convert invalid by djm@openbsd.org · 4 years, 2 months ago
  40. 6c6072b See if SA_RESTART signals will interrupt select(). by Darren Tucker · 4 years, 2 months ago
  41. 90a0b43 fix reversed test by Damien Miller · 4 years, 2 months ago
  42. c0dfd18 wrap sha2.h inclusion in #ifdef HAVE_SHA2_H by Damien Miller · 4 years, 2 months ago
  43. a01817a upstream: adapt dummy FIDO middleware to API change; ok markus@ by djm@openbsd.org · 4 years, 2 months ago
  44. 261571d upstream: tweak previous; ok markus by jmc@openbsd.org · 4 years, 2 months ago
  45. 5de21c8 upstream: bring back debug() removed in rev 1.74; noted by pradeep by markus@openbsd.org · 4 years, 2 months ago
  46. ea14103 upstream: run the 2nd ssh with BatchMode for scp -3 by markus@openbsd.org · 4 years, 2 months ago
  47. 59d2de9 upstream: when signing a challenge using a FIDO toke, perform the by djm@openbsd.org · 4 years, 2 months ago
  48. c9d10db upstream: Fix comment typo. Patch from mforney at mforney.org. by dtucker@openbsd.org · 4 years, 2 months ago
  49. 4d2c87b upstream: We've standardized on memset over bzero, replace a couple by dtucker@openbsd.org · 4 years, 2 months ago
  50. 7f23f42 Include sys/byteorder.h for htons and friends. by Darren Tucker · 4 years, 2 months ago
  51. d27cba5 Fix conditional for openssl-based chacha20. by Darren Tucker · 4 years, 2 months ago
  52. 20819b9 Error out if given RDomain if unsupported. by Darren Tucker · 4 years, 2 months ago
  53. 2c16901 upstream: Fix incorrect error message for "too many known hosts files." by dtucker@openbsd.org · 4 years, 2 months ago
  54. 3beb727 upstream: Remove leave_non_blocking() which is now dead code by dtucker@openbsd.org · 4 years, 2 months ago
  55. 8654e35 upstream: ce examples of "Ar arg Ar arg" with "Ar arg arg" and by jmc@openbsd.org · 4 years, 2 months ago
  56. 67697e4 Update .depend. by Darren Tucker · 4 years, 2 months ago
  57. d6cc761 Mailing list is now closed to non-subscribers. by Darren Tucker · 4 years, 2 months ago
  58. cecde6a Put the values from env vars back. by Darren Tucker · 4 years, 2 months ago
  59. 300c432 Pass configure's egrep through to test-exec.sh. by Darren Tucker · 4 years, 2 months ago
  60. c8d9796 Remove unneeded env vars from t-exec invocation. by Darren Tucker · 4 years, 2 months ago
  61. 01d4cdc upstream: Backslash '$' at then end of string. Prevents warning on by dtucker@openbsd.org · 4 years, 2 months ago
  62. 8854724 Sync rev 1.49. by Darren Tucker · 4 years, 2 months ago
  63. d00d07b upstream: regression test for printing of private key fingerprints and by djm@openbsd.org · 4 years, 2 months ago
  64. a98d5ba upstream: fix a bug I introduced in r1.406: when printing private key by djm@openbsd.org · 4 years, 2 months ago
  65. 32f2d0a upstream: repair private key fingerprint printing to also print by djm@openbsd.org · 4 years, 2 months ago
  66. 094dd51 upstream: refactor out some duplicate private key loading code; by djm@openbsd.org · 4 years, 2 months ago
  67. 4e04f46 upstream: add space beteen macro arg and punctuation; by jmc@openbsd.org · 4 years, 2 months ago
  68. 44ae009 upstream: auth2-pubkey r1.89 changed the order of operations to by djm@openbsd.org · 4 years, 2 months ago
  69. f96f17f sys/sysctl.h is only used on OpenBSD by Damien Miller · 4 years, 2 months ago
  70. 54688e9 upstream: fix reversed test that caused IdentitiesOnly=yes to not by djm@openbsd.org · 4 years, 2 months ago
  71. 267cbc8 upstream: mention that /etc/hosts.equiv and /etc/shosts.equiv are by djm@openbsd.org · 4 years, 2 months ago
  72. c90f72d upstream: make IgnoreRhosts a tri-state option: "yes" ignore by djm@openbsd.org · 4 years, 2 months ago
  73. 321c714 upstream: allow the IgnoreRhosts directive to appear anywhere in a by djm@openbsd.org · 4 years, 2 months ago
  74. ca5403b upstream: add space between macro arg and punctuation; by jmc@openbsd.org · 4 years, 3 months ago
  75. 8af0244 Add sys/syscall.h for syscall numbers. by Darren Tucker · 4 years, 3 months ago
  76. 3779b50 upstream: Refactor private key parsing. Eliminates a fair bit of by djm@openbsd.org · 4 years, 3 months ago
  77. b6a4013 upstream: Add tests for TOKEN expansion of LocalForward and by dtucker@openbsd.org · 4 years, 3 months ago
  78. abc3e0a upstream: Add utf8.c for asmprintf used by krl.c by dtucker@openbsd.org · 4 years, 3 months ago
  79. 990687a upstream: Add TOKEN percent expansion to LocalFoward and RemoteForward by dtucker@openbsd.org · 4 years, 3 months ago
  80. 2b13d39 upstream: let sshkey_try_load_public() load public keys from the by djm@openbsd.org · 4 years, 3 months ago
  81. d01f393 upstream: simplify sshkey_try_load_public() by djm@openbsd.org · 4 years, 3 months ago
  82. f290ab0 upstream: add sshkey_parse_pubkey_from_private_fileblob_type() by djm@openbsd.org · 4 years, 3 months ago
  83. 8d514ee upstream: simplify sshkey_parse_private_fileblob_type() by djm@openbsd.org · 4 years, 3 months ago
  84. 421169d upstream: check private key type against requested key type in by djm@openbsd.org · 4 years, 3 months ago
  85. 6aabfb6 upstream: check that pubkey in private key envelope matches actual by djm@openbsd.org · 4 years, 3 months ago
  86. c0f5b22 upstream: refactor private key parsing a little by djm@openbsd.org · 4 years, 3 months ago
  87. 8461a5b Include openssl-compat.h before checking ifdefs. by Darren Tucker · 4 years, 3 months ago
  88. 931c50c fix inverted test for LibreSSL version by Damien Miller · 4 years, 3 months ago
  89. d1d5f72 upstream: Indicate if we're using a cached key in trace output. by dtucker@openbsd.org · 4 years, 3 months ago
  90. a398251 Use /usr/bin/xp4g/id if necessary. by Darren Tucker · 4 years, 3 months ago
  91. db0fdd4 upstream: Some platforms don't have "hostname -s", so use cut to trim by dtucker@openbsd.org · 4 years, 3 months ago
  92. e7e59a9 upstream: Compute hash locally and re-enable %C tests. by dtucker@openbsd.org · 4 years, 3 months ago
  93. abe2b24 prefer libcrypto chacha20-poly1305 where possible by Damien Miller · 4 years, 3 months ago
  94. bc5c5d0 upstream: Temporarily remove tests for '%C' since the hash contains the by dtucker@openbsd.org · 4 years, 3 months ago
  95. 8162402 upstream: r1.522 deleted one too many lines; repair by djm@openbsd.org · 4 years, 3 months ago
  96. 668cb35 upstream: sort -N and add it to usage(); by jmc@openbsd.org · 4 years, 3 months ago
  97. 338ccee upstream: avoid another compiler warning spotted in -portable by djm@openbsd.org · 4 years, 3 months ago
  98. 9f8a423 upstream: this needs utf8.c too by djm@openbsd.org · 4 years, 3 months ago
  99. 92115ea upstream: Add percent_expand test for 'Match Exec'. by dtucker@openbsd.org · 4 years, 3 months ago
  100. de34a44 upstream: fix format string (use %llu for uint64, not %lld). spotted by by djm@openbsd.org · 4 years, 3 months ago