summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upstream: tweak debug messagedjm@openbsd.org2019-11-181-2/+2
* upstream: a little debug() in the security key interfacedjm@openbsd.org2019-11-171-1/+8
* upstream: always use ssh-sk-helper, even for the internal USB HIDdjm@openbsd.org2019-11-171-35/+11
* upstream: fix typos in sk_enrollmarkus@openbsd.org2019-11-171-5/+5
* upstream: double word;jmc@openbsd.org2019-11-171-3/+3
* upstream: remove most uses of BN_CTXdjm@openbsd.org2019-11-174-84/+47
* Add wrappers for other ultrix headers.Darren Tucker2019-11-151-8/+10
* Add SSIZE_MAX when we define ssize_t.Darren Tucker2019-11-151-0/+1
* Remove ultrix realpath hack.Darren Tucker2019-11-151-1/+0
* upstream: unshield security key privkey before attempting signaturedjm@openbsd.org2019-11-151-4/+16
* upstream: rewrite c99-ismderaadt@openbsd.org2019-11-151-2/+2
* upstream: only clang understands those new -W optionsderaadt@openbsd.org2019-11-151-0/+1
* configure flag to built-in security key supportDamien Miller2019-11-152-1/+12
* upstream commitDamien Miller2019-11-152-21/+21
* upstream commitDamien Miller2019-11-151-21/+34
* upstream commitDamien Miller2019-11-151-9/+5
* upstream commitDamien Miller2019-11-151-5/+3
* upstream commitDamien Miller2019-11-151-4/+4
* upstream commitDamien Miller2019-11-151-1/+4
* upstream commitDamien Miller2019-11-151-3/+3
* upstream: don't consult dlopen whitelist for internal security keydjm@openbsd.org2019-11-151-2/+4
* upstream commitDamien Miller2019-11-151-14/+14
* upstream commitDamien Miller2019-11-151-4/+4
* upstream: U2F tokens may return FIDO_ERR_USER_PRESENCE_REQUIRED whendjm@openbsd.org2019-11-151-0/+4
* Add libfido2 to INSTALL.Darren Tucker2019-11-151-0/+9
* libcrypto is now optional.Darren Tucker2019-11-151-9/+10
* upstream: show the "please touch your security key" notifier whendjm@openbsd.org2019-11-151-9/+15
* upstream: close the "touch your security key" notifier on the errordjm@openbsd.org2019-11-151-2/+2
* upstream: correct function name in debug messagedjm@openbsd.org2019-11-151-1/+1
* upstream: follow existing askpass logic for security key notifier:djm@openbsd.org2019-11-151-3/+4
* upstream: remove debugging goop that snuck in to last commitdjm@openbsd.org2019-11-151-0/+1
* don't fatal if libfido2 not foundDamien Miller2019-11-151-2/+1
* correct object dependencyDamien Miller2019-11-151-1/+1
* upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org2019-11-1513-72/+837
* upstream: in order to be able to figure out the number ofmarkus@openbsd.org2019-11-151-1/+6
* upstream: fix check for sig_s; noted by qsa at qualys.commarkus@openbsd.org2019-11-151-2/+2
* upstream: When clients get denied by MaxStartups, send adtucker@openbsd.org2019-11-151-1/+4
* upstream: fix shield/unshield for xmss keys: - in ssh-agent we needmarkus@openbsd.org2019-11-154-15/+64
* upstream: remove size_t gl_pathc < 0 test, it is invalid. thederaadt@openbsd.org2019-11-151-3/+3
* upstream: stdarg.h required more broadly; ok djmderaadt@openbsd.org2019-11-1511-22/+21
* Put sshsk_sign call inside ifdef ENABLE_SK.Darren Tucker2019-11-141-0/+2
* Remove duplicate __NR_clock_nanosleepDarren Tucker2019-11-131-3/+0
* seccomp: Allow clock_nanosleep() in sandbox.Darren Tucker2019-11-131-0/+6
* Include stdarg.h for va_list in xmalloc.h.Darren Tucker2019-11-133-0/+3
* Put headers inside ifdef _AIX.Darren Tucker2019-11-131-2/+2
* Fix comment in match_usergroup_pattern_list.Darren Tucker2019-11-131-1/+1
* upstream: allow an empty attestation certificate returned by adjm@openbsd.org2019-11-131-2/+3
* upstream: security keys typically need to be tapped/touched indjm@openbsd.org2019-11-133-6/+38
* upstream: pass SSH_ASKPASS_PROMPT hint to y/n key confirm toodjm@openbsd.org2019-11-131-1/+2
* upstream: dd API for performing one-shot notifications via tty ordjm@openbsd.org2019-11-132-2/+91