| Commit message (Expand) | Author | Age | Files | Lines |
* | constify a few things; ok dtucker (as part of another diff) |  djm | 2020-06-26 | 1 | -3/+3 |
* | Allow forwarding a different agent socket to the path specified by |  djm | 2019-12-21 | 1 | -1/+2 |
* | add new agent key constraint for U2F/FIDO provider |  djm | 2019-10-31 | 1 | -2/+4 |
* | authfd: add function to check if key is in agent |  djm | 2019-09-03 | 1 | -1/+2 |
* | Add protection for private keys at rest in RAM against speculation |  djm | 2019-06-21 | 1 | -2/+2 |
* | remove prototype to long-gone function |  djm | 2018-07-12 | 1 | -3/+1 |
* | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) |  markus | 2018-02-23 | 1 | -2/+3 |
* | constify some private key-related functions; based on |  djm | 2018-02-10 | 1 | -2/+2 |
* | Allow ssh-keygen to use a key held in ssh-agent as a CA when signing |  djm | 2017-06-28 | 1 | -2/+2 |
* | more simplification and removal of SSHv1-related code; ok djm@ |  naddy | 2017-05-05 | 1 | -3/+2 |
* | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) |  markus | 2015-12-04 | 1 | -2/+4 |
* | move authfd.c and its tentacles to the new buffer/key API; |  djm | 2015-01-14 | 1 | -32/+28 |
* | Do not fall back to adding keys without contraints (ssh-add -c / -t ...) |  djm | 2009-08-27 | 1 | -2/+1 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -3/+1 |
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |  djm | 2006-03-25 | 1 | -1/+1 |
* | unexpand and delete whitespace at EOL; ok markus@ |  djm | 2003-11-21 | 1 | -2/+2 |
* | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ |  djm | 2003-06-11 | 1 | -2/+4 |
* | ssh-add -c, prompt user for confirmation (using ssh-askpass) when |  markus | 2003-01-23 | 1 | -2/+4 |
* | don't connect to agent to test for presence if we've previously |  stevesk | 2002-09-11 | 1 | -1/+2 |
* | KNF done automatically while reading.... |  deraadt | 2002-06-19 | 1 | -11/+11 |
* | remove the CONSTRAIN_IDENTITY messages and introduce a new |  markus | 2002-06-15 | 1 | -5/+5 |
* | fix stupid typo |  markus | 2002-06-15 | 1 | -5/+5 |
* | break agent key lifetime protocol and allow other contraints for key usage. |  markus | 2002-06-15 | 1 | -5/+7 |
* | ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ |  markus | 2002-06-05 | 1 | -1/+6 |
* | ssh-add -x for lock and -X for unlocking the agent. |  markus | 2002-06-05 | 1 | -1/+6 |
* | Add PIN-protection for secret key. |  rees | 2002-03-21 | 1 | -2/+2 |
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add |  stevesk | 2002-03-04 | 1 | -2/+2 |
* | signed vs. unsigned: make size arguments u_int, ok stevesk@ |  markus | 2002-02-24 | 1 | -3/+3 |
* | extended failure messages from galb@vandyke.com |  markus | 2001-08-07 | 1 | -1/+4 |
* | use strings instead of ints for smartcard reader ids |  markus | 2001-08-01 | 1 | -3/+3 |
* | remove comments from .h, since they are cut&paste from the .c files |  markus | 2001-06-26 | 1 | -73/+12 |
* | prototype pedant. not very creative... |  itojun | 2001-06-26 | 1 | -20/+14 |
* | initial support for smartcards in the agent |  markus | 2001-06-26 | 1 | -2/+8 |
* | fix prototypes; from stevesk@pobox.com |  markus | 2000-12-20 | 1 | -3/+3 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -6/+6 |
* | add support for RSA to SSH2. please test. |  markus | 2000-11-12 | 1 | -1/+6 |
* | interop with ssh-agent2, from <res@shore.net> |  markus | 2000-10-09 | 1 | -1/+5 |
* | bug compat for old ssh.com software |  markus | 2000-09-21 | 1 | -1/+4 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -8/+6 |
* | add SSH2/DSA support to the agent and some other DSA related cleanups. |  markus | 2000-08-19 | 1 | -27/+26 |
* | make ssh-add accept dsa keys (the agent does not) |  markus | 2000-07-16 | 1 | -2/+12 |
* | OpenBSD tag |  markus | 2000-06-20 | 1 | -1/+1 |
* | whitespace cleanup |  markus | 2000-04-14 | 1 | -11/+11 |
* | KNF, final part 3 |  markus | 1999-11-24 | 1 | -33/+49 |
* | much more KNF |  deraadt | 1999-11-24 | 1 | -44/+45 |
* | the keysize of rsa-parameter 'n' is passed implizit, |  markus | 1999-11-15 | 1 | -4/+4 |
* | fix old connect() race security-bug for ssh-agent and agent-forwarding |  markus | 1999-10-14 | 1 | -10/+3 |
* | convert all uses of gmp to SSL bignum |  provos | 1999-09-28 | 1 | -6/+6 |
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. |  deraadt | 1999-09-26 | 1 | -0/+109 |