1. 4488ae1 really add source for authopt_fuzz this time by Damien Miller · 6 years ago
  2. 9201784 remove accidentally checked-in authopt_fuzz binary by Damien Miller · 6 years ago
  3. 6bc5a24 fuzzer harness for authorized_keys option parsing by Damien Miller · 6 years ago
  4. 0aa1f23 allow SIGUSR1 as synonym for SIGINFO by Damien Miller · 6 years ago
  5. d64e785 add compat header by Damien Miller · 6 years ago
  6. a3fd807 upstream: missed a bit of openssl-1.0.x API in this unittest by djm@openbsd.org · 6 years ago
  7. 86e0a9f upstream: use only openssl-1.1.x API here too by djm@openbsd.org · 6 years ago
  8. 8611295 forgot to stage these test files in commit d70d061 by Damien Miller · 6 years ago
  9. d70d061 upstream: Include certs with multiple RSA signature variants in by djm@openbsd.org · 6 years ago
  10. f803b26 upstream: test revocation by explicit hash and by fingerprint by djm@openbsd.org · 6 years ago
  11. 2de78bc upstream: s/sshkey_demote/sshkey_from_private/g by djm@openbsd.org · 6 years ago
  12. 9617816 document some more regress control env variables by Damien Miller · 6 years ago
  13. 71508e0 shorten temporary SSH_REGRESS_TMP path by Damien Miller · 6 years ago
  14. 829fc28 Missing unistd.h for regress/mkdtemp.c by Damien Miller · 6 years ago
  15. 2f4766c upstream: The script that cooks up PuTTY format host keys does not by dtucker@openbsd.org · 6 years ago
  16. 149cab3 Include stdarg.h in mkdtemp for va_list. by Darren Tucker · 6 years ago
  17. c59aca8 Create control sockets in clean temp directories by Damien Miller · 6 years ago
  18. 2f131e1 upstream: memleak in unittest; found by valgrind by djm@openbsd.org · 6 years ago
  19. 7449c17 upstream: make this use ssh_proxy rather than starting/stopping a by djm@openbsd.org · 6 years ago
  20. dbab02f upstream: fix leaks in unit test; with this, all unit tests are by djm@openbsd.org · 6 years ago
  21. 2f6accf Enable leak checks for unit tests with valgrind by Damien Miller · 6 years ago
  22. e46cfbd increase timeout to match cfgmatch.sh by Damien Miller · 6 years ago
  23. fccfa23 VALGRIND_CHECK_LEAKS logic was backwards :( by Damien Miller · 6 years ago
  24. d20720d disable valgrind memleak checking by default by Damien Miller · 6 years ago
  25. 120a1ec Adapt portable to legacy buffer API removal by Damien Miller · 6 years ago
  26. 314908f upstream: deal with API rename: match_filter_list() => by djm@openbsd.org · 6 years ago
  27. 89f54cd upstream: exercise new expansion behaviour of by djm@openbsd.org · 6 years ago
  28. 187633f upstream: add a comment that could have saved me 45 minutes of wild by djm@openbsd.org · 6 years ago
  29. 303af58 upstream: some magic for RSA-SHA2 checks by djm@openbsd.org · 6 years ago
  30. 1eee79a upstream: One ampersand is enough to backgroud an process. OpenBSD by dtucker@openbsd.org · 6 years ago
  31. 80e199d upstream: test PermitListen with bare port numbers by djm@openbsd.org · 6 years ago
  32. 57379db upstream: test the correct configuration option name by djm@openbsd.org · 6 years ago
  33. 4319f7a upstream: permitlisten/PermitListen unit test from Markus by djm@openbsd.org · 6 years ago
  34. 392db2b upstream: regress test for PermitOpen by djm@openbsd.org · 6 years ago
  35. a1dcafc upstream: Adapt to extra default verboisity from ssh-keygen when by djm@openbsd.org · 6 years ago
  36. 76f314c upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failures by djm@openbsd.org · 6 years ago
  37. 065c8c0 upstream: Clean up comment. by dtucker@openbsd.org · 6 years ago
  38. 54268d5 fix key-options.sh on platforms without openpty(3) by Damien Miller · 6 years ago
  39. 907da2f upstream: more typos spotted by Karsten Weiss using codespell by djm@openbsd.org · 6 years ago
  40. 37e5f4a upstream: make this a bit more portable-friendly by djm@openbsd.org · 6 years ago
  41. 323f66c upstream: Add test for username options parsing order, prompted by by dtucker@openbsd.org · 6 years ago
  42. 4b7d8ac Remove authinfo.sh test dependency on printenv by Damien Miller · 6 years ago
  43. 3934360 Replace /dev/stdin with "-". by Darren Tucker · 6 years ago
  44. b5974de Provide $OBJ to paths in PuTTY interop tests. by Darren Tucker · 6 years ago
  45. dc31e79 upstream: Tell puttygen to use /dev/urandom instead of /dev/random. On by dtucker@openbsd.org · 6 years ago
  46. c6cb256 Save $? before case statement. by Darren Tucker · 6 years ago
  47. 4c4e7f7 upstream: rename recently-added "valid-before" key restriction to by djm@openbsd.org · 6 years ago
  48. 500396b upstream: check valid-before option in authorized_keys by djm@openbsd.org · 6 years ago
  49. a76b5d2 upstream: explicitly specify RSA/SHA-2 keytype here too by djm@openbsd.org · 6 years ago
  50. 3a43297 upstream: exlicitly include RSA/SHA-2 keytypes in by djm@openbsd.org · 6 years ago
  51. 7e4fadd upstream: for the pty control tests, just check that the PTY path by djm@openbsd.org · 7 years ago
  52. de1920d upstream: unit tests for new authorized_keys options API by djm@openbsd.org · 7 years ago
  53. dc3e92d upstream: fix testing of pty option, include positive test and by djm@openbsd.org · 7 years ago
  54. 3d1edd1 upstream: better testing for port-forwarding and restrict flags in by djm@openbsd.org · 7 years ago
  55. a8dd6fe space before tab in previous by Damien Miller · 7 years ago
  56. b5e9263 upstream: Replace fatal with exit in the case that we do not have by dtucker@openbsd.org · 7 years ago
  57. 73282b6 upstream: unbreak interop test after SSHv1 purge; patch from Colin by djm@openbsd.org · 7 years ago
  58. f8985dd upstream: Skip sftp-chroot test when SUDO not set instead of by dtucker@openbsd.org · 7 years ago
  59. df88551 upstream: Replace fatal with exit in the case that we do not have by dtucker@openbsd.org · 7 years ago
  60. 3b252c2 upstream: some helpers to check verbose/quiet mode by djm@openbsd.org · 7 years ago
  61. affa6ba Remove execute bit from modpipe.c. by Darren Tucker · 7 years ago
  62. 265d88d Remove remaining now-obsolete cvs $Ids. by Darren Tucker · 7 years ago
  63. aee49b2 Set SO_REUSEADDR in regression test netcat. by Darren Tucker · 7 years ago
  64. 4f29309 unbreak fuzz harness by Damien Miller · 7 years ago
  65. f6b50bf upstream commit by djm@openbsd.org · 7 years ago
  66. 5fb4fb5 upstream commit by djm@openbsd.org · 7 years ago
  67. e6c4134 upstream commit by djm@openbsd.org · 7 years ago
  68. c5a6cbd upstream commit by djm@openbsd.org · 7 years ago
  69. f689adb upstream commit by dtucker@openbsd.org · 7 years ago
  70. f2ad63c upstream commit by djm@openbsd.org@openbsd.org · 7 years ago
  71. c6415b1 upstream commit by djm@openbsd.org@openbsd.org · 7 years ago
  72. e4d4ddb upstream commit by millert@openbsd.org@openbsd.org · 7 years ago
  73. 116b1b4 upstream commit by millert@openbsd.org@openbsd.org · 7 years ago
  74. d27bff2 Fix missed RCSID merges by Damien Miller · 7 years ago
  75. d3b6aeb upstream commit by djm@openbsd.org · 7 years ago
  76. a667145 upstream commit by djm@openbsd.org · 7 years ago
  77. 609ecc8 upstream commit by dtucker@openbsd.org · 7 years ago
  78. 6a94812 upstream commit by markus@openbsd.org · 7 years ago
  79. 1b9f321 sync missing changes in dynamic-forward.sh by Damien Miller · 7 years ago
  80. 09eacf8 upstream commit by bluhm@openbsd.org · 7 years ago
  81. cdede10 upstream commit by dtucker@openbsd.org · 7 years ago
  82. ec218c1 upstream commit by dtucker@openbsd.org · 7 years ago
  83. 239c57d upstream commit by dtucker@openbsd.org · 7 years ago
  84. ec9d22c Fuzzer harnesses for sig verify and pubkey parsing by Damien Miller · 7 years ago
  85. c9cdef3 upstream commit by djm@openbsd.org · 7 years ago
  86. 1de5e47 upstream commit by djm@openbsd.org · 7 years ago
  87. 6bdf70f clean up regress files and add a .gitignore by Damien Miller · 7 years ago
  88. d757a4b upstream commit by djm@openbsd.org · 7 years ago
  89. effaf52 upstream commit by djm@openbsd.org · 7 years ago
  90. dd36932 upstream commit by djm@openbsd.org · 7 years ago
  91. 557f921 upstream commit by djm@openbsd.org · 7 years ago
  92. 9504ea6 Merge integrity.sh rev 1.22. by Darren Tucker · 7 years ago
  93. 06ec837 Id sync for integrity.sh rev 1.21 which pulls in some shell portability fixes by Darren Tucker · 7 years ago
  94. e0194b4 upstream commit by jsg@openbsd.org · 7 years ago
  95. 096fb65 upstream commit by djm@openbsd.org · 7 years ago
  96. 9165abf create test mux socket in /tmp by Damien Miller · 7 years ago
  97. 2fbf916 Include includes.h for compat bits. by Darren Tucker · 7 years ago
  98. b55f634 Wrap stdint.h in #ifdef HAVE_STDINT_H by Darren Tucker · 7 years ago
  99. b1b22dd Plumb conversion test into makefile. by Darren Tucker · 7 years ago
  100. f57783f upstream commit by dtucker@openbsd.org · 7 years ago