1. 4d3b2f3 missing headers by Damien Miller · 6 years ago
  2. 3f420a6 Remove key.h from portable files too. by Darren Tucker · 6 years ago
  3. e2c4af3 upstream: remove prototype to long-gone function by djm@openbsd.org · 6 years ago
  4. 394a842 upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@ by markus@openbsd.org · 6 years ago
  5. 5467fbc upstream: remove legacy key emulation layer; ok djm@ by markus@openbsd.org · 6 years ago
  6. 5dc4c59 upstream: s/wuth/with/ in comment by martijn@openbsd.org · 6 years ago
  7. 1c68880 Include stdlib.h for declaration of free. by Darren Tucker · 6 years ago
  8. fccfa23 VALGRIND_CHECK_LEAKS logic was backwards :( by Damien Miller · 6 years ago
  9. 416287d Fix sshbuf_new error path in skey. by Darren Tucker · 6 years ago
  10. 7aab109 Supply missing third arg in skey. by Darren Tucker · 6 years ago
  11. 380320b Supply some more missing "int r" in skey by Darren Tucker · 6 years ago
  12. d20720d disable valgrind memleak checking by default by Damien Miller · 6 years ago
  13. 79c9d35 Supply missing "int r" in skey code. by Darren Tucker · 6 years ago
  14. 984bacf upstream: re-remove some pre-auth compression bits by sf@openbsd.org · 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. c74ae8e upstream: buffer.[ch] and bufaux.c are no more by djm@openbsd.org · 6 years ago
  18. a881e5a upstream: one mention of Buffer that almost got away :) by djm@openbsd.org · 6 years ago
  19. 49f47e6 upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@ by markus@openbsd.org · 6 years ago
  20. cb30cd4 upstream: remove legacy buffer API emulation layer; ok djm@ by markus@openbsd.org · 6 years ago
  21. 235c7c4 upstream: sshd: switch monitor to sshbuf API; lots of help & ok by markus@openbsd.org · 6 years ago
  22. b8d9214 upstream: sshd: switch GSSAPI to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  23. c7d39ac upstream: sshd: switch authentication to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  24. c3cb779 upstream: sshd: switch config to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  25. 2808d18 upstream: sshd: switch loginmsg to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  26. 89dd615 upstream: ttymodes: switch to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  27. f4608a7 upstream: client: switch mux to sshbuf API; with & ok djm@ by markus@openbsd.org · 6 years ago
  28. cecee2d upstream: client: switch to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  29. ff55f4a upstream: pkcs11: switch to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  30. 168b46f upstream: Revert previous two commits by sf@openbsd.org · 6 years ago
  31. ab39267 upstream: Rename COMP_DELAYED to COMP_ZLIB by sf@openbsd.org · 6 years ago
  32. 95db395 upstream: Remove leftovers from pre-authentication compression by sf@openbsd.org · 6 years ago
  33. f28a4d5 upstream: Remove unused ssh_packet_start_compression() by sf@openbsd.org · 6 years ago
  34. 872517d Defer setting bufsiz in getdelim. by Darren Tucker · 6 years ago
  35. 3deb56f Fix other callers of read_environment_file. by Darren Tucker · 6 years ago
  36. 314908f upstream: deal with API rename: match_filter_list() => by djm@openbsd.org · 6 years ago
  37. 89f54cd upstream: exercise new expansion behaviour of by djm@openbsd.org · 6 years ago
  38. 187633f upstream: add a comment that could have saved me 45 minutes of wild by djm@openbsd.org · 6 years ago
  39. 312d2f2 upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSA by djm@openbsd.org · 6 years ago
  40. 303af58 upstream: some magic for RSA-SHA2 checks by djm@openbsd.org · 6 years ago
  41. 7d68e26 depend by Damien Miller · 6 years ago
  42. b4d4eda upstream: some finesse to fix RSA-SHA2 certificate authentication by djm@openbsd.org · 6 years ago
  43. d78b75d upstream: check correct variable; unbreak agent keys by djm@openbsd.org · 6 years ago
  44. 2f30300 upstream: crank version number to 7.8; needed for new compat flag by djm@openbsd.org · 6 years ago
  45. 4ba0d54 upstream: Improve strictness and control over RSA-SHA2 signature by djm@openbsd.org · 6 years ago
  46. 95344c2 upstream: allow sshd_config PermitUserEnvironment to accept a by djm@openbsd.org · 6 years ago
  47. 6f56fe4 upstream: Fix "WARNING: line 6 disappeared in /etc/moduli, giving up" by millert@openbsd.org · 6 years ago
  48. 1eee79a upstream: One ampersand is enough to backgroud an process. OpenBSD by dtucker@openbsd.org · 6 years ago
  49. 6301e6c Add implementation of getline. by Darren Tucker · 6 years ago
  50. 84623e0 upstream: whitespace by djm@openbsd.org · 6 years ago
  51. 90e51d6 upstream: fix NULL dereference in open_listen_match_tcpip() by djm@openbsd.org · 6 years ago
  52. f535ff9 upstream: spelling; by jmc@openbsd.org · 6 years ago
  53. 80e199d upstream: test PermitListen with bare port numbers by djm@openbsd.org · 6 years ago
  54. 87ddd67 upstream: allow bare port numbers to appear in PermitListen directives, by djm@openbsd.org · 6 years ago
  55. 26f96ca upstream: invalidate supplemental group cache used by by djm@openbsd.org · 6 years ago
  56. 89a85d7 upstream: unbreak SendEnv; patch from tb@ by djm@openbsd.org · 6 years ago
  57. acf4260 upstream: sort previous; by jmc@openbsd.org · 6 years ago
  58. 1678d42 upstream: slightly better wording re handing of $TERM, from Jakub by djm@openbsd.org · 6 years ago
  59. 2801375 upstream: add a SetEnv directive for sshd_config to allow an by djm@openbsd.org · 6 years ago
  60. 7082bb5 upstream: add a SetEnv directive to ssh_config that allows setting by djm@openbsd.org · 6 years ago
  61. 3b9798b upstream: reorder child environment preparation so that variables by djm@openbsd.org · 6 years ago
  62. 0368889 upstream: fix incorrect expansion of %i in by djm@openbsd.org · 6 years ago
  63. 027607f upstream: fix some over-long lines and __func__ up some debug by djm@openbsd.org · 6 years ago
  64. 6ff6fda upstream: tweak previous; by jmc@openbsd.org · 6 years ago
  65. f2c06ab Remove ability to override $LD. by Darren Tucker · 6 years ago
  66. e1542a8 Better detection of unsupported compiler options. by Darren Tucker · 6 years ago
  67. 57379db upstream: test the correct configuration option name by djm@openbsd.org · 6 years ago
  68. 6d41815 upstream: some permitlisten fixes from markus@ that I missed in my by djm@openbsd.org · 6 years ago
  69. 4319f7a upstream: permitlisten/PermitListen unit test from Markus by djm@openbsd.org · 6 years ago
  70. fa09076 upstream: fix regression caused by recent permitlisten option commit: by djm@openbsd.org · 6 years ago
  71. 7f90635 upstream: switch config file parsing to getline(3) as this avoids by markus@openbsd.org · 6 years ago
  72. 392db2b upstream: regress test for PermitOpen by djm@openbsd.org · 6 years ago
  73. 803d896 upstream: man bits for permitlisten authorized_keys option by djm@openbsd.org · 6 years ago
  74. 04df432 upstream: man bits for PermitListen by djm@openbsd.org · 6 years ago
  75. 93c06ab upstream: permitlisten option for authorized_keys; ok markus@ by djm@openbsd.org · 6 years ago
  76. 115063a upstream: Add a PermitListen directive to control which server-side by djm@openbsd.org · 6 years ago
  77. 7703ae5 Use ssh-keygen -A to generate missing host keys. by Darren Tucker · 6 years ago
  78. e8d59fe upstream: add missing punctuation after %i in ssh_config.5, and by jmc@openbsd.org · 6 years ago
  79. a1f737d upstream: oops - further adjustment to text neccessary; by jmc@openbsd.org · 6 years ago
  80. 2940284 upstream: %U needs to be escaped; tweak text; by jmc@openbsd.org · 6 years ago
  81. e5019da upstream: Apply umask to all incoming files and directories not by dtucker@openbsd.org · 6 years ago
  82. a1dcafc upstream: Adapt to extra default verboisity from ssh-keygen when by djm@openbsd.org · 6 years ago
  83. 76f314c upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failures by djm@openbsd.org · 6 years ago
  84. 065c8c0 upstream: Clean up comment. by dtucker@openbsd.org · 6 years ago
  85. 01b048c upstream: whitespace by djm@openbsd.org · 6 years ago
  86. 854ae20 upstream: make ssh_remote_ipaddr() capable of being called after by djm@openbsd.org · 6 years ago
  87. 3e088aa upstream: return correct exit code when searching for and hashing by djm@openbsd.org · 6 years ago
  88. 9c935dd upstream: make UID available as a %-expansion everywhere that the by djm@openbsd.org · 6 years ago
  89. d8748b9 upstream: prefer argv0 to "ssh" when re-executing ssh for ProxyJump by djm@openbsd.org · 6 years ago
  90. fbb4b5f upstream: Do not ban PTY allocation when a sshd session is restricted by djm@openbsd.org · 6 years ago
  91. f6a59a2 upstream: Fix return value confusion in several functions (readdir, by djm@openbsd.org · 6 years ago
  92. 1da5934 upstream: If select() fails in ssh_packet_read_seqnr go directly to by dtucker@openbsd.org · 6 years ago
  93. 4ef7592 Permit getuid()/geteuid() syscalls. by Damien Miller · 6 years ago
  94. 4b22fd8 upstream: support ProxyJump=none to disable ProxyJump by djm@openbsd.org · 6 years ago
  95. f41bcd7 upstream: correct keyowrd name (permitemptypasswords); from brendan by jmc@openbsd.org · 6 years ago
  96. f18bc97 upstream: Emphasise that -w implicitly sets Tunnel=point-to-point by djm@openbsd.org · 6 years ago
  97. 32e4e94 sync fmt_scaled.c by Damien Miller · 6 years ago
  98. 54268d5 fix key-options.sh on platforms without openpty(3) by Damien Miller · 6 years ago
  99. b2140a7 upstream: implement EMFILE mitigation for ssh-agent: remember the by djm@openbsd.org · 6 years ago
  100. fdba503 upstream: Explicit cast when snprintf'ing an uint64. Prevents by dtucker@openbsd.org · 6 years ago