1. b36ee3f upstream: Plug mem leaks on error paths, based in part on github by dtucker@openbsd.org · 5 years ago
  2. 2aefdf1 upstream: whitespace by djm@openbsd.org · 5 years ago
  3. fbe24b1 upstream: allow %n to be expanded in ProxyCommand strings by djm@openbsd.org · 5 years ago
  4. 2ce1d11 upstream: clarify that ConnectTimeout applies both to the TCP by djm@openbsd.org · 5 years ago
  5. df78011 upstream: Fix potential truncation warning. ok deraadt. by dtucker@openbsd.org · 5 years ago
  6. ec0e624 memleak of buffer in sshpam_query by Damien Miller · 5 years ago
  7. c17e463 explicitly test set[ug]id() return values by Damien Miller · 5 years ago
  8. 91a2135 upstream: Allow prepending a list of algorithms to the default set by naddy@openbsd.org · 5 years ago
  9. c8bdd2d upstream: key conversion should fail for !openssl builds, not fall by djm@openbsd.org · 5 years ago
  10. 823f6c3 upstream: typo in previous by djm@openbsd.org · 5 years ago
  11. 6a710d3 needs time.h for --without-openssl by Damien Miller · 5 years ago
  12. f61f29a make unittests pass for no-openssl case by Damien Miller · 5 years ago
  13. 105e1c9 upstream: avoid compiling certain files that deeply depend on by djm@openbsd.org · 5 years ago
  14. 670104b upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@ by djm@openbsd.org · 5 years ago
  15. be02d7c upstream: lots of things were relying on libcrypto headers to by djm@openbsd.org · 5 years ago
  16. d05aaaa upstream: remove leakmalloc reference; we used this early when by djm@openbsd.org · 5 years ago
  17. 1268f0b upstream: Check for RSA support before using it for the user key, by dtucker@openbsd.org · 5 years ago
  18. fd7a2de Provide explicit path to configure-check. by Darren Tucker · 5 years ago
  19. 00865c2 upstream: better error code for bad arguments; inspired by by djm@openbsd.org · 5 years ago
  20. afdf27f revert config.h/config.h.in freshness checks by Damien Miller · 5 years ago
  21. a97609e extend autoconf freshness test by Damien Miller · 5 years ago
  22. 182297c check that configure/config.h is up to date by Damien Miller · 5 years ago
  23. 7d6034b upstream: if a PKCS#11 token returns no keys then try to login and by djm@openbsd.org · 5 years ago
  24. 76f09bd upstream: sprinkle in some explicit errors here, otherwise the by djm@openbsd.org · 5 years ago
  25. 0ea3324 upstream: only send ext_info for KEX_INITIAL; bz#2929 ok dtucker by djm@openbsd.org · 5 years ago
  26. f23d91f upstream: macro fix; ok djm by jmc@openbsd.org · 5 years ago
  27. 8b57337 update fuzzing makefile to more recent clang by Damien Miller · 5 years ago
  28. ae631ad fuzzer for sshsig allowed_signers option parsing by Damien Miller · 5 years ago
  29. 69159af upstream: memleak on error path; found by libfuzzer by djm@openbsd.org · 5 years ago
  30. bab6feb upstream: expose allowed_signers options parsing code in header for by djm@openbsd.org · 5 years ago
  31. 4f9d75f upstream: Call comma-separated lists as such to clarify semantics. by naddy@openbsd.org · 5 years ago
  32. db1e6f6 upstream: tweak previous; by jmc@openbsd.org · 5 years ago
  33. 0f44e59 upstream: repair typo and editing mishap by naddy@openbsd.org · 5 years ago
  34. f4846df Fuzzer harness for sshsig by Damien Miller · 5 years ago
  35. b08a6bc oops; missed including the actual file by Damien Miller · 5 years ago
  36. 1a72c0d portability fixes for sshsig by Damien Miller · 5 years ago
  37. 6d6427d upstream: regress test for sshsig; feedback and ok markus@ by djm@openbsd.org · 5 years ago
  38. 59650f0 upstream: only add plain keys to prevent any certs laying around by djm@openbsd.org · 5 years ago
  39. d637c4a upstream: sshsig tweaks and improvements from and suggested by by djm@openbsd.org · 5 years ago
  40. 2a9c9f7 upstream: sshsig: lightweight signature and verification ability by djm@openbsd.org · 5 years ago
  41. 5485f8d upstream: move authorized_keys option parsing helpsers to misc.c by djm@openbsd.org · 5 years ago
  42. f8df041 upstream: make get_sigtype public as sshkey_get_sigtype(); ok by djm@openbsd.org · 5 years ago
  43. dd8002f upstream: move advance_past_options to authfile.c and make it by djm@openbsd.org · 5 years ago
  44. c72d78c upstream: move skip_space() to misc.c and make it public; ok by djm@openbsd.org · 5 years ago
  45. 06af358 upstream: authfd: add function to check if key is in agent by djm@openbsd.org · 5 years ago
  46. 2ab5a84 upstream: fix memleak in ssh_free_identitylist(); ok markus@ by djm@openbsd.org · 5 years ago
  47. 85443f1 upstream: factor out confirm_overwrite(); ok markus@ by djm@openbsd.org · 5 years ago
  48. 9a396e3 upstream: constify an argument by djm@openbsd.org · 5 years ago
  49. b52c0c2 upstream: downgrade PKCS#11 "provider returned no slots" warning by djm@openbsd.org · 5 years ago
  50. 0713322 upstream: print comment when printing pubkey from private by djm@openbsd.org · 5 years ago
  51. 368f1cc fixed test in OSX closefrom() replacement by Damien Miller · 5 years ago
  52. 6b7c534 retain Solaris PRIV_FILE_LINK_ANY in sftp-server by Damien Miller · 5 years ago
  53. e50f808 upstream: Use ed25519 for most hostkey rotation tests since it's by dtucker@openbsd.org · 5 years ago
  54. 5e4796c upstream: Test did not compile due to missing symbols. Add source by bluhm@openbsd.org · 5 years ago
  55. e0e7e3d tweak warning flags by Damien Miller · 5 years ago
  56. 2874418 proc_pidinfo()-based closefrom() for OS X by Damien Miller · 5 years ago
  57. dc2ca58 upstream: Call comma-separated lists as such to clarify semantics by kn@openbsd.org · 5 years ago
  58. c4736f3 upstream: include sshbuf-misc.c in SRCS_BASE by djm@openbsd.org · 5 years ago
  59. d0e5181 Fix pasto in fallback code. by Darren Tucker · 5 years ago
  60. e83c989 use SC_ALLOW_ARG_MASK to limit mmap protections by Damien Miller · 5 years ago
  61. f6906f9 allow mprotect(2) with PROT_(READ|WRITE|NONE) only by Damien Miller · 5 years ago
  62. e3b6c96 upstream: switch percent_expand() to use sshbuf instead of a limited by djm@openbsd.org · 5 years ago
  63. 9ab5b94 upstream: produce a useful error message if the user's shell is set by djm@openbsd.org · 5 years ago
  64. 8fdbc72 upstream: Change description of TCPKeepAlive from "inactive" to by dtucker@openbsd.org · 5 years ago
  65. 7afc45c upstream: Allow the maximimum uint32 value for the argument passed to by dtucker@openbsd.org · 5 years ago
  66. c31e4f5 upstream: Many key types are supported now, so take care to check by naddy@openbsd.org · 5 years ago
  67. 6b39a7b upstream: Remove now-redundant perm_ok arg since by dtucker@openbsd.org · 5 years ago
  68. d46075b Fix mem leak in unit test. by Darren Tucker · 5 years ago
  69. c4ffb72 upstream: fix some memleaks in test_helper code by djm@openbsd.org · 5 years ago
  70. 6e76e69 upstream: typo; from Christian Hesse by djm@openbsd.org · 5 years ago
  71. 49fa065 upstream: let sshbuf_find/cmp take a void* for the by djm@openbsd.org · 5 years ago
  72. 7adf6c4 upstream: When using a combination of a Yubikey+GnuPG+remote by mestre@openbsd.org · 5 years ago
  73. 0e2fe18 upstream: Fix typo in CASignatureAlgorithms wherein what should be by dtucker@openbsd.org · 5 years ago
  74. e93ffd1 Report success of individual tests as well as all. by Darren Tucker · 5 years ago
  75. 2ad5b36 convert to UTF-8; from Mike Frysinger by Damien Miller · 5 years ago
  76. d31e7c9 upstream: Restrict limit-keytype to types supported by build. This by dtucker@openbsd.org · 5 years ago
  77. 0967a23 Remove override disabling DH-GEX. by Darren Tucker · 5 years ago
  78. 061407e upstream: Only use supported key types during KRL test, preferring by dtucker@openbsd.org · 5 years ago
  79. 47f8ff1 upstream: Switch keys-command test from rsa to ed25519 since it's by dtucker@openbsd.org · 5 years ago
  80. 1e94afd upstream: Make certificate tests work with the supported key by dtucker@openbsd.org · 5 years ago
  81. 26bf693 upstream: Construct list of key types to test based on the types by dtucker@openbsd.org · 5 years ago
  82. 773c55b upstream: Only use DSA key type in tests if binaries support it. by dtucker@openbsd.org · 5 years ago
  83. 159e987 Split test targets further. by Darren Tucker · 5 years ago
  84. 520d455 Add lib dependencies for regress binary targets. by Darren Tucker · 5 years ago
  85. 4e8d0dd Make "unit" a dependency of "test". by Darren Tucker · 5 years ago
  86. 4317b2a upstream rev 1.28: fix comment typo. by Darren Tucker · 5 years ago
  87. e0055af Split regress-binaries into two targets. by Darren Tucker · 5 years ago
  88. 7cdf9fd upstream: Skip DH group generation test if binaries don't support by dtucker@openbsd.org · 5 years ago
  89. 3a3eab8 upstream: Only test conversion of key types supported by the by dtucker@openbsd.org · 5 years ago
  90. 7e66b7d upstream: Only add ssh-dss to allowed key types if it's supported by dtucker@openbsd.org · 5 years ago
  91. fd0684b Remove sys/cdefs.h include. by Darren Tucker · 5 years ago
  92. 9634ffb Add headers to prevent warnings w/out OpenSSL. by Darren Tucker · 5 years ago
  93. 2ea6031 Include stdlib.h for free() and calloc(). by Darren Tucker · 5 years ago
  94. 11cba2a Re-apply portability changes to current sha2.{c,h}. by Darren Tucker · 5 years ago
  95. 0915959 Import current sha2.c and sha2.h from OpenBSD. by Darren Tucker · 5 years ago
  96. 2e6035b Rename valgrind "errors" to "failures". by Darren Tucker · 5 years ago
  97. e82c9bb Skip running sftp-chroot under Valgrind. by Darren Tucker · 5 years ago
  98. 41e22c2 upstream: Remove the sleeps and thus races from the forwarding by dtucker@openbsd.org · 5 years ago
  99. 0423043 upstream: Allow SLEEPTIME to be overridden. by dtucker@openbsd.org · 5 years ago
  100. d466b6a upstream: Move sleep time into a variable so that we can increase by dtucker@openbsd.org · 5 years ago