1. 25e3bcc upstream: Check for user@host when parsing sftp target. This by dtucker@openbsd.org · 5 years ago
  2. 0323d9b upstream: Replace calls to ssh_malloc_init() by a static init of by otto@openbsd.org · 5 years ago
  3. c586d2d upstream: fix ssh-keysign fd handling problem introduced in r1.304 by djm@openbsd.org · 5 years ago
  4. 410b231 upstream: Make the standard output messages of both methods of by lum@openbsd.org · 5 years ago
  5. 2b3402d Always clean up before and after utimensat test. by Darren Tucker · 5 years ago
  6. 1828981 Update utimensat test. by Darren Tucker · 5 years ago
  7. d220b67 Have pthread_create return errno on failure. by Darren Tucker · 5 years ago
  8. 1bd4f7f pthread_create(3) returns positive values on failure. by Elliott Hughes · 5 years ago
  9. b3a77b2 allow s390 specific ioctl for ecc hardware support by Harald Freudenberger · 5 years ago
  10. 2459df9 openssl-devel is obsoleted by libssl-devel by Sorin Adrian Savu · 5 years ago
  11. 85ceb0e upstream: tweak previous; by jmc@openbsd.org · 5 years ago
  12. 3061529 upstream: embiggen format buffer size for certificate serial number so by djm@openbsd.org · 5 years ago
  13. 476e355 upstream: When signing certificates with an RSA key, default to by djm@openbsd.org · 5 years ago
  14. 606077e Add no-op implementation of pam_putenv. by Darren Tucker · 5 years ago
  15. 1ac98be Use the correct macro for SSH_ALLOWED_CA_SIGALGS. by Darren Tucker · 5 years ago
  16. 97370f6 Fix building w/out ECC. by Darren Tucker · 5 years ago
  17. 633703b Conditionalize ECDH methods in CA algos. by Darren Tucker · 5 years ago
  18. 5c8d14c upstream: Move a variable declaration to the block where it's used by dtucker@openbsd.org · 5 years ago
  19. a1d29cc upstream: When doing the fork+exec'ing for ssh-keysign, rearrange by deraadt@openbsd.org · 5 years ago
  20. db7606d upstream: Delete some .Sx macros that were used in a wrong way. by schwarze@openbsd.org · 5 years ago
  21. cb4accb upstream: For PermitOpen violations add the remote host and port to by florian@openbsd.org · 5 years ago
  22. cd16ace Add OpenSSL 1.1.1 to the supported list. by Darren Tucker · 5 years ago
  23. 6fd4aa2 Fix typo in man page formatter selector. by Darren Tucker · 5 years ago
  24. 285546b Use "doc" man page format if mandoc present. by Darren Tucker · 5 years ago
  25. 62dd706 upstream: Use the correct (according to POSIX) format for by dtucker@openbsd.org · 5 years ago
  26. 62be1ff upstream: Free channel objects on exit path. Patch from markus at by dtucker@openbsd.org · 5 years ago
  27. 1c554a5 upstream: Free host on exit path. Patch from markus at by dtucker@openbsd.org · 5 years ago
  28. 99043bd upstream: Wrap XMSS including in ifdef. Patch from markus at by dtucker@openbsd.org · 5 years ago
  29. 8fcfb77 upstream: Import regenerated moduli. by dtucker@openbsd.org · 5 years ago
  30. 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
  31. d7c6e38 upstream: Document new default RSA key size. From by dtucker@openbsd.org · 5 years ago
  32. e826bbc upstream: When running sshd -T, assume any attibute not provided by by dtucker@openbsd.org · 5 years ago
  33. 5696512 upstream: Remove crc32.{c,h} which were only used by the now-gone by dtucker@openbsd.org · 5 years ago
  34. 34e87fb Remove unused variables from RLIMIT_NOFILE test. by Darren Tucker · 5 years ago
  35. 35e82e6 Import regenerated moduli. by Darren Tucker · 5 years ago
  36. 5590f53 Whitespace resync w/OpenBSD. by Darren Tucker · 5 years ago
  37. b7b8334 Don't install duplicate STREAMS modules on Solaris by Darren Tucker · 5 years ago
  38. fd0fa13 makedepend by Damien Miller · 5 years ago
  39. 5de397a second thoughts: leave README in place by Damien Miller · 5 years ago
  40. 5d3127d Revert "rewrite README" by Damien Miller · 5 years ago
  41. 9444d82 rewrite README by Damien Miller · 5 years ago
  42. a924de0 update versions by Damien Miller · 5 years ago
  43. 312dcee upstream: openssh-8.0 by djm@openbsd.org · 5 years ago
  44. 885bc11 session: Do not use removed API by Damien Miller · 5 years ago
  45. 9d7b288 upstream: when logging/fataling on error, include a bit more detail by djm@openbsd.org · 5 years ago
  46. 79a87d3 Remove "struct ssh" from sys_auth_record_login. by Darren Tucker · 5 years ago
  47. 138c0d5 Adapt custom_failed_login to new prototype. by Darren Tucker · 5 years ago
  48. a0ca400 Add includes.h for compat layer. by Darren Tucker · 5 years ago
  49. 0099115 Stop USL compilers for erroring with "integral constant expression expected" by Tim Rice · 5 years ago
  50. 43f47eb Only use O_NOFOLLOW in fchownat and fchmodat if defined by Tim Rice · 5 years ago
  51. 342d6e5 Adjust softhsm2 path on Fedora Linux for regress by Jakub Jelen · 5 years ago
  52. f5abb05 Only use O_NOFOLLOW in utimensat if defined. by Darren Tucker · 5 years ago
  53. 786cd4c drop old Cygwin considerations by Corinna Vinschen · 5 years ago
  54. 21da87f upstream: fix interaction between ClientAliveInterval and RekeyLimit by djm@openbsd.org · 5 years ago
  55. 4f0019a upstream: Fix authentication failures when "AuthenticationMethods by djm@openbsd.org · 5 years ago
  56. d6e5def upstream: whitespace by djm@openbsd.org · 5 years ago
  57. 26e0cef upstream: Expand comment to document rationale for default key by dtucker@openbsd.org · 5 years ago
  58. f47269e upstream: Increase the default RSA key size to 3072 bits. Based on by dtucker@openbsd.org · 5 years ago
  59. 62949c5 upstream: full stop in the wrong place; by jmc@openbsd.org · 5 years ago
  60. 1b1332b upstream: benno helped me clean up the tcp forwarding section; by jmc@openbsd.org · 5 years ago
  61. 2aee9a4 upstream: fix use-after-free in ssh-pkcs11; found by hshoexer w/AFL by markus@openbsd.org · 5 years ago
  62. 9edbd78 Fix build when configured --without-openssl. by Darren Tucker · 5 years ago
  63. 825ab32 On Cygwin run sshd as SYSTEM where possible. by Darren Tucker · 5 years ago
  64. a212107 Replace alloca with xcalloc. by Darren Tucker · 5 years ago
  65. daa7505 Use Cygwin-specific matching only for users+groups. by Darren Tucker · 5 years ago
  66. fd10cf0 upstream: Move checks for lists of users or groups into their own by dtucker@openbsd.org · 5 years ago
  67. ab5fee8 upstream: Reset last-seen time when sending a keepalive. Prevents by dtucker@openbsd.org · 5 years ago
  68. c13b745 upstream: PKCS#11 support is no longer limited to RSA; ok benno@ by naddy@openbsd.org · 6 years ago
  69. e9552d6 upstream: in ssh_set_newkeys(), mention the direction that we're by djm@openbsd.org · 6 years ago
  70. 76a24b3 upstream: Fix two race conditions in sshd relating to SIGHUP: by djm@openbsd.org · 6 years ago
  71. de817e9 upstream: mention PKCS11Provide=none, reword a little and remove by djm@openbsd.org · 6 years ago
  72. 95a8058 upstream: let PKCS11Provider=none do what users expect by djm@openbsd.org · 6 years ago
  73. 8e7bac3 upstream: dup stdout/in for proxycommand=-, otherwise stdout might by markus@openbsd.org · 6 years ago
  74. 9b61130 upstream: openssh-7.9 accidentally reused the server's algorithm lists by djm@openbsd.org · 6 years ago
  75. 37638c7 Cygwin: implement case-insensitive Unicode user and group name matching by Corinna Vinschen · 6 years ago
  76. bed1d43 Revert unintended parts of previous commit. by Darren Tucker · 6 years ago
  77. f02afa3 Revert "[auth.c] On Cygwin, refuse usernames that have differences in case" by Corinna Vinschen · 6 years ago
  78. 4c55b67 Add tags to .gitignore by Corinna Vinschen · 6 years ago
  79. 625b626 upstream: perform removal of agent-forwarding directory in forward by djm@openbsd.org · 6 years ago
  80. d9ecfab upstream: sync the description of ~/.ssh/config with djm's updated by jmc@openbsd.org · 6 years ago
  81. 38e83e4 upstream: fix regression in r1.302 reported by naddy@ - only the first by djm@openbsd.org · 6 years ago
  82. 5c68ea8 upstream: cleanup GSSAPI authentication context after completion of the by djm@openbsd.org · 6 years ago
  83. a8c807f upstream: ssh-keygen -D pkcs11.so needs to initialize pkcs11 by benno@openbsd.org · 6 years ago
  84. 3d896c1 upstream: when checking that filenames sent by the server side by djm@openbsd.org · 6 years ago
  85. 318e4f8 upstream: syslog when connection is dropped for attempting to run a by djm@openbsd.org · 6 years ago
  86. 2ff2e19 don't set $MAIL if UsePam=yes by Damien Miller · 6 years ago
  87. 03e92dd use same close logic for stderr as stdout by Damien Miller · 6 years ago
  88. 8c53d40 upstream: Adapt code in the non-USE_PIPES codepath to the new packet by dtucker@openbsd.org · 6 years ago
  89. 7a7fdca upstream: fix NULL-deref crash in PKCS#11 code when attempting by djm@openbsd.org · 6 years ago
  90. cac302a upstream: Remove obsolete "Protocol" from commented out examples. Patch by dtucker@openbsd.org · 6 years ago
  91. 483b3b6 upstream: Save connection timeout and restore for 2nd and by dtucker@openbsd.org · 6 years ago
  92. 5f00462 upstream: Add authors for public domain sntrup4591761 code; by markus@openbsd.org · 6 years ago
  93. 2c21b75 upstream: add -T to usage(); by jmc@openbsd.org · 6 years ago
  94. 19a0f05 upstream: The test sshd_config in in $OBJ. by dtucker@openbsd.org · 6 years ago
  95. 8fe2544 upstream: Remove leftover debugging. by dtucker@openbsd.org · 6 years ago
  96. e30d323 upstream: Enable ssh-dss for the agent test. Disable it for the by dtucker@openbsd.org · 6 years ago
  97. ffdde46 upstream: Count the number of key types instead of assuming there by dtucker@openbsd.org · 6 years ago
  98. 1d05b4a Cygwin: only tweak sshd_config file if it's new, drop creating sshd user by Corinna Vinschen · 6 years ago
  99. 89843de Cygwin: Change service name to cygsshd by Corinna Vinschen · 6 years ago
  100. 2a9b3a2 upstream: Generate all key supported key types and enable for keyscan by dtucker@openbsd.org · 6 years ago