Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
93fa2a6649ae3e0626cbff25c985a4573d63e3f2
93fa2a6
upstream: correct description of fields in pub/private keys (was
by djm@openbsd.org
· 5 years ago
b497e92
Teach the GTK2/3 ssh-askpass the new prompt hints
by Damien Miller
· 5 years ago
857f49e
Move ifdef OPENSSL_HAS_ECC.
by Darren Tucker
· 5 years ago
6cf1c40
Enable -Wimplicit-fallthrough if supported
by Darren Tucker
· 5 years ago
103c51f
upstream: missing break in getopt switch; spotted by Sebastian Kinne
by djm@openbsd.org
· 5 years ago
9a1225e
upstream: tweak debug message
by djm@openbsd.org
· 5 years ago
4103a3e
upstream: a little debug() in the security key interface
by djm@openbsd.org
· 5 years ago
05daa21
upstream: always use ssh-sk-helper, even for the internal USB HID
by djm@openbsd.org
· 5 years ago
d431778
upstream: fix typos in sk_enroll
by markus@openbsd.org
· 5 years ago
af90aec
upstream: double word;
by jmc@openbsd.org
· 5 years ago
fd1a964
upstream: remove most uses of BN_CTX
by djm@openbsd.org
· 5 years ago
39b8710
Add wrappers for other ultrix headers.
by Darren Tucker
· 5 years ago
134a74f
Add SSIZE_MAX when we define ssize_t.
by Darren Tucker
· 5 years ago
9c6d0a3
Remove ultrix realpath hack.
by Darren Tucker
· 5 years ago
c63fba5
upstream: unshield security key privkey before attempting signature
by djm@openbsd.org
· 5 years ago
d165bb5
upstream: rewrite c99-ism
by deraadt@openbsd.org
· 5 years ago
03e06dd
upstream: only clang understands those new -W options
by deraadt@openbsd.org
· 5 years ago
5c0bc27
configure flag to built-in security key support
by Damien Miller
· 5 years ago
fbcb9a7
upstream commit
by Damien Miller
· 5 years ago
2cfb11a
upstream commit
by Damien Miller
· 5 years ago
228dd59
upstream commit
by Damien Miller
· 5 years ago
a16f748
upstream commit
by Damien Miller
· 5 years ago
fd37cde
upstream commit
by Damien Miller
· 5 years ago
fd62769
upstream commit
by Damien Miller
· 5 years ago
2b6cba7
upstream commit
by Damien Miller
· 5 years ago
ab36006
upstream: don't consult dlopen whitelist for internal security key
by djm@openbsd.org
· 5 years ago
19f8ec4
upstream commit
by Damien Miller
· 5 years ago
bb7413d
upstream commit
by Damien Miller
· 5 years ago
01362cf
upstream: U2F tokens may return FIDO_ERR_USER_PRESENCE_REQUIRED when
by djm@openbsd.org
· 5 years ago
cf62307
Add libfido2 to INSTALL.
by Darren Tucker
· 5 years ago
69fbda1
libcrypto is now optional.
by Darren Tucker
· 5 years ago
45ffa36
upstream: show the "please touch your security key" notifier when
by djm@openbsd.org
· 5 years ago
49dc9fa
upstream: close the "touch your security key" notifier on the error
by djm@openbsd.org
· 5 years ago
22a8271
upstream: correct function name in debug message
by djm@openbsd.org
· 5 years ago
018e290
upstream: follow existing askpass logic for security key notifier:
by djm@openbsd.org
· 5 years ago
575d004
upstream: remove debugging goop that snuck in to last commit
by djm@openbsd.org
· 5 years ago
63a5b24
don't fatal if libfido2 not found
by Damien Miller
· 5 years ago
129952a
correct object dependency
by Damien Miller
· 5 years ago
6bff952
upstream: directly support U2F/FIDO2 security keys in OpenSSH by
by djm@openbsd.org
· 5 years ago
4f5e331
upstream: in order to be able to figure out the number of
by markus@openbsd.org
· 5 years ago
dffd02e
upstream: fix check for sig_s; noted by qsa at qualys.com
by markus@openbsd.org
· 5 years ago
fc173ae
upstream: When clients get denied by MaxStartups, send a
by dtucker@openbsd.org
· 5 years ago
bf21992
upstream: fix shield/unshield for xmss keys: - in ssh-agent we need
by markus@openbsd.org
· 5 years ago
40598b8
upstream: remove size_t gl_pathc < 0 test, it is invalid. the
by deraadt@openbsd.org
· 5 years ago
72687c8
upstream: stdarg.h required more broadly; ok djm
by deraadt@openbsd.org
· 5 years ago
1e0b248
Put sshsk_sign call inside ifdef ENABLE_SK.
by Darren Tucker
· 5 years ago
546274a
Remove duplicate __NR_clock_nanosleep
by Darren Tucker
· 5 years ago
b1c82f4
seccomp: Allow clock_nanosleep() in sandbox.
by Darren Tucker
· 5 years ago
2b523d2
Include stdarg.h for va_list in xmalloc.h.
by Darren Tucker
· 5 years ago
245dcbd
Put headers inside ifdef _AIX.
by Darren Tucker
· 5 years ago
a4cc579
Fix comment in match_usergroup_pattern_list.
by Darren Tucker
· 5 years ago
fccff33
upstream: allow an empty attestation certificate returned by a
by djm@openbsd.org
· 5 years ago
e44bb61
upstream: security keys typically need to be tapped/touched in
by djm@openbsd.org
· 5 years ago
4671211
upstream: pass SSH_ASKPASS_PROMPT hint to y/n key confirm too
by djm@openbsd.org
· 5 years ago
5d1c159
upstream: dd API for performing one-shot notifications via tty or
by djm@openbsd.org
· 5 years ago
166927f
upstream: add xvasprintf()
by djm@openbsd.org
· 5 years ago
782093e
Remove leftover if statement from sync.
by Darren Tucker
· 5 years ago
b556cc3
upstream: remove extra layer for ed25519 signature; ok djm@
by markus@openbsd.org
· 5 years ago
3fcf69a
upstream: check sig_r and sig_s for ssh-sk keys; ok djm
by markus@openbsd.org
· 5 years ago
2c55744
upstream: enable ed25519 support; ok djm
by markus@openbsd.org
· 5 years ago
fd1a3b5
upstream: update sk-api to version 2 for ed25519 support; ok djm
by markus@openbsd.org
· 5 years ago
7c32b51
upstream: implement sshsk_ed25519_assemble(); ok djm
by markus@openbsd.org
· 5 years ago
fe05a36
upstream: implement sshsk_ed25519_inner_sig(); ok djm
by markus@openbsd.org
· 5 years ago
e03a29e
upstream: rename sshsk_ecdsa_sign() to sshsk_sign(); ok djm
by markus@openbsd.org
· 5 years ago
bc7b5d6
upstream: factor out sshsk_ecdsa_inner_sig(); ok djm@
by markus@openbsd.org
· 5 years ago
cef84a0
upstream: factor out sshsk_ecdsa_assemble(); ok djm@
by markus@openbsd.org
· 5 years ago
7c096c4
upstream: implement ssh-ed25519-sk verification; ok djm@
by markus@openbsd.org
· 5 years ago
ba5fb02
ignore ssh-sk-helper
by Damien Miller
· 5 years ago
78c9649
upstream: skip demanding -fstack-protector-all on hppa. we never
by deraadt@openbsd.org
· 5 years ago
aa1c9e3
upstream: duplicate 'x' character in getopt(3) optstring
by djm@openbsd.org
· 5 years ago
aa4c640
upstream: Fill in missing man page bits for U2F security key support:
by naddy@openbsd.org
· 5 years ago
b236b27
Put sftp-realpath in libssh.a
by Darren Tucker
· 5 years ago
382c18c
statfs might be defined in sys/mount.h.
by Darren Tucker
· 5 years ago
03ffc09
Put stdint.h inside ifdef HAVE_STDINT_H.
by Darren Tucker
· 5 years ago
19cb64c
Rebuild .depend.
by Darren Tucker
· 5 years ago
3611bfe
Define __BSD_VISIBLE in fnmatch.h.
by Darren Tucker
· 5 years ago
f5cc581
Only enable U2F if OpenSSL supports ECC.
by Darren Tucker
· 5 years ago
ad38406
upstream: fix miscellaneous text problems; ok djm@
by naddy@openbsd.org
· 5 years ago
9cac151
Add flags needed to build and work on Ultrix.
by Darren Tucker
· 5 years ago
0e3c5bc
Hook up fnmatch for platforms that don't have it.
by Darren Tucker
· 5 years ago
b56dbfd
Add missing bracket in realpath macro.
by Darren Tucker
· 5 years ago
59ccb56
Import fnmatch.c from OpenBSD.
by Darren Tucker
· 5 years ago
79d46de
Use sftp_realpath if no native realpath.
by Darren Tucker
· 5 years ago
bb4f003
Configure flags for haiku from haikuports.
by Darren Tucker
· 5 years ago
4332b4f
upstream: fix a race condition in the SIGCHILD handler that could turn
by djm@openbsd.org
· 5 years ago
03f9205
conditionalise SK sign/verify on ENABLE_SK
by Damien Miller
· 5 years ago
5eb7b95
Add prototype for localtime_r if needed.
by Darren Tucker
· 5 years ago
d500b59
Check if IP_TOS is defined before using.
by Darren Tucker
· 5 years ago
764d51e
autoconf pieces for U2F support
by Damien Miller
· 5 years ago
45f17a1
upstream: remove duplicate PUBKEY_DEFAULT_PK_ALG on !WITH_OPENSSL path
by djm@openbsd.org
· 5 years ago
db8d13f
upstream: more additional source files
by djm@openbsd.org
· 5 years ago
f89c5df
upstream: additional source files here too
by djm@openbsd.org
· 5 years ago
02275af
upstream: additional source files here too
by djm@openbsd.org
· 5 years ago
dfc8f01
upstream: adapt to extra sshkey_sign() argument and additional
by djm@openbsd.org
· 5 years ago
afa59e2
upstream: skip security-key key types for tests until we have a
by djm@openbsd.org
· 5 years ago
de871e4
upstream: sort;
by jmc@openbsd.org
· 5 years ago
2aae149
upstream: undo debugging bits that shouldn't have been committed
by djm@openbsd.org
· 5 years ago
3420e04
depend
by Damien Miller
· 5 years ago
b923a90
upstream: fix -Wshadow warning
by djm@openbsd.org
· 5 years ago
9a14c64
upstream: Refactor signing - use sshkey_sign for everything,
by djm@openbsd.org
· 5 years ago
Next »