1. 9b655dc last bits of old packet API / active_state global by Damien Miller · 6 years ago
  2. 3f0786b remove PAM dependencies on old packet API by Damien Miller · 6 years ago
  3. 04c091f upstream: remove last references to active_state by djm@openbsd.org · 6 years ago
  4. ec00f91 upstream: convert monitor.c to new packet API by djm@openbsd.org · 6 years ago
  5. 3a00a92 upstream: convert auth.c to new packet API by djm@openbsd.org · 6 years ago
  6. 0fa174e upstream: begin landing remaining refactoring of packet parsing by djm@openbsd.org · 6 years ago
  7. e76135e upstream: fix bug in HostbasedAcceptedKeyTypes and by djm@openbsd.org · 6 years ago
  8. 48f54b9 adapt -portable to OpenSSL 1.1x API by Damien Miller · 6 years ago
  9. 482d23b upstream: hold our collective noses and use the openssl-1.1.x API in by djm@openbsd.org · 6 years ago
  10. 87f08be Remove support for S/Key by Damien Miller · 6 years ago
  11. 6ad8648 upstream: remove unused zlib.h by djm@openbsd.org · 6 years ago
  12. 5467fbc upstream: remove legacy key emulation layer; ok djm@ by markus@openbsd.org · 6 years ago
  13. 380320b Supply some more missing "int r" in skey by Darren Tucker · 6 years ago
  14. 79c9d35 Supply missing "int r" in skey code. by Darren Tucker · 6 years ago
  15. 120a1ec Adapt portable to legacy buffer API removal by Damien Miller · 6 years ago
  16. 0f3958c upstream: kerberos/gssapi fixes for buffer removal by djm@openbsd.org · 6 years ago
  17. 235c7c4 upstream: sshd: switch monitor to sshbuf API; lots of help & ok by markus@openbsd.org · 6 years ago
  18. c7d39ac upstream: sshd: switch authentication to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  19. 2808d18 upstream: sshd: switch loginmsg to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  20. 7c85685 upstream: switch over to the new authorized_keys options API and by djm@openbsd.org · 7 years ago
  21. 3484380 upstream commit by tb@openbsd.org · 7 years ago
  22. 14b5c63 upstream commit by djm@openbsd.org · 7 years ago
  23. d45d69f upstream commit by djm@openbsd.org · 7 years ago
  24. 04c7e28 upstream commit by djm@openbsd.org · 7 years ago
  25. dceabc7 upstream commit by djm@openbsd.org · 7 years ago
  26. 66bf74a upstream commit by djm@openbsd.org · 7 years ago
  27. dbee411 upstream commit by djm@openbsd.org · 7 years ago
  28. 8f57495 upstream commit by djm@openbsd.org · 7 years ago
  29. 8400860 upstream commit by markus@openbsd.org · 7 years ago
  30. 1e0cdf8 upstream commit by markus@openbsd.org · 7 years ago
  31. 00ed75c upstream commit by markus@openbsd.org · 7 years ago
  32. 54d90ac upstream commit by markus@openbsd.org · 7 years ago
  33. f1a1934 upstream commit by djm@openbsd.org · 8 years ago
  34. 0082fba upstream commit by djm@openbsd.org · 8 years ago
  35. b33ad6d upstream commit by djm@openbsd.org · 8 years ago
  36. 775f8a2 tighten PAM monitor calls by Damien Miller · 8 years ago
  37. 7fd0ea8 upstream commit by djm@openbsd.org · 8 years ago
  38. b38b95f Tighten monitor state-machine flow for PAM calls by Damien Miller · 8 years ago
  39. 83b5818 upstream commit by djm@openbsd.org · 8 years ago
  40. 6cb6dcf upstream commit by markus@openbsd.org · 8 years ago
  41. c36d91b upstream commit by djm@openbsd.org · 8 years ago
  42. 01558b7 Handle PAM_MAXTRIES from modules. by Darren Tucker · 8 years ago
  43. 0e8eeec upstream commit by djm@openbsd.org · 8 years ago
  44. 1a31d02 upstream commit by djm@openbsd.org · 8 years ago
  45. 9576726 upstream commit by djm@openbsd.org · 8 years ago
  46. 24c9bde upstream commit by djm@openbsd.org · 9 years ago
  47. a306863 upstream commit by markus@openbsd.org · 9 years ago
  48. 76c9fbb upstream commit by markus@openbsd.org · 9 years ago
  49. ac94735 fix multiple authentication using S/Key w/ privsep by Damien Miller · 9 years ago
  50. 7d6c036 upstream commit by mmcc@openbsd.org · 9 years ago
  51. f54d8ac upstream commit by djm@openbsd.org · 9 years ago
  52. f3a3ea1 upstream commit by jsg@openbsd.org · 9 years ago
  53. e774e5e upstream commit by deraadt@openbsd.org · 9 years ago
  54. 5e75f51 set sshpam_ctxt to NULL after free by Damien Miller · 9 years ago
  55. d4697fe Don't resend username to PAM; it already has it. by Damien Miller · 9 years ago
  56. 9488538 upstream commit by djm@openbsd.org · 9 years ago
  57. 179be0f upstream commit by djm@openbsd.org · 9 years ago
  58. e661a86 upstream commit by djm@openbsd.org · 9 years ago
  59. 734226b upstream commit by djm@openbsd.org · 9 years ago
  60. 17d4d9d upstream commit by djm@openbsd.org · 9 years ago
  61. 9af2197 don't include stdint.h unless HAVE_STDINT_H set by Damien Miller · 10 years ago
  62. f2004cd Repair for non-ECC OpenSSL. by Darren Tucker · 10 years ago
  63. 44732de upstream commit by djm@openbsd.org · 10 years ago
  64. 773dda2 repair --without-openssl; broken in refactor by Damien Miller · 10 years ago
  65. 523463a upstream commit by djm@openbsd.org · 10 years ago
  66. 02db468 upstream commit by markus@openbsd.org · 10 years ago
  67. fd36834 upstream commit by millert@openbsd.org · 10 years ago
  68. 087266e upstream commit by deraadt@openbsd.org · 10 years ago
  69. 57d10cb upstream commit by markus@openbsd.org · 10 years ago
  70. 091c302 upstream commit by markus@openbsd.org · 10 years ago
  71. 141efe4 upstream commit by djm@openbsd.org · 10 years ago
  72. 1f729f0 upstream commit by djm@openbsd.org · 10 years ago
  73. f69b69b upstream commit by djm@openbsd.org · 10 years ago
  74. 146218a - (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth by Damien Miller · 10 years ago
  75. 7acefbb - millert@cvs.openbsd.org 2014/07/15 15:54:14 by Damien Miller · 10 years ago
  76. 8668706 - djm@cvs.openbsd.org 2014/06/24 01:13:21 by Damien Miller · 10 years ago
  77. c31a0cd - markus@cvs.openbsd.org 2014/05/03 17:20:34 by Damien Miller · 10 years ago
  78. 1f0311c - markus@cvs.openbsd.org 2014/04/29 18:01:49 by Damien Miller · 10 years ago
  79. a5103f4 - djm@cvs.openbsd.org 2014/02/02 03:44:32 by Damien Miller · 11 years ago
  80. 1d2c456 - tedu@cvs.openbsd.org 2014/01/31 16:39:19 by Damien Miller · 11 years ago
  81. 7cc194f - djm@cvs.openbsd.org 2014/01/29 06:18:35 by Damien Miller · 11 years ago
  82. 67a8800 - markus@cvs.openbsd.org 2013/11/04 11:51:16 by Damien Miller · 11 years ago
  83. c983197 - (djm) [Makefile.in monitor.c] Missed chunks of curve25519 KEX diff by Damien Miller · 11 years ago
  84. 85b45e0 - markus@cvs.openbsd.org 2013/07/19 07:37:48 by Damien Miller · 11 years ago
  85. 20bdcd7 - djm@cvs.openbsd.org 2013/06/21 00:34:49 by Damien Miller · 11 years ago
  86. f60845f - (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.c by Darren Tucker · 11 years ago
  87. 0acca37 - djm@cvs.openbsd.org 2013/05/19 02:42:42 by Darren Tucker · 11 years ago
  88. a627d42 - djm@cvs.openbsd.org 2013/05/17 00:13:13 by Darren Tucker · 11 years ago
  89. 5f96f3b - dtucker@cvs.openbsd.org 2013/05/16 04:09:14 by Darren Tucker · 11 years ago
  90. 91a55f2 - markus@cvs.openbsd.org 2013/03/07 19:27:25 by Damien Miller · 11 years ago
  91. 4ce189d - djm@cvs.openbsd.org 2013/03/07 00:19:59 by Damien Miller · 11 years ago
  92. 6332da2 - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support by Damien Miller · 11 years ago
  93. 6a1937e - markus@cvs.openbsd.org 2012/12/11 22:16:21 by Damien Miller · 12 years ago
  94. 15b05cf - djm@cvs.openbsd.org 2012/12/02 20:34:10 by Damien Miller · 12 years ago
  95. a6e3f01 - djm@cvs.openbsd.org 2012/11/04 11:09:15 by Damien Miller · 12 years ago
  96. 5f58a87 - dtucker@cvs.openbsd.org 2012/06/22 12:30:26 by Damien Miller · 12 years ago
  97. a2876db - djm@cvs.openbsd.org 2012/01/05 00:16:56 by Damien Miller · 13 years ago
  98. 7741ce8 - djm@cvs.openbsd.org 2011/06/23 23:35:42 by Damien Miller · 13 years ago
  99. 8f0bf23 - djm@cvs.openbsd.org 2011/06/17 21:44:31 by Damien Miller · 13 years ago
  100. dd9e038 Remove the !HAVE_SOCKETPAIR case. We use socketpair unconditionally in other by Darren Tucker · 13 years ago