summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent
AgeCommit message (Expand)AuthorFilesLines
2020-04-03give ssh-keygen the ability to dump the contents of a binary keydjm1-2/+2
2020-01-25factor out reading/writing sshbufs to dedicated functions;djm1-2/+2
2019-12-13use ssh-sk-helper for all security key signing operationsdjm1-5/+3
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingdjm1-1/+3
2019-10-31Refactor signing - use sshkey_sign for everything, including the newdjm1-2/+2
2019-10-31ssh-agent support for U2F/FIDO keysdjm1-3/+3
2019-09-06avoid compiling certain files that deeply depend on libcrypto whendjm1-2/+3
2018-07-25Don't redefine Makefile choices which come correct from bsd.*.mkderaadt1-3/+2
2018-07-11remove legacy key emulation layer; ok djm@markus1-2/+2
2018-07-09remove legacy buffer API emulation layer; ok djm@markus1-2/+2
2018-01-08group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus1-8/+3
2017-12-14Replace ED25519's private SHA-512 implementation with a call to thenaddy1-2/+2
2017-12-10ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt1-5/+12
2017-07-10zap redundant Makefile variables.espie1-2/+1
2010-02-09enable PKCS#11 code; ok djmmarkus1-3/+2
2010-02-08replace our obsolete smartcard code with PKCS#11.markus1-1/+2
2002-08-12make ssh-agent setgid, disallow ptrace.markus1-2/+3
2001-06-27move -lsectok to Makefile.inc for nowmarkus1-3/+1
2001-06-26add smartcard support to the makefiles (commented out);markus1-1/+3
2001-06-26unbreakmarkus1-6/+1
2001-06-26more smartcard support.markus1-1/+6
2001-03-04don't link unused libsmarkus1-3/+3
2001-03-03log*.c -> log.cmarkus1-2/+2
2001-01-29$OpenBSD$niklas1-0/+2
2000-06-29no longer needed; good riddance for static archstodd1-5/+0
1999-10-27fix for stupid binutils linkerderaadt1-2/+3
1999-10-25move common files to ./lib and link libssh.a, tested with and w/o objmarkus1-13/+1
1999-10-07on static machines, install these as mode 0deraadt1-1/+8
1999-10-06scp should not link against kerberos stuffderaadt1-0/+11
1999-10-04more shrinkingderaadt1-3/+2
1999-10-04nuked minfd. sigh. hope this is the last one.markus1-6/+1
1999-10-01Remove kerberos libdes - it's all in libcryptobeck1-1/+1
1999-09-30use libc md5deraadt1-1/+1
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpagesdugsong1-2/+2
1999-09-29DPADD; mickeyderaadt1-0/+1
1999-09-28convert all uses of gmp to SSL bignumprovos1-6/+6
1999-09-26proper groups for installderaadt1-1/+0
1999-09-26build ssh components using our build modelderaadt1-0/+20