diff options
author | 2017-06-24 06:34:38 +0000 | |
---|---|---|
committer | 2017-06-24 06:34:38 +0000 | |
commit | 0fafb8f15103750de30cf30b93fb548e93bda91c (patch) | |
tree | 1b9e0f2714d22f0978866c97b873a2199b5ce320 /usr.bin/ssh/ssh-gss.h | |
parent | word fix; (diff) | |
download | wireguard-openbsd-0fafb8f15103750de30cf30b93fb548e93bda91c.tar.xz wireguard-openbsd-0fafb8f15103750de30cf30b93fb548e93bda91c.zip |
refactor authentication logging
optionally record successful auth methods and public credentials
used in a file accessible to user sessions
feedback and ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-gss.h')
-rw-r--r-- | usr.bin/ssh/ssh-gss.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-gss.h b/usr.bin/ssh/ssh-gss.h index f5e744ff629..09ea35a155d 100644 --- a/usr.bin/ssh/ssh-gss.h +++ b/usr.bin/ssh/ssh-gss.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-gss.h,v 1.11 2014/02/26 20:28:44 djm Exp $ */ +/* $OpenBSD: ssh-gss.h,v 1.12 2017/06/24 06:34:38 djm Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. * @@ -107,6 +107,7 @@ OM_uint32 ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t); void ssh_gssapi_do_child(char ***, u_int *); void ssh_gssapi_cleanup_creds(void); void ssh_gssapi_storecreds(void); +const char *ssh_gssapi_displayname(void); #endif /* GSSAPI */ |