summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-sk-client.c
AgeCommit message (Expand)Author
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2020-01-21check access(ssh-sk-helper, X_OK) to provide friendly error messageDamien Miller
2020-01-10pass the log-on-stderr flag and log level through to ssh-sk-helper,Damien Miller
2020-01-06Extends the SK API to accept a set of key/value options for allDamien Miller
2019-12-30SK API and sk-helper error/PIN passingDamien Miller
2019-12-30implement loading of resident keys in ssh-sk-helperDamien Miller
2019-12-13actually commit the ssh-sk-helper client code; ok markusDamien Miller