1. 2aae149 upstream: undo debugging bits that shouldn't have been committed by djm@openbsd.org · 4 years, 10 months ago
  2. 3420e04 depend by Damien Miller · 4 years, 10 months ago
  3. b923a90 upstream: fix -Wshadow warning by djm@openbsd.org · 4 years, 10 months ago
  4. 9a14c64 upstream: Refactor signing - use sshkey_sign for everything, by djm@openbsd.org · 4 years, 10 months ago
  5. 07da39f upstream: ssh-agent support for U2F/FIDO keys by djm@openbsd.org · 4 years, 10 months ago
  6. eebec62 upstream: ssh AddKeysToAgent support for U2F/FIDO keys by djm@openbsd.org · 4 years, 10 months ago
  7. 486164d upstream: ssh-add support for U2F/FIDO keys by djm@openbsd.org · 4 years, 10 months ago
  8. b9dd14d upstream: add new agent key constraint for U2F/FIDO provider by djm@openbsd.org · 4 years, 10 months ago
  9. 884416b upstream: ssh client support for U2F/FIDO keys by djm@openbsd.org · 4 years, 10 months ago
  10. 01a0670 upstream: Separate myproposal.h userauth pubkey types by djm@openbsd.org · 4 years, 10 months ago
  11. 23f38c2 upstream: ssh-keygen support for generating U2F/FIDO keys by djm@openbsd.org · 4 years, 10 months ago
  12. ed3467c upstream: U2F/FIDO middleware interface by djm@openbsd.org · 4 years, 10 months ago
  13. 02bb076 upstream: Initial infrastructure for U2F/FIDO support by djm@openbsd.org · 4 years, 10 months ago
  14. 57ecc10 upstream: Protocol documentation for U2F/FIDO keys in OpenSSH by djm@openbsd.org · 4 years, 10 months ago
  15. f4fdcd2 Missing unit test files by Damien Miller · 4 years, 10 months ago
  16. 1bcd116 Add implementation of localtime_r. by Darren Tucker · 4 years, 10 months ago
  17. 2046ed1 upstream: Signal handler cleanup: remove leftover support for by dtucker@openbsd.org · 4 years, 10 months ago
  18. 70fc9a6 upstream: fixes from lucas; by jmc@openbsd.org · 4 years, 10 months ago
  19. 702368a upstream: Import regenerated moduli file. by dtucker@openbsd.org · 4 years, 10 months ago
  20. 5fe81da Fix ifdefs to not mask needed bits. by Darren Tucker · 4 years, 10 months ago
  21. 7694e9d Only use RLIMIT_NOFILE if it's defined. by Darren Tucker · 4 years, 10 months ago
  22. d561b0b Make sure we have struct statfs before using. by Darren Tucker · 4 years, 10 months ago
  23. 2912596 Define UINT32_MAX if needed. by Darren Tucker · 4 years, 10 months ago
  24. 7169e31 Move utimensat definition into timespec section. by Darren Tucker · 4 years, 10 months ago
  25. 850ec17 Wrap OpenSSL bits in WITH_OPENSSL. by Darren Tucker · 4 years, 10 months ago
  26. 6fc7e1c Wrap poll.h includes in HAVE_POLL_H. by Darren Tucker · 4 years, 10 months ago
  27. 9239a18 Add a function call stackprotector tests. by Darren Tucker · 4 years, 10 months ago
  28. b970539 Import regenerated moduli file. by Darren Tucker · 4 years, 10 months ago
  29. 76ed219 upstream: potential NULL dereference for revoked hostkeys; reported by djm@openbsd.org · 4 years, 11 months ago
  30. 6500c3b upstream: free buf before return; reported by krishnaiah bommu by djm@openbsd.org · 4 years, 11 months ago
  31. d7d116b upstream: memleak in error path; spotted by oss-fuzz, ok markus@ by djm@openbsd.org · 4 years, 11 months ago
  32. 9b9e3ca Re-add SA_RESTART to mysignal. by Darren Tucker · 4 years, 11 months ago
  33. 0bd312a Fix ifdef typo for declaration of memmem. by Darren Tucker · 5 years ago
  34. 01ce1cd Update README.md by Abhishek Arya · 5 years ago
  35. 1ba130a add a fuzzer for private key parsing by Damien Miller · 5 years ago
  36. cdf1d0a prepare for 8.1 release by Damien Miller · 5 years ago
  37. 3b4e56d upstream: openssh-8.1 by djm@openbsd.org · 5 years ago
  38. 29e0ecd upstream: fix an unreachable integer overflow similar to the XMSS by djm@openbsd.org · 5 years ago
  39. a546b17 upstream: fix integer overflow in XMSS private key parsing. by djm@openbsd.org · 5 years ago
  40. c2cc254 upstream: Correct type for end-of-list sentinel; fixes initializer by dtucker@openbsd.org · 5 years ago
  41. e827aed upstream: reversed test yielded incorrect debug message by djm@openbsd.org · 5 years ago
  42. 8ca491d depend by Damien Miller · 5 years ago
  43. 86a0323 Make MAKE_CLONE no-op macro more correct. by Darren Tucker · 5 years ago
  44. cfc1897 wrap stdint.h include in HAVE_STDINT_H by Damien Miller · 5 years ago
  45. 13b3369 avoid "return (value)" in void-declared function by Damien Miller · 5 years ago
  46. 0c7f8d2 Make DEF_WEAK more likely to be correct. by Darren Tucker · 5 years ago
  47. b1e79ea upstream: Instead of running sed over the whole log to remove CRs, by dtucker@openbsd.org · 5 years ago
  48. 8dc7d6b Enable specific ioctl call for EP11 crypto card (s390) by Eduardo Barretto · 7 years ago
  49. 07f2c7f upstream: fix memory leak in error path; bz#3074 patch from by djm@openbsd.org · 5 years ago
  50. b7fbc75 upstream: space by djm@openbsd.org · 5 years ago
  51. 643ab68 upstream: more sshsig regress tests: check key revocation, the by djm@openbsd.org · 5 years ago
  52. 714031a upstream: Check for gmtime failure in moduli generation. Based on by dtucker@openbsd.org · 5 years ago
  53. 6918974 upstream: use a more common options order in SYNOPSIS and sync by jmc@openbsd.org · 5 years ago
  54. feff96b upstream: thinko in previous; spotted by Mantas by djm@openbsd.org · 5 years ago
  55. b5a89ee upstream: make signature format match PROTOCO by djm@openbsd.org · 5 years ago
  56. dc6f81e upstream: ban empty namespace strings for s by djm@openbsd.org · 5 years ago
  57. fa5bd81 Put ssherr.h back as it's actually needed. by Darren Tucker · 5 years ago
  58. 3ef92a6 Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child. by Lonnie Abelbeck · 5 years ago
  59. edd1d3a remove duplicate #includes by Damien Miller · 5 years ago
  60. 13c508d typo in comment by Damien Miller · 5 years ago
  61. d0c3ac4 upstream: remove some duplicate #includes by djm@openbsd.org · 5 years ago
  62. 0846827 upstream: revert unconditional forced login implemented in r1.41 of by djm@openbsd.org · 5 years ago
  63. 6c91d42 upstream: group and sort single letter options; ok deraadt by jmc@openbsd.org · 5 years ago
  64. 3b44bf3 upstream: fix the DH-GEX text in -a; because this required a comma, by jmc@openbsd.org · 5 years ago
  65. 3e53ef2 upstream: identity_file[] should be PATH_MAX, not the arbitrary by deraadt@openbsd.org · 5 years ago
  66. 90d4b25 upstream: new sentence, new line; by jmc@openbsd.org · 5 years ago
  67. fbec7db Include stdio.h for snprintf. by Darren Tucker · 5 years ago
  68. 0a403bf Add SKIP_LTESTS for skipping specific tests. by Darren Tucker · 5 years ago
  69. 4d59f7a upstream: Test for empty result in expected bits. Remove CRs from log by dtucker@openbsd.org · 5 years ago
  70. 7c817d1 Re-enable dhgex test. by Darren Tucker · 5 years ago
  71. c1e0a32 Add more ToS bits, currently only used by netcat. by Darren Tucker · 5 years ago
  72. 5a273a3 Privsep is now required. by Darren Tucker · 5 years ago
  73. 8aa2aa3 upstream: Allow testing signature syntax and validity without verifying by djm@openbsd.org · 5 years ago
  74. 7047d5a upstream: clarify that IdentitiesOnly also applies to the default by djm@openbsd.org · 5 years ago
  75. b36ee3f upstream: Plug mem leaks on error paths, based in part on github by dtucker@openbsd.org · 5 years ago
  76. 2aefdf1 upstream: whitespace by djm@openbsd.org · 5 years ago
  77. fbe24b1 upstream: allow %n to be expanded in ProxyCommand strings by djm@openbsd.org · 5 years ago
  78. 2ce1d11 upstream: clarify that ConnectTimeout applies both to the TCP by djm@openbsd.org · 5 years ago
  79. df78011 upstream: Fix potential truncation warning. ok deraadt. by dtucker@openbsd.org · 5 years ago
  80. ec0e624 memleak of buffer in sshpam_query by Damien Miller · 5 years ago
  81. c17e463 explicitly test set[ug]id() return values by Damien Miller · 5 years ago
  82. 91a2135 upstream: Allow prepending a list of algorithms to the default set by naddy@openbsd.org · 5 years ago
  83. c8bdd2d upstream: key conversion should fail for !openssl builds, not fall by djm@openbsd.org · 5 years ago
  84. 823f6c3 upstream: typo in previous by djm@openbsd.org · 5 years ago
  85. 6a710d3 needs time.h for --without-openssl by Damien Miller · 5 years ago
  86. f61f29a make unittests pass for no-openssl case by Damien Miller · 5 years ago
  87. 105e1c9 upstream: avoid compiling certain files that deeply depend on by djm@openbsd.org · 5 years ago
  88. 670104b upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@ by djm@openbsd.org · 5 years ago
  89. be02d7c upstream: lots of things were relying on libcrypto headers to by djm@openbsd.org · 5 years ago
  90. d05aaaa upstream: remove leakmalloc reference; we used this early when by djm@openbsd.org · 5 years ago
  91. 1268f0b upstream: Check for RSA support before using it for the user key, by dtucker@openbsd.org · 5 years ago
  92. fd7a2de Provide explicit path to configure-check. by Darren Tucker · 5 years ago
  93. 00865c2 upstream: better error code for bad arguments; inspired by by djm@openbsd.org · 5 years ago
  94. afdf27f revert config.h/config.h.in freshness checks by Damien Miller · 5 years ago
  95. a97609e extend autoconf freshness test by Damien Miller · 5 years ago
  96. 182297c check that configure/config.h is up to date by Damien Miller · 5 years ago
  97. 7d6034b upstream: if a PKCS#11 token returns no keys then try to login and by djm@openbsd.org · 5 years ago
  98. 76f09bd upstream: sprinkle in some explicit errors here, otherwise the by djm@openbsd.org · 5 years ago
  99. 0ea3324 upstream: only send ext_info for KEX_INITIAL; bz#2929 ok dtucker by djm@openbsd.org · 5 years ago
  100. f23d91f upstream: macro fix; ok djm by jmc@openbsd.org · 5 years ago