1. 2f2ffa4 upstream commit by dtucker@openbsd.org · 8 years ago
  2. e15e715 upstream commit by djm@openbsd.org · 8 years ago
  3. 9a70ec0 upstream commit by dtucker@openbsd.org · 8 years ago
  4. fe06b68 upstream commit by dtucker@openbsd.org · 8 years ago
  5. dcc7d74 upstream commit by dtucker@openbsd.org · 8 years ago
  6. b737e4d upstream commit by djm@openbsd.org · 8 years ago
  7. 08a1e70 upstream commit by djm@openbsd.org · 8 years ago
  8. 10e290e Get default of TEST_SSH_UTF8 from environment. by Darren Tucker · 8 years ago
  9. b9b8ba3 Remove commented-out includes. by Darren Tucker · 8 years ago
  10. 25275f1 Add prototype for strcasestr in compat library. by Darren Tucker · 8 years ago
  11. afec077 Add strcasestr to compat library. by Darren Tucker · 8 years ago
  12. dda78a0 Force Turkish locales back to C/POSIX; bz#2643 by Damien Miller · 8 years ago
  13. c359950 exit is in stdlib.h not unistd.h (that's _exit). by Darren Tucker · 8 years ago
  14. d399a8b Include <unistd.h> for exit in utf8 locale test. by Darren Tucker · 8 years ago
  15. 47b8c99 Check for utf8 local support before testing it. by Darren Tucker · 8 years ago
  16. 4089fc1 Use AC_PATH_TOOL for krb5-config. by Darren Tucker · 8 years ago
  17. b4867e0 upstream commit by djm@openbsd.org · 8 years ago
  18. c979278 Add a gnome-ssh-askpass3 target for GTK+3 version by Damien Miller · 8 years ago
  19. 7be85ae Make gnome-ssh-askpass2.c GTK+3-friendly by Damien Miller · 8 years ago
  20. b9844a4 upstream commit by djm@openbsd.org · 8 years ago
  21. f2398eb upstream commit by dtucker@openbsd.org · 8 years ago
  22. 85aa2ef upstream commit by djm@openbsd.org · 8 years ago
  23. 5d33313 upstream commit by jmc@openbsd.org · 8 years ago
  24. 786d599 upstream commit by djm@openbsd.org · 8 years ago
  25. 7844f35 upstream commit by djm@openbsd.org · 8 years ago
  26. fd6dcef upstream commit by djm@openbsd.org · 8 years ago
  27. 7fc4766 upstream commit by dtucker@openbsd.org · 8 years ago
  28. c9f880c factor out common PRNG reseed before privdrop by Damien Miller · 8 years ago
  29. 79e4829 upstream commit by dtucker@openbsd.org · 8 years ago
  30. 504c3a9 upstream commit by dtucker@openbsd.org · 8 years ago
  31. bd13017 upstream commit by dtucker@openbsd.org · 8 years ago
  32. 7da751d upstream commit by tb@openbsd.org · 8 years ago
  33. 36f58e6 upstream commit by tb@openbsd.org · 8 years ago
  34. b0899ee upstream commit by dtucker@openbsd.org · 8 years ago
  35. 54d0220 upstream commit by djm@openbsd.org · 8 years ago
  36. a9c7460 upstream commit by djm@openbsd.org · 8 years ago
  37. f0ddede upstream commit by markus@openbsd.org · 8 years ago
  38. 1a6f9d2 upstream commit by djm@openbsd.org · 8 years ago
  39. 010359b upstream commit by djm@openbsd.org · 8 years ago
  40. efb494e upstream commit by djm@openbsd.org · 8 years ago
  41. 5ee3fb5 Use ptrace(PT_DENY_ATTACH, ..) on OS X. by Darren Tucker · 8 years ago
  42. 315d2a4 Unbreak AES-CTR ciphers on old (~0.9.8) OpenSSL by Damien Miller · 8 years ago
  43. a9ff395 Move OPENSSL_NO_RIPEMD160 to compat. by Darren Tucker · 8 years ago
  44. bce5888 Check if RIPEMD160 is disabled in OpenSSL. by Darren Tucker · 8 years ago
  45. d924640 Skip ssh1 specfic ciphers. by Darren Tucker · 8 years ago
  46. 79d078e upstream commit by jsg@openbsd.org · 8 years ago
  47. a903e31 upstream commit by dtucker@openbsd.org · 8 years ago
  48. b4e96b4 Use !=NULL instead of >0 for getdefaultproj. by Darren Tucker · 8 years ago
  49. 1c4ef0b upstream commit by dtucker@openbsd.org · 8 years ago
  50. 0b9ee62 upstream commit by dtucker@openbsd.org · 8 years ago
  51. 09e6a7d Wrap stdint.h include in ifdef. by Darren Tucker · 8 years ago
  52. 08d9e95 Fix formatting. by Darren Tucker · 8 years ago
  53. 461f50e Update links to https. by Darren Tucker · 8 years ago
  54. dd4e721 Update host key generation examples. by Darren Tucker · 8 years ago
  55. 6d49ae8 Update links. by Darren Tucker · 8 years ago
  56. fe0d1ca Remote channels .orig and .rej files. by Darren Tucker · 8 years ago
  57. 246aa84 upstream commit by dtucker@openbsd.org · 8 years ago
  58. 2c6697c upstream commit by millert@openbsd.org · 8 years ago
  59. fd2a8f1 upstream commit by jmc@openbsd.org · 8 years ago
  60. 8f866d8 Import readpassphrase.c rev 1.26. by Darren Tucker · 8 years ago
  61. f901440 Import readpassphrase.c rev 1.25. by Darren Tucker · 8 years ago
  62. 032147b Move DEF_WEAK into defines.h. by Darren Tucker · 8 years ago
  63. e0259a8 Remove do_pam_set_tty which is dead code. by Darren Tucker · 8 years ago
  64. ca04de8 unbreak principals-command test by Damien Miller · 8 years ago
  65. 1723ec9 upstream commit by djm@openbsd.org · 8 years ago
  66. 09f9978 upstream commit by natano@openbsd.org · 8 years ago
  67. 3049a01 upstream commit by bluhm@openbsd.org · 8 years ago
  68. 39af7b4 upstream commit by djm@openbsd.org · 8 years ago
  69. ec165c3 upstream commit by markus@openbsd.org · 8 years ago
  70. 29d4031 Import rev 1.24 from OpenBSD. by Darren Tucker · 8 years ago
  71. 12069e5 Import rev 1.23 from OpenBSD. Fixes bz#2619. by Darren Tucker · 8 years ago
  72. 7508d83 If we don't have TCSASOFT, define it to zero. by Darren Tucker · 8 years ago
  73. aae4dbd upstream commit by jmc@openbsd.org · 8 years ago
  74. a571dbc upstream commit by djm@openbsd.org · 8 years ago
  75. 2f78a2a upstream commit by djm@openbsd.org · 8 years ago
  76. ca71c36 upstream commit by bluhm@openbsd.org · 8 years ago
  77. ce44c97 upstream commit by bluhm@openbsd.org · 8 years ago
  78. 8d05784 upstream commit by markus@openbsd.org · 8 years ago
  79. b768915 upstream commit by djm@openbsd.org · 8 years ago
  80. 4577ade upstream commit by djm@openbsd.org · 8 years ago
  81. 80d1c96 upstream commit by jmc@openbsd.org · 8 years ago
  82. 1cfd5c0 Remove portability support for mmap by Damien Miller · 8 years ago
  83. 0082fba upstream commit by djm@openbsd.org · 8 years ago
  84. 27c3a9c upstream commit by djm@openbsd.org · 8 years ago
  85. 8663e51 fix mdoc2man.awk formatting for top-level lists by Damien Miller · 8 years ago
  86. b97739d upstream commit by djm@openbsd.org · 8 years ago
  87. de6a175 upstream commit by jmc@openbsd.org · 8 years ago
  88. 16277fc upstream commit by djm@openbsd.org · 8 years ago
  89. 0493766 upstream commit by djm@openbsd.org · 8 years ago
  90. f31c654 upstream commit by dtucker@openbsd.org · 8 years ago
  91. 1622649 upstream commit by djm@openbsd.org · 8 years ago
  92. f83a0cf upstream commit by djm@openbsd.org · 8 years ago
  93. 5f63ab4 upstream commit by djm@openbsd.org · 8 years ago
  94. a5ad3a9 upstream commit by djm@openbsd.org · 8 years ago
  95. 119b7a2 upstream commit by djm@openbsd.org · 8 years ago
  96. bfa9d96 upstream commit by djm@openbsd.org · 8 years ago
  97. 920585b upstream commit by djm@openbsd.org · 8 years ago
  98. 0445ff1 upstream commit by djm@openbsd.org · 8 years ago
  99. 28652bc upstream commit by markus@openbsd.org · 8 years ago
  100. 4927108 upstream commit by natano@openbsd.org · 8 years ago