summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add (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
* use ssh-sk-helper for all security key signing operationsdjm2019-12-131-4/+2
* directly support U2F/FIDO2 security keys in OpenSSH by linkingdjm2019-11-141-1/+4
* Refactor signing - use sshkey_sign for everything, including the newdjm2019-10-311-2/+2
* ssh-add support for U2F/FIDO keysdjm2019-10-311-2/+2
* Don't redefine Makefile choices which come correct from bsd.*.mkderaadt2018-07-251-4/+1
* group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus2018-01-081-7/+3
* Replace ED25519's private SHA-512 implementation with a call to thenaddy2017-12-141-2/+2
* ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt2017-12-101-3/+11
* zap redundant Makefile variables.espie2017-07-101-4/+1
* don't link unused libsmarkus2001-03-041-3/+3
* log*.c -> log.cmarkus2001-03-031-2/+2
* $OpenBSD$niklas2001-01-291-0/+2
* no longer needed; good riddance for static archstodd2000-06-291-5/+0
* atomicio() via libderaadt1999-12-061-1/+1
* move atomicio into it's own file. wrap all socket write()s which were doingderaadt1999-12-061-1/+1
* fix for stupid binutils linkerderaadt1999-10-271-3/+3
* move common files to ./lib and link libssh.a, tested with and w/o objmarkus1999-10-251-13/+2
* on static machines, install these as mode 0deraadt1999-10-071-1/+8
* scp should not link against kerberos stuffderaadt1999-10-061-0/+11
* more shrinkingderaadt1999-10-041-3/+2
* nuked minfd. sigh. hope this is the last one.markus1999-10-041-6/+1
* Remove kerberos libdes - it's all in libcryptobeck1999-10-011-1/+1
* use libc md5deraadt1999-09-301-1/+1
* update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpagesdugsong1999-09-291-2/+2
* DPADD; mickeyderaadt1999-09-291-0/+1
* convert all uses of gmp to SSL bignumprovos1999-09-281-3/+3
* fix make dependderaadt1999-09-261-4/+3
* proper groups for installderaadt1999-09-261-1/+0
* build ssh components using our build modelderaadt1999-09-261-0/+21