summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-sk-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* highly polished whitespace, mostly fixing spaces-for-tab and baddjm2021-04-031-4/+4
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-39/+38
* Replace all calls to signal(2) with a wrapper around sigaction(2).dtucker2020-01-231-4/+5
* check access(ssh-sk-helper, X_OK) to provide friendly error messagedjm2020-01-211-1/+9
* pass the log-on-stderr flag and log level through to ssh-sk-helper,djm2020-01-101-17/+23
* Extends the SK API to accept a set of key/value options for alldjm2020-01-061-5/+9
* SK API and sk-helper error/PIN passingdjm2019-12-301-10/+37
* implement loading of resident keys in ssh-sk-helperdjm2019-12-301-1/+71
* actually commit the ssh-sk-helper client code; ok markusdjm2019-12-131-0/+323