summaryrefslogtreecommitdiff
path: root/authfd.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-01-25 12:24:16 +0000
committerColin Watson <cjwatson@debian.org>2010-01-25 12:24:16 +0000
commit02d776600121afc31658f3b857ab9d41c7cad5ca (patch)
tree46d879a915140a1383efdd7bd08b66c064795824 /authfd.h
parent59247ecde39f2d826a94ab07f6095ca1f6644e88 (diff)
* Backport from upstream:
- Do not fall back to adding keys without contraints (ssh-add -c / -t ...) when the agent refuses the constrained add request. This was a useful migration measure back in 2002 when constraints were new, but just adds risk now (LP: #209447).
Diffstat (limited to 'authfd.h')
-rw-r--r--authfd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/authfd.h b/authfd.h
index 3da256112..31b24e173 100644
--- a/authfd.h
+++ b/authfd.h
@@ -75,7 +75,6 @@ void ssh_close_authentication_connection(AuthenticationConnection *);
75int ssh_get_num_identities(AuthenticationConnection *, int); 75int ssh_get_num_identities(AuthenticationConnection *, int);
76Key *ssh_get_first_identity(AuthenticationConnection *, char **, int); 76Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
77Key *ssh_get_next_identity(AuthenticationConnection *, char **, int); 77Key *ssh_get_next_identity(AuthenticationConnection *, char **, int);
78int ssh_add_identity(AuthenticationConnection *, Key *, const char *);
79int ssh_add_identity_constrained(AuthenticationConnection *, Key *, 78int ssh_add_identity_constrained(AuthenticationConnection *, Key *,
80 const char *, u_int, u_int); 79 const char *, u_int, u_int);
81int ssh_remove_identity(AuthenticationConnection *, Key *); 80int ssh_remove_identity(AuthenticationConnection *, Key *);