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