summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-add
AgeCommit message (Expand)Author
2021-12-19ssh-add side of destination constraintsDamien Miller
2020-04-03give ssh-keygen the ability to dump the contents of a binary keyDamien Miller
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller
2019-12-13use ssh-sk-helper for all security key signing operationsDamien Miller
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2019-10-31Refactor signing - use sshkey_sign for everything, including the newDamien Miller
2019-10-31ssh-add support for U2F/FIDO keysDamien Miller
2018-07-25Don't redefine Makefile choices which come correct from bsd.*.mkTheo de Raadt
2018-01-08group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLMarkus Friedl
2017-12-14Replace ED25519's private SHA-512 implementation with a call to theChristian Weisgerber
2017-12-10ssh/lib hasn't worked towards our code-sharing goals for a quit while,Theo de Raadt
2017-07-10zap redundant Makefile variables.Marc Espie
2001-03-04don't link unused libsMarkus Friedl
2001-03-03log*.c -> log.cMarkus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2000-06-29no longer needed; good riddance for static archsTodd T. Fries
1999-12-06atomicio() via libTheo de Raadt
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
1999-10-27fix for stupid binutils linkerTheo de Raadt
1999-10-25move common files to ./lib and link libssh.a, tested with and w/o objMarkus Friedl
1999-10-07on static machines, install these as mode 0Theo de Raadt
1999-10-06scp should not link against kerberos stuffTheo de Raadt
1999-10-04more shrinkingTheo de Raadt
1999-10-04nuked minfd. sigh. hope this is the last one.Markus Friedl
1999-10-01Remove kerberos libdes - it's all in libcryptoBob Beck
1999-09-30use libc md5Theo de Raadt
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song
1999-09-29DPADD; mickeyTheo de Raadt
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26fix make dependTheo de Raadt
1999-09-26proper groups for installTheo de Raadt
1999-09-26build ssh components using our build modelTheo de Raadt