summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keyscan (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make zlib optional. This adds a "ZLIB" build time option that allowsdtucker2020-01-231-3/+8
| | | | | building without zlib compression and associated options. With feedback from markus@, ok djm@
* use ssh-sk-helper for all security key signing operationsdjm2019-12-131-5/+2
| | | | | | | | | This extracts and refactors the client interface for ssh-sk-helper from ssh-agent and generalises it for use by the other programs. This means that most OpenSSH tools no longer need to link against libfido2 or directly interact with /dev/uhid* requested by, feedback and ok markus@
* directly support U2F/FIDO2 security keys in OpenSSH by linkingdjm2019-11-141-1/+4
| | | | | | against the (previously external) USB HID middleware. The dlopen() capability still exists for alternate middlewares, e.g. for Bluetooth, NFC and test/debugging.
* Don't redefine Makefile choices which come correct from bsd.*.mkderaadt2018-07-251-4/+1
| | | | ok markus
* Add ssh-keyscan -D option to make it print its results in SSHFP formatdjm2018-02-231-2/+2
| | | | bz#2821, ok dtucker@
* group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus2018-01-081-13/+4
| | | | ok djm@
* Replace ED25519's private SHA-512 implementation with a call to thenaddy2017-12-141-2/+2
| | | | | regular digest code. This speeds up compilation considerably. ok markus@
* Create a persistent umac128.c source file: #define the output size andnaddy2017-12-121-10/+1
| | | | | | the name of the entry points for UMAC-128 before including umac.c. Idea from FreeBSD. ok dtucker@
* ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt2017-12-101-3/+26
| | | | | | | | | perhaps it is too verbose? Change each */Makefile to specifying exactly what sources that program requires, compiling it seperate. Maybe we'll iterate by sorting those into seperatable chunks, splitting up files which contain common code + server/client specific code, or whatnot. But this isn't one step, or we'd have done it a long time ago.. ok dtucker markus djm
* zap redundant Makefile variables.espie2017-07-101-4/+1
| | | | okay djm@
* remove roaming support; ok djm@markus2016-01-141-2/+2
|
* Keep track of number of bytes read and written. Needed for upcomingandreas2009-05-281-2/+2
| | | | | changes. Most code from Martin Forssen, maf at appgate dot com. ok markus@
* ssh 2 support; from wayned@users.sourceforge.netmarkus2001-08-051-3/+3
|
* log*.c -> log.cmarkus2001-03-031-2/+2
|
* $OpenBSD$niklas2001-01-291-0/+2
|
* David Maziere's ssh-keyscan, ok niels@markus2000-12-041-0/+16