summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign (follow)
Commit message (Expand)AuthorAgeFilesLines
* give ssh-keygen the ability to dump the contents of a binary keydjm2020-04-031-2/+2
* factor out reading/writing sshbufs to dedicated functions;djm2020-01-251-2/+2
* Make zlib optional. This adds a "ZLIB" build time option that allowsdtucker2020-01-231-3/+8
* use ssh-sk-helper for all security key signing operationsdjm2019-12-131-6/+3
* directly support U2F/FIDO2 security keys in OpenSSH by linkingdjm2019-11-141-1/+4
* move client/server SSH-* banners to buffers under ssh->kex and factordjm2018-12-271-2/+2
* Don't redefine Makefile choices which come correct from bsd.*.mkderaadt2018-07-251-3/+2
* Remove support for running ssh(1) setuid and fatal if attempted.dtucker2018-07-181-1/+2
* group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus2018-01-081-10/+4
* Replace ED25519's private SHA-512 implementation with a call to thenaddy2017-12-141-2/+2
* Create a persistent umac128.c source file: #define the output size andnaddy2017-12-121-10/+1
* ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt2017-12-101-3/+20
* remove roaming support; ok djm@markus2016-01-141-2/+2
* add missing library dependenciesmarkus2013-07-021-2/+2
* switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@dtucker2013-05-161-2/+2
* Keep track of number of bytes read and written. Needed for upcomingandreas2009-05-281-2/+2
* re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configmarkus2002-07-031-3/+3
* disable ssh-keysign for now (no sbit); netbsd via itojunmarkus2002-07-011-2/+2
* extent ssh-keysign protocol:markus2002-05-311-3/+3
* first version of ssh-keysign manpage, ok deraadt@markus2002-05-251-2/+2
* add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus2002-05-231-0/+18