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