diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-06-24 08:34:38 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-06-24 08:56:11 +0200 |
commit | 8f574959272ac7fe9239c4f5d10fd913f8920ab0 (patch) | |
tree | 51ab66a6011af6459e0d4ca15a4b4b78368607a1 /ssh-gss.h | |
parent | upstream commit (diff) | |
download | openssh-8f574959272ac7fe9239c4f5d10fd913f8920ab0.tar.xz openssh-8f574959272ac7fe9239c4f5d10fd913f8920ab0.zip |
upstream commit
refactor authentication logging
optionally record successful auth methods and public credentials
used in a file accessible to user sessions
feedback and ok markus@
Upstream-ID: 090b93036967015717b9a54fd0467875ae9d32fb
Diffstat (limited to 'ssh-gss.h')
-rw-r--r-- | ssh-gss.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. * @@ -128,6 +128,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 */ |