diff options
Diffstat (limited to 'authfd.h')
-rw-r--r-- | authfd.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfd.h,v 1.27 2002/06/15 00:01:36 markus Exp $ */ | 1 | /* $OpenBSD: authfd.h,v 1.28 2002/06/15 00:07:38 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -47,10 +47,10 @@ | |||
47 | #define SSH_AGENTC_UNLOCK 23 | 47 | #define SSH_AGENTC_UNLOCK 23 |
48 | 48 | ||
49 | /* constrain key usage */ | 49 | /* constrain key usage */ |
50 | #define SSH_AGENTC_CONTRAIN_IDENTITY1 24 | 50 | #define SSH_AGENTC_CONSTRAIN_IDENTITY1 24 |
51 | #define SSH_AGENTC_CONTRAIN_IDENTITY 25 | 51 | #define SSH_AGENTC_CONSTRAIN_IDENTITY 25 |
52 | 52 | ||
53 | #define SSH_AGENT_CONTRAIN_LIFETIME 1 | 53 | #define SSH_AGENT_CONSTRAIN_LIFETIME 1 |
54 | 54 | ||
55 | /* extended failure messages */ | 55 | /* extended failure messages */ |
56 | #define SSH2_AGENT_FAILURE 30 | 56 | #define SSH2_AGENT_FAILURE 30 |
@@ -75,7 +75,7 @@ int ssh_get_num_identities(AuthenticationConnection *, int); | |||
75 | Key *ssh_get_first_identity(AuthenticationConnection *, char **, int); | 75 | Key *ssh_get_first_identity(AuthenticationConnection *, char **, int); |
76 | Key *ssh_get_next_identity(AuthenticationConnection *, char **, int); | 76 | Key *ssh_get_next_identity(AuthenticationConnection *, char **, int); |
77 | int ssh_add_identity(AuthenticationConnection *, Key *, const char *); | 77 | int ssh_add_identity(AuthenticationConnection *, Key *, const char *); |
78 | int ssh_contrain_identity(AuthenticationConnection *, Key *, u_int); | 78 | int ssh_constrain_identity(AuthenticationConnection *, Key *, u_int); |
79 | int ssh_remove_identity(AuthenticationConnection *, Key *); | 79 | int ssh_remove_identity(AuthenticationConnection *, Key *); |
80 | int ssh_remove_all_identities(AuthenticationConnection *, int); | 80 | int ssh_remove_all_identities(AuthenticationConnection *, int); |
81 | int ssh_lock_agent(AuthenticationConnection *, int, const char *); | 81 | int ssh_lock_agent(AuthenticationConnection *, int, const char *); |