summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2019-11-14Change window-size default from smallest to latest.Nicholas Marriott
2019-11-14Fix parsing of DA with only one argument in the response and add 65 for VT520.Nicholas Marriott
2019-11-14Change new-session -A without a session name (that is, no -s optionNicholas Marriott
2019-11-14CUB and CUF are also limited by the margins so use CUP instead whenNicholas Marriott
2019-11-14Add an option to set the key sent by backspace for those whose systemNicholas Marriott
2019-11-13in order to be able to figure out the number of signatures left onMarkus Friedl
2019-11-13fix check for sig_s; noted by qsa at qualys.comMarkus Friedl
2019-11-13When clients get denied by MaxStartups, send a noification prior toDarren Tucker
2019-11-13fix shield/unshield for xmss keys:Markus Friedl
2019-11-13remove size_t gl_pathc < 0 test, it is invalid. the return value fromTheo de Raadt
2019-11-13stdarg.h required more broadly; ok djmTheo de Raadt
2019-11-13refactor the nc pool loop to not shut down the socket early, andBob Beck
2019-11-12allow an empty attestation certificate returned by a security keyDamien Miller
2019-11-12security keys typically need to be tapped/touched in order to performDamien Miller
2019-11-12pass SSH_ASKPASS_PROMPT hint to y/n key confirm tooDamien Miller
2019-11-12dd API for performing one-shot notifications via tty or SSH_ASKPASSDamien Miller
2019-11-12add xvasprintf()Damien Miller
2019-11-12remove extra layer for ed25519 signature; ok djm@Markus Friedl
2019-11-12check sig_r and sig_s for ssh-sk keys; ok djmMarkus Friedl
2019-11-12enable ed25519 support; ok djmMarkus Friedl
2019-11-12update sk-api to version 2 for ed25519 support; ok djmMarkus Friedl
2019-11-12implement sshsk_ed25519_assemble(); ok djmMarkus Friedl
2019-11-12implement sshsk_ed25519_inner_sig(); ok djmMarkus Friedl
2019-11-12rename sshsk_ecdsa_sign() to sshsk_sign(); ok djmMarkus Friedl
2019-11-12factor out sshsk_ecdsa_inner_sig(); ok djm@Markus Friedl
2019-11-12factor out sshsk_ecdsa_assemble(); ok djm@Markus Friedl
2019-11-12implement ssh-ed25519-sk verification; ok djm@Markus Friedl
2019-11-11skip demanding -fstack-protector-all on hppa. we never wrote a stack protectorTheo de Raadt
2019-11-11Typo.Martin Pieuchot
2019-11-10Add a Content-Security-Policy HTTP header that allows only CSS.Anthony J. Bentley
2019-11-09In the past, generating comment nodes stopped at the .TH or .DdIngo Schwarze
2019-11-08Add that make-backup-files variable is enabled by defaultsolene
2019-11-08duplicate 'x' character in getopt(3) optstringDamien Miller
2019-11-07Don't stop parsing functions when variables are declared before arguments.Martin Pieuchot
2019-11-07Do a better job at guessing the name of localy defined static variables.Martin Pieuchot
2019-11-07Stop remembering the type of local variables.Martin Pieuchot
2019-11-07Fill in missing man page bits for U2F security key support:Christian Weisgerber
2019-11-07Add -F flag to send-keys to expand formats in search-backward andNicholas Marriott
2019-11-06Check return value and remove unnecessary variableKinichiro Inoguchi
2019-11-06Add -addext option to openssl(1) req subcommandKinichiro Inoguchi
2019-11-04Fix an out of bound read/write when using a proxy.Todd C. Miller
2019-11-04Apply more 'static' to help the compilerJeremie Courreges-Anglas
2019-11-04Indent labels for diffability.Joel Sing
2019-11-04Remove spaces between * and variable names.Joel Sing
2019-11-04Remove explicit NULL checks before *_free() calls.Joel Sing
2019-11-04Hook openssl(1) cms back up.Joel Sing
2019-11-04Currently we need to include pem.h before cms.h...Joel Sing
2019-11-04Remove engine argument from load_cert() calls.Joel Sing
2019-11-04Bring openssl(1) cms back from the attic.Joel Sing