1. 33d454b Add function ssh_open_channel by WHR · 2 years, 7 months ago
  2. 085e25c Remove direct references of 'datafellows' from compat.c, sshconnect.c and sshconnect2.c by WHR · 2 years, 7 months ago
  3. db5c621 Store current SSH protocol version in the ssh object instead by WHR · 2 years, 7 months ago
  4. d379f77 Return error rather than exit(3) on authentication failure by WHR · 2 years, 7 months ago
  5. 9846b0d Support publickey authentication via ssh_userauth2 by WHR · 2 years, 7 months ago
  6. 7a5ba17 Fix incompatible prototype of 2 callback functions by WHR · 2 years, 7 months ago
  7. 1859b18 Add channels_api by WHR · 2 years, 7 months ago
  8. aa96b9e Don't override existing verify_host_key callback in ssh_kex2 by WHR · 2 years, 7 months ago
  9. c020d48 Don't initialize kex again in ssh_kex2 if it is already initialized by WHR · 2 years, 7 months ago
  10. 77f0df1 Pass the ssh state object to dispatch functions; apply some fixes and improvements to sshconnect.c and sshconnect2.c by WHR · 2 years, 7 months ago
  11. 244fbcb Adapt sshconnect.c, sshconnect1.c and sshconnect2.c into libssh.a; add 2 more error codes by WHR · 2 years, 7 months ago
  12. 42f9569 Merge branch 'V_7_3' into 'V_7_3_lib' by WHR · 2 years, 7 months ago
  13. 054844c Extract openssh-7.3p1.tar.gz by WHR · 2 years, 7 months ago
  14. 9295c18 upstream commit by djm@openbsd.org · 8 years ago V_7_3
  15. 2f5a4de upstream commit by dtucker@openbsd.org · 8 years ago
  16. 7e6d709 Explicitly test for broken strnvis. by Darren Tucker · 8 years ago
  17. 99522ba define _OPENBSD_SOURCE for reallocarray on NetBSD by Damien Miller · 8 years ago
  18. 3e1e076 KNF by Damien Miller · 8 years ago
  19. d99ee9c Linux auditing also needs packet.h by Damien Miller · 8 years ago
  20. 393bd38 fix auditing on Linux by Damien Miller · 8 years ago
  21. 80e766f crank version numbers by Damien Miller · 8 years ago
  22. b1a4787 upstream commit by djm@openbsd.org · 8 years ago
  23. 353766e Move Cygwin IPPORT_RESERVED overrride to defines.h by Darren Tucker · 8 years ago
  24. 368dd97 upstream commit by djm@openbsd.org · 8 years ago
  25. f00211e upstream commit by djm@openbsd.org · 8 years ago
  26. 83cbca6 upstream commit by dtucker@openbsd.org · 8 years ago
  27. 10358ab retry waitpid on EINTR failure by Damien Miller · 8 years ago
  28. da88a70 upstream commit by djm@openbsd.org · 8 years ago
  29. c36d91b upstream commit by djm@openbsd.org · 8 years ago
  30. 286f5a7 upstream commit by djm@openbsd.org · 8 years ago
  31. fcd135c upstream commit by dtucker@openbsd.org · 8 years ago
  32. 324583e upstream commit by naddy@openbsd.org · 8 years ago
  33. 32d921c upstream commit by jmc@openbsd.org · 8 years ago
  34. d7eabc8 upstream commit by dtucker@openbsd.org · 8 years ago
  35. b98a2a8 upstream commit by markus@openbsd.org · 8 years ago
  36. dbf788b Search users for one with a valid salt. by Darren Tucker · 8 years ago
  37. e8b58f4 Explicitly specify source files for regress tools. by Darren Tucker · 8 years ago
  38. eac1bbd Conditionally include err.h. by Darren Tucker · 8 years ago
  39. 0a45414 Remove local implementation of err, errx. by Darren Tucker · 8 years ago
  40. eb999a4 upstream commit by djm@openbsd.org · 8 years ago
  41. c71ba79 Add dependency on libs for unit tests. by Darren Tucker · 8 years ago
  42. 8199d03 Correct location for kexfuzz in clean target. by Darren Tucker · 8 years ago
  43. 01558b7 Handle PAM_MAXTRIES from modules. by Darren Tucker · 8 years ago
  44. 65c6c6b upstream commit by djm@openbsd.org · 8 years ago
  45. e4eb7d9 upstream commit by jmc@openbsd.org · 8 years ago
  46. af1f084 upstream commit by dtucker@openbsd.org · 8 years ago
  47. bd5f2b7 missing openssl/dh.h by Damien Miller · 8 years ago
  48. 4a984fd cast to avoid type warning in error message by Damien Miller · 8 years ago
  49. 5abfb15 Move VA_COPY macro into compat header. by Darren Tucker · 8 years ago
  50. 832b744 disable ciphers not supported by OpenSSL by Damien Miller · 8 years ago
  51. 5fbe93f add a --disable-pkcs11 knob by Damien Miller · 8 years ago
  52. 679ce88 fix newline escaping for unsupported_algorithms by Damien Miller · 8 years ago
  53. ed877ef upstream commit by djm@openbsd.org · 8 years ago
  54. 5c02dd1 Map umac_ctx struct name too. by Darren Tucker · 8 years ago
  55. 283b97f Mitigate timing of disallowed users PAM logins. by Darren Tucker · 8 years ago
  56. 9286875 Determine appropriate salt for invalid users. by Darren Tucker · 8 years ago
  57. a162dd5 OpenSSL 1.1.x not currently supported. by Darren Tucker · 8 years ago
  58. 7df91b0 Check for VIS_ALL. by Darren Tucker · 8 years ago
  59. ee67716 upstream commit by dtucker@openbsd.org · 8 years ago
  60. 372807c upstream commit by tb@openbsd.org · 8 years ago
  61. e0453f3 upstream commit by tedu@openbsd.org · 8 years ago
  62. a233358 Add compat code for missing wcwidth. by Darren Tucker · 8 years ago
  63. 8aaec70 fix missing include for systems with err.h by Damien Miller · 8 years ago
  64. 6310ef2 Move err.h replacements into compat lib. by Darren Tucker · 8 years ago
  65. f3f2cc8 Check for wchar.h and langinfo.h by Darren Tucker · 8 years ago
  66. b9c5061 whitelist more architectures for seccomp-bpf by Damien Miller · 8 years ago
  67. 18813a3 upstream commit by guenther@openbsd.org · 8 years ago
  68. 6d31193 upstream commit by djm@openbsd.org · 8 years ago
  69. 71f5598 upstream commit by guenther@openbsd.org · 8 years ago
  70. e683fc6 upstream commit by dtucker@openbsd.org · 8 years ago
  71. 772e6ce upstream commit by jmc@openbsd.org · 8 years ago
  72. 46ecd19 upstream commit by djm@openbsd.org · 8 years ago
  73. 3147e75 upstream commit by djm@openbsd.org · 8 years ago
  74. ad23a75 upstream commit by jmc@openbsd.org · 8 years ago
  75. 5e28b1a upstream commit by djm@openbsd.org · 8 years ago
  76. b64faeb upstream commit by djm@openbsd.org · 8 years ago
  77. 9816fc5 upstream commit by dtucker@openbsd.org · 8 years ago
  78. b6cf84b upstream commit by jmc@openbsd.org · 8 years ago
  79. aa37768 get_remote_name_or_ip inside LOGIN_NEEDS_UTMPX by Darren Tucker · 8 years ago
  80. 009891a Remove duplicate code from PAM. ok djm@ by Darren Tucker · 8 years ago
  81. e690fe8 upstream commit by dtucker@openbsd.org · 8 years ago
  82. 57b4ee0 Move platform_disable_tracing into its own file. by Darren Tucker · 8 years ago
  83. 78dc8e3 Track skipped upstream commit IDs. by Darren Tucker · 8 years ago
  84. 9f919d1 Remove now-defunct .cvsignore files. ok djm by Darren Tucker · 8 years ago
  85. 68777fa upstream commit by dtucker@openbsd.org · 8 years ago
  86. a86ec4d Use Solaris setpflags(__PROC_PROTECT, ...). by Darren Tucker · 8 years ago
  87. 0f916d3 Shorten prctl code a tiny bit. by Darren Tucker · 8 years ago
  88. 0fb7f59 Move prctl PR_SET_DUMPABLE into platform.c. by Darren Tucker · 8 years ago
  89. e650889 upstream commit by dtucker@openbsd.org · 8 years ago
  90. ab0a536 upstream commit by dtucker@openbsd.org · 8 years ago
  91. a5577c1 upstream commit by schwarze@openbsd.org · 8 years ago
  92. 75f0844 upstream commit by schwarze@openbsd.org · 8 years ago
  93. 016881e upstream commit by schwarze@openbsd.org · 8 years ago
  94. d421902 upstream commit by dtucker@openbsd.org · 9 years ago
  95. 07d5608 upstream commit by djm@openbsd.org · 9 years ago
  96. 01cabf1 upstream commit by djm@openbsd.org · 9 years ago
  97. 6915f16 upstream commit by jmc@openbsd.org · 8 years ago
  98. 0cb2f4c upstream commit by dtucker@openbsd.org · 8 years ago
  99. 8543ff3 upstream commit by dtucker@openbsd.org · 8 years ago
  100. 6b87311 upstream commit by dtucker@openbsd.org · 8 years ago