1. 49dc9fa upstream: close the "touch your security key" notifier on the error by djm@openbsd.org · 5 years ago
  2. 22a8271 upstream: correct function name in debug message by djm@openbsd.org · 5 years ago
  3. 018e290 upstream: follow existing askpass logic for security key notifier: by djm@openbsd.org · 5 years ago
  4. 575d004 upstream: remove debugging goop that snuck in to last commit by djm@openbsd.org · 5 years ago
  5. 63a5b24 don't fatal if libfido2 not found by Damien Miller · 5 years ago
  6. 129952a correct object dependency by Damien Miller · 5 years ago
  7. 6bff952 upstream: directly support U2F/FIDO2 security keys in OpenSSH by by djm@openbsd.org · 5 years ago
  8. 4f5e331 upstream: in order to be able to figure out the number of by markus@openbsd.org · 5 years ago
  9. dffd02e upstream: fix check for sig_s; noted by qsa at qualys.com by markus@openbsd.org · 5 years ago
  10. fc173ae upstream: When clients get denied by MaxStartups, send a by dtucker@openbsd.org · 5 years ago
  11. bf21992 upstream: fix shield/unshield for xmss keys: - in ssh-agent we need by markus@openbsd.org · 5 years ago
  12. 40598b8 upstream: remove size_t gl_pathc < 0 test, it is invalid. the by deraadt@openbsd.org · 5 years ago
  13. 72687c8 upstream: stdarg.h required more broadly; ok djm by deraadt@openbsd.org · 5 years ago
  14. 1e0b248 Put sshsk_sign call inside ifdef ENABLE_SK. by Darren Tucker · 5 years ago
  15. 546274a Remove duplicate __NR_clock_nanosleep by Darren Tucker · 5 years ago
  16. b1c82f4 seccomp: Allow clock_nanosleep() in sandbox. by Darren Tucker · 5 years ago
  17. 2b523d2 Include stdarg.h for va_list in xmalloc.h. by Darren Tucker · 5 years ago
  18. 245dcbd Put headers inside ifdef _AIX. by Darren Tucker · 5 years ago
  19. a4cc579 Fix comment in match_usergroup_pattern_list. by Darren Tucker · 5 years ago
  20. fccff33 upstream: allow an empty attestation certificate returned by a by djm@openbsd.org · 5 years ago
  21. e44bb61 upstream: security keys typically need to be tapped/touched in by djm@openbsd.org · 5 years ago
  22. 4671211 upstream: pass SSH_ASKPASS_PROMPT hint to y/n key confirm too by djm@openbsd.org · 5 years ago
  23. 5d1c159 upstream: dd API for performing one-shot notifications via tty or by djm@openbsd.org · 5 years ago
  24. 166927f upstream: add xvasprintf() by djm@openbsd.org · 5 years ago
  25. 782093e Remove leftover if statement from sync. by Darren Tucker · 5 years ago
  26. b556cc3 upstream: remove extra layer for ed25519 signature; ok djm@ by markus@openbsd.org · 5 years ago
  27. 3fcf69a upstream: check sig_r and sig_s for ssh-sk keys; ok djm by markus@openbsd.org · 5 years ago
  28. 2c55744 upstream: enable ed25519 support; ok djm by markus@openbsd.org · 5 years ago
  29. fd1a3b5 upstream: update sk-api to version 2 for ed25519 support; ok djm by markus@openbsd.org · 5 years ago
  30. 7c32b51 upstream: implement sshsk_ed25519_assemble(); ok djm by markus@openbsd.org · 5 years ago
  31. fe05a36 upstream: implement sshsk_ed25519_inner_sig(); ok djm by markus@openbsd.org · 5 years ago
  32. e03a29e upstream: rename sshsk_ecdsa_sign() to sshsk_sign(); ok djm by markus@openbsd.org · 5 years ago
  33. bc7b5d6 upstream: factor out sshsk_ecdsa_inner_sig(); ok djm@ by markus@openbsd.org · 5 years ago
  34. cef84a0 upstream: factor out sshsk_ecdsa_assemble(); ok djm@ by markus@openbsd.org · 5 years ago
  35. 7c096c4 upstream: implement ssh-ed25519-sk verification; ok djm@ by markus@openbsd.org · 5 years ago
  36. ba5fb02 ignore ssh-sk-helper by Damien Miller · 5 years ago
  37. 78c9649 upstream: skip demanding -fstack-protector-all on hppa. we never by deraadt@openbsd.org · 5 years ago
  38. aa1c9e3 upstream: duplicate 'x' character in getopt(3) optstring by djm@openbsd.org · 5 years ago
  39. aa4c640 upstream: Fill in missing man page bits for U2F security key support: by naddy@openbsd.org · 5 years ago
  40. b236b27 Put sftp-realpath in libssh.a by Darren Tucker · 5 years ago
  41. 382c18c statfs might be defined in sys/mount.h. by Darren Tucker · 5 years ago
  42. 03ffc09 Put stdint.h inside ifdef HAVE_STDINT_H. by Darren Tucker · 5 years ago
  43. 19cb64c Rebuild .depend. by Darren Tucker · 5 years ago
  44. 3611bfe Define __BSD_VISIBLE in fnmatch.h. by Darren Tucker · 5 years ago
  45. f5cc581 Only enable U2F if OpenSSL supports ECC. by Darren Tucker · 5 years ago
  46. ad38406 upstream: fix miscellaneous text problems; ok djm@ by naddy@openbsd.org · 5 years ago
  47. 9cac151 Add flags needed to build and work on Ultrix. by Darren Tucker · 5 years ago
  48. 0e3c5bc Hook up fnmatch for platforms that don't have it. by Darren Tucker · 5 years ago
  49. b56dbfd Add missing bracket in realpath macro. by Darren Tucker · 5 years ago
  50. 59ccb56 Import fnmatch.c from OpenBSD. by Darren Tucker · 5 years ago
  51. 79d46de Use sftp_realpath if no native realpath. by Darren Tucker · 5 years ago
  52. bb4f003 Configure flags for haiku from haikuports. by Darren Tucker · 5 years ago
  53. 4332b4f upstream: fix a race condition in the SIGCHILD handler that could turn by djm@openbsd.org · 5 years ago
  54. 03f9205 conditionalise SK sign/verify on ENABLE_SK by Damien Miller · 5 years ago
  55. 5eb7b95 Add prototype for localtime_r if needed. by Darren Tucker · 5 years ago
  56. d500b59 Check if IP_TOS is defined before using. by Darren Tucker · 5 years ago
  57. 764d51e autoconf pieces for U2F support by Damien Miller · 5 years ago
  58. 45f17a1 upstream: remove duplicate PUBKEY_DEFAULT_PK_ALG on !WITH_OPENSSL path by djm@openbsd.org · 5 years ago
  59. db8d13f upstream: more additional source files by djm@openbsd.org · 5 years ago
  60. f89c5df upstream: additional source files here too by djm@openbsd.org · 5 years ago
  61. 02275af upstream: additional source files here too by djm@openbsd.org · 5 years ago
  62. dfc8f01 upstream: adapt to extra sshkey_sign() argument and additional by djm@openbsd.org · 5 years ago
  63. afa59e2 upstream: skip security-key key types for tests until we have a by djm@openbsd.org · 5 years ago
  64. de871e4 upstream: sort; by jmc@openbsd.org · 5 years ago
  65. 2aae149 upstream: undo debugging bits that shouldn't have been committed by djm@openbsd.org · 5 years ago
  66. 3420e04 depend by Damien Miller · 5 years ago
  67. b923a90 upstream: fix -Wshadow warning by djm@openbsd.org · 5 years ago
  68. 9a14c64 upstream: Refactor signing - use sshkey_sign for everything, by djm@openbsd.org · 5 years ago
  69. 07da39f upstream: ssh-agent support for U2F/FIDO keys by djm@openbsd.org · 5 years ago
  70. eebec62 upstream: ssh AddKeysToAgent support for U2F/FIDO keys by djm@openbsd.org · 5 years ago
  71. 486164d upstream: ssh-add support for U2F/FIDO keys by djm@openbsd.org · 5 years ago
  72. b9dd14d upstream: add new agent key constraint for U2F/FIDO provider by djm@openbsd.org · 5 years ago
  73. 884416b upstream: ssh client support for U2F/FIDO keys by djm@openbsd.org · 5 years ago
  74. 01a0670 upstream: Separate myproposal.h userauth pubkey types by djm@openbsd.org · 5 years ago
  75. 23f38c2 upstream: ssh-keygen support for generating U2F/FIDO keys by djm@openbsd.org · 5 years ago
  76. ed3467c upstream: U2F/FIDO middleware interface by djm@openbsd.org · 5 years ago
  77. 02bb076 upstream: Initial infrastructure for U2F/FIDO support by djm@openbsd.org · 5 years ago
  78. 57ecc10 upstream: Protocol documentation for U2F/FIDO keys in OpenSSH by djm@openbsd.org · 5 years ago
  79. f4fdcd2 Missing unit test files by Damien Miller · 5 years ago
  80. 1bcd116 Add implementation of localtime_r. by Darren Tucker · 5 years ago
  81. 2046ed1 upstream: Signal handler cleanup: remove leftover support for by dtucker@openbsd.org · 5 years ago
  82. 70fc9a6 upstream: fixes from lucas; by jmc@openbsd.org · 5 years ago
  83. 702368a upstream: Import regenerated moduli file. by dtucker@openbsd.org · 5 years ago
  84. 5fe81da Fix ifdefs to not mask needed bits. by Darren Tucker · 5 years ago
  85. 7694e9d Only use RLIMIT_NOFILE if it's defined. by Darren Tucker · 5 years ago
  86. d561b0b Make sure we have struct statfs before using. by Darren Tucker · 5 years ago
  87. 2912596 Define UINT32_MAX if needed. by Darren Tucker · 5 years ago
  88. 7169e31 Move utimensat definition into timespec section. by Darren Tucker · 5 years ago
  89. 850ec17 Wrap OpenSSL bits in WITH_OPENSSL. by Darren Tucker · 5 years ago
  90. 6fc7e1c Wrap poll.h includes in HAVE_POLL_H. by Darren Tucker · 5 years ago
  91. 9239a18 Add a function call stackprotector tests. by Darren Tucker · 5 years ago
  92. b970539 Import regenerated moduli file. by Darren Tucker · 5 years ago
  93. 76ed219 upstream: potential NULL dereference for revoked hostkeys; reported by djm@openbsd.org · 5 years ago
  94. 6500c3b upstream: free buf before return; reported by krishnaiah bommu by djm@openbsd.org · 5 years ago
  95. d7d116b upstream: memleak in error path; spotted by oss-fuzz, ok markus@ by djm@openbsd.org · 5 years ago
  96. 9b9e3ca Re-add SA_RESTART to mysignal. by Darren Tucker · 5 years ago
  97. 0bd312a Fix ifdef typo for declaration of memmem. by Darren Tucker · 5 years ago
  98. 01ce1cd Update README.md by Abhishek Arya · 5 years ago
  99. 1ba130a add a fuzzer for private key parsing by Damien Miller · 5 years ago
  100. cdf1d0a prepare for 8.1 release by Damien Miller · 5 years ago