1. 62be1ff upstream: Free channel objects on exit path. Patch from markus at by dtucker@openbsd.org · 5 years ago
  2. 1c554a5 upstream: Free host on exit path. Patch from markus at by dtucker@openbsd.org · 5 years ago
  3. 99043bd upstream: Wrap XMSS including in ifdef. Patch from markus at by dtucker@openbsd.org · 5 years ago
  4. 8fcfb77 upstream: Import regenerated moduli. by dtucker@openbsd.org · 5 years ago
  5. 3a7db91 upstream: Use the LogLevel typdef instead of int where appropriate. Patch from Markus Schmidt via openssh-unix-dev, ok markus@ by dtucker@openbsd.org · 5 years ago
  6. d7c6e38 upstream: Document new default RSA key size. From by dtucker@openbsd.org · 5 years ago
  7. e826bbc upstream: When running sshd -T, assume any attibute not provided by by dtucker@openbsd.org · 5 years ago
  8. 5696512 upstream: Remove crc32.{c,h} which were only used by the now-gone by dtucker@openbsd.org · 5 years ago
  9. 34e87fb Remove unused variables from RLIMIT_NOFILE test. by Darren Tucker · 5 years ago
  10. 35e82e6 Import regenerated moduli. by Darren Tucker · 5 years ago
  11. 5590f53 Whitespace resync w/OpenBSD. by Darren Tucker · 5 years ago
  12. b7b8334 Don't install duplicate STREAMS modules on Solaris by Darren Tucker · 5 years ago
  13. fd0fa13 makedepend by Damien Miller · 5 years ago
  14. 5de397a second thoughts: leave README in place by Damien Miller · 6 years ago
  15. 5d3127d Revert "rewrite README" by Damien Miller · 6 years ago
  16. 9444d82 rewrite README by Damien Miller · 6 years ago
  17. a924de0 update versions by Damien Miller · 6 years ago
  18. 312dcee upstream: openssh-8.0 by djm@openbsd.org · 6 years ago
  19. 885bc11 session: Do not use removed API by Damien Miller · 6 years ago
  20. 9d7b288 upstream: when logging/fataling on error, include a bit more detail by djm@openbsd.org · 6 years ago
  21. 79a87d3 Remove "struct ssh" from sys_auth_record_login. by Darren Tucker · 6 years ago
  22. 138c0d5 Adapt custom_failed_login to new prototype. by Darren Tucker · 6 years ago
  23. a0ca400 Add includes.h for compat layer. by Darren Tucker · 6 years ago
  24. 0099115 Stop USL compilers for erroring with "integral constant expression expected" by Tim Rice · 6 years ago
  25. 43f47eb Only use O_NOFOLLOW in fchownat and fchmodat if defined by Tim Rice · 6 years ago
  26. 342d6e5 Adjust softhsm2 path on Fedora Linux for regress by Jakub Jelen · 6 years ago
  27. f5abb05 Only use O_NOFOLLOW in utimensat if defined. by Darren Tucker · 6 years ago
  28. 786cd4c drop old Cygwin considerations by Corinna Vinschen · 6 years ago
  29. 21da87f upstream: fix interaction between ClientAliveInterval and RekeyLimit by djm@openbsd.org · 6 years ago
  30. 4f0019a upstream: Fix authentication failures when "AuthenticationMethods by djm@openbsd.org · 6 years ago
  31. d6e5def upstream: whitespace by djm@openbsd.org · 6 years ago
  32. 26e0cef upstream: Expand comment to document rationale for default key by dtucker@openbsd.org · 6 years ago
  33. f47269e upstream: Increase the default RSA key size to 3072 bits. Based on by dtucker@openbsd.org · 6 years ago
  34. 62949c5 upstream: full stop in the wrong place; by jmc@openbsd.org · 6 years ago
  35. 1b1332b upstream: benno helped me clean up the tcp forwarding section; by jmc@openbsd.org · 6 years ago
  36. 2aee9a4 upstream: fix use-after-free in ssh-pkcs11; found by hshoexer w/AFL by markus@openbsd.org · 6 years ago
  37. 9edbd78 Fix build when configured --without-openssl. by Darren Tucker · 6 years ago
  38. 825ab32 On Cygwin run sshd as SYSTEM where possible. by Darren Tucker · 6 years ago
  39. a212107 Replace alloca with xcalloc. by Darren Tucker · 6 years ago
  40. daa7505 Use Cygwin-specific matching only for users+groups. by Darren Tucker · 6 years ago
  41. fd10cf0 upstream: Move checks for lists of users or groups into their own by dtucker@openbsd.org · 6 years ago
  42. ab5fee8 upstream: Reset last-seen time when sending a keepalive. Prevents by dtucker@openbsd.org · 6 years ago
  43. c13b745 upstream: PKCS#11 support is no longer limited to RSA; ok benno@ by naddy@openbsd.org · 6 years ago
  44. e9552d6 upstream: in ssh_set_newkeys(), mention the direction that we're by djm@openbsd.org · 6 years ago
  45. 76a24b3 upstream: Fix two race conditions in sshd relating to SIGHUP: by djm@openbsd.org · 6 years ago
  46. de817e9 upstream: mention PKCS11Provide=none, reword a little and remove by djm@openbsd.org · 6 years ago
  47. 95a8058 upstream: let PKCS11Provider=none do what users expect by djm@openbsd.org · 6 years ago
  48. 8e7bac3 upstream: dup stdout/in for proxycommand=-, otherwise stdout might by markus@openbsd.org · 6 years ago
  49. 9b61130 upstream: openssh-7.9 accidentally reused the server's algorithm lists by djm@openbsd.org · 6 years ago
  50. 37638c7 Cygwin: implement case-insensitive Unicode user and group name matching by Corinna Vinschen · 6 years ago
  51. bed1d43 Revert unintended parts of previous commit. by Darren Tucker · 6 years ago
  52. f02afa3 Revert "[auth.c] On Cygwin, refuse usernames that have differences in case" by Corinna Vinschen · 6 years ago
  53. 4c55b67 Add tags to .gitignore by Corinna Vinschen · 6 years ago
  54. 625b626 upstream: perform removal of agent-forwarding directory in forward by djm@openbsd.org · 6 years ago
  55. d9ecfab upstream: sync the description of ~/.ssh/config with djm's updated by jmc@openbsd.org · 6 years ago
  56. 38e83e4 upstream: fix regression in r1.302 reported by naddy@ - only the first by djm@openbsd.org · 6 years ago
  57. 5c68ea8 upstream: cleanup GSSAPI authentication context after completion of the by djm@openbsd.org · 6 years ago
  58. a8c807f upstream: ssh-keygen -D pkcs11.so needs to initialize pkcs11 by benno@openbsd.org · 6 years ago
  59. 3d896c1 upstream: when checking that filenames sent by the server side by djm@openbsd.org · 6 years ago
  60. 318e4f8 upstream: syslog when connection is dropped for attempting to run a by djm@openbsd.org · 6 years ago
  61. 2ff2e19 don't set $MAIL if UsePam=yes by Damien Miller · 6 years ago
  62. 03e92dd use same close logic for stderr as stdout by Damien Miller · 6 years ago
  63. 8c53d40 upstream: Adapt code in the non-USE_PIPES codepath to the new packet by dtucker@openbsd.org · 6 years ago
  64. 7a7fdca upstream: fix NULL-deref crash in PKCS#11 code when attempting by djm@openbsd.org · 6 years ago
  65. cac302a upstream: Remove obsolete "Protocol" from commented out examples. Patch by dtucker@openbsd.org · 6 years ago
  66. 483b3b6 upstream: Save connection timeout and restore for 2nd and by dtucker@openbsd.org · 6 years ago
  67. 5f00462 upstream: Add authors for public domain sntrup4591761 code; by markus@openbsd.org · 6 years ago
  68. 2c21b75 upstream: add -T to usage(); by jmc@openbsd.org · 6 years ago
  69. 19a0f05 upstream: The test sshd_config in in $OBJ. by dtucker@openbsd.org · 6 years ago
  70. 8fe2544 upstream: Remove leftover debugging. by dtucker@openbsd.org · 6 years ago
  71. e30d323 upstream: Enable ssh-dss for the agent test. Disable it for the by dtucker@openbsd.org · 6 years ago
  72. ffdde46 upstream: Count the number of key types instead of assuming there by dtucker@openbsd.org · 6 years ago
  73. 1d05b4a Cygwin: only tweak sshd_config file if it's new, drop creating sshd user by Corinna Vinschen · 6 years ago
  74. 89843de Cygwin: Change service name to cygsshd by Corinna Vinschen · 6 years ago
  75. 2a9b3a2 upstream: Generate all key supported key types and enable for keyscan by dtucker@openbsd.org · 6 years ago
  76. 391ffc4 upstream: check in scp client that filenames sent during by djm@openbsd.org · 6 years ago
  77. c2c18a3 upstream: make ssh-keyscan return a non-zero exit status if it by djm@openbsd.org · 6 years ago
  78. 05b9a46 upstream: Accept the host key fingerprint as a synonym for "yes" by dtucker@openbsd.org · 6 years ago
  79. bdc6c63 upstream: Have progressmeter force an update at the beginning and by dtucker@openbsd.org · 6 years ago
  80. 258e6ca upstream: Check for both EAGAIN and EWOULDBLOCK. This is a no-op by dtucker@openbsd.org · 6 years ago
  81. 281ce04 upstream: Always initialize 2nd arg to hpdelim2. It populates that by dtucker@openbsd.org · 6 years ago
  82. d05ea25 upstream: Remove support for obsolete host/port syntax. by dtucker@openbsd.org · 6 years ago
  83. 177d6c8 upstream: Remove duplicate word. bz#2958, patch from jjelen at by dtucker@openbsd.org · 6 years ago
  84. be3e6cb upstream: Remove 3 as a guess for possible generator during moduli by dtucker@openbsd.org · 6 years ago
  85. 8976f1c upstream: Sanitize scp filenames via snmprintf. To do this we move by dtucker@openbsd.org · 6 years ago
  86. 6249451 For broken read/readv comparisons, poll(RW). by Darren Tucker · 6 years ago
  87. 5cb503d Include unistd.h for strmode(). by Darren Tucker · 6 years ago
  88. f236ca2 Also undef SIMPLEQ_FOREACH_SAFE. by Darren Tucker · 6 years ago
  89. be06394 upstream: allow auto-incrementing certificate serial number for certs by djm@openbsd.org · 6 years ago
  90. 851f803 upstream: move a bunch of global flag variables to main(); make the by djm@openbsd.org · 6 years ago
  91. 2265402 depend by Damien Miller · 6 years ago
  92. 2c22387 upstream: switch mainloop from select(2) to poll(2); ok deraadt@ by djm@openbsd.org · 6 years ago
  93. bb956ea upstream: pass most arguments to the KEX hash functions as sshbuf by djm@openbsd.org · 6 years ago
  94. d691588 upstream: backoff reading messages from active connections when the by djm@openbsd.org · 6 years ago
  95. f99ef8d upstream: add -m to usage(); reminded by jmc@ by djm@openbsd.org · 6 years ago
  96. 41923ce upstream: Correct some bugs in PKCS#11 token PIN handling at by djm@openbsd.org · 6 years ago
  97. 2162171 upstream: Support keys that set the CKA_ALWAYS_AUTHENTICATE by by djm@openbsd.org · 6 years ago
  98. 7a2cb18 upstream: Mention that configuration for the destination host is by djm@openbsd.org · 6 years ago
  99. ecd2f33 upstream: Include -m in the synopsis for a few more commands that by djm@openbsd.org · 6 years ago
  100. ff5d2cf upstream: print the full pubkey being attempted at loglevel >= by djm@openbsd.org · 6 years ago