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