summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/authfd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* constify a few things; ok dtucker (as part of another diff)djm2020-06-261-3/+3
* Allow forwarding a different agent socket to the path specified bydjm2019-12-211-1/+2
* add new agent key constraint for U2F/FIDO providerdjm2019-10-311-2/+4
* authfd: add function to check if key is in agentdjm2019-09-031-1/+2
* Add protection for private keys at rest in RAM against speculationdjm2019-06-211-2/+2
* remove prototype to long-gone functiondjm2018-07-121-3/+1
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-2/+3
* constify some private key-related functions; based ondjm2018-02-101-2/+2
* Allow ssh-keygen to use a key held in ssh-agent as a CA when signingdjm2017-06-281-2/+2
* more simplification and removal of SSHv1-related code; ok djm@naddy2017-05-051-3/+2
* implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)markus2015-12-041-2/+4
* move authfd.c and its tentacles to the new buffer/key API;djm2015-01-141-32/+28
* Do not fall back to adding keys without contraints (ssh-add -c / -t ...)djm2009-08-271-2/+1
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+1
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-2/+2
* make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@djm2003-06-111-2/+4
* ssh-add -c, prompt user for confirmation (using ssh-askpass) whenmarkus2003-01-231-2/+4
* don't connect to agent to test for presence if we've previouslystevesk2002-09-111-1/+2
* KNF done automatically while reading....deraadt2002-06-191-11/+11
* remove the CONSTRAIN_IDENTITY messages and introduce a newmarkus2002-06-151-5/+5
* fix stupid typomarkus2002-06-151-5/+5
* break agent key lifetime protocol and allow other contraints for key usage.markus2002-06-151-5/+7
* ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@markus2002-06-051-1/+6
* ssh-add -x for lock and -X for unlocking the agent.markus2002-06-051-1/+6
* Add PIN-protection for secret key.rees2002-03-211-2/+2
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-2/+2
* signed vs. unsigned: make size arguments u_int, ok stevesk@markus2002-02-241-3/+3
* extended failure messages from galb@vandyke.commarkus2001-08-071-1/+4
* use strings instead of ints for smartcard reader idsmarkus2001-08-011-3/+3
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-73/+12
* prototype pedant. not very creative...itojun2001-06-261-20/+14
* initial support for smartcards in the agentmarkus2001-06-261-2/+8
* fix prototypes; from stevesk@pobox.commarkus2000-12-201-3/+3
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-6/+6
* add support for RSA to SSH2. please test.markus2000-11-121-1/+6
* interop with ssh-agent2, from <res@shore.net>markus2000-10-091-1/+5
* bug compat for old ssh.com softwaremarkus2000-09-211-1/+4
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-8/+6
* add SSH2/DSA support to the agent and some other DSA related cleanups.markus2000-08-191-27/+26
* make ssh-add accept dsa keys (the agent does not)markus2000-07-161-2/+12
* OpenBSD tagmarkus2000-06-201-1/+1
* whitespace cleanupmarkus2000-04-141-11/+11
* KNF, final part 3markus1999-11-241-33/+49
* much more KNFderaadt1999-11-241-44/+45
* the keysize of rsa-parameter 'n' is passed implizit,markus1999-11-151-4/+4
* fix old connect() race security-bug for ssh-agent and agent-forwardingmarkus1999-10-141-10/+3
* convert all uses of gmp to SSL bignumprovos1999-09-281-6/+6
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+109