summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/channels.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-06-03 07:06:14 +0000
committerkris <kris@FreeBSD.org>2000-06-03 07:06:14 +0000
commit10badcd8c786a973fe56a5b4fe4ea468245231e8 (patch)
tree0dae7ebcdaa0cc2475d9c1dbaf5bb589411d7caa /crypto/openssh/channels.h
parente1e1f536513ded16af2c57b02bb321a8459808e3 (diff)
downloadFreeBSD-src-10badcd8c786a973fe56a5b4fe4ea468245231e8.zip
FreeBSD-src-10badcd8c786a973fe56a5b4fe4ea468245231e8.tar.gz
Import vendor patch originally submitted by the below author: don't
treat failure to create the authentication agent directory in /tmp as a fatal error, but disable agent forwarding. Submitted by: Jan Koum <jkb@yahoo-inc.com>
Diffstat (limited to 'crypto/openssh/channels.h')
-rw-r--r--crypto/openssh/channels.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/channels.h b/crypto/openssh/channels.h
index 24ae2b82..4cafdb9 100644
--- a/crypto/openssh/channels.h
+++ b/crypto/openssh/channels.h
@@ -1,4 +1,4 @@
-/* RCSID("$Id: channels.h,v 1.12 2000/05/03 18:03:06 markus Exp $"); */
+/* RCSID("$Id: channels.h,v 1.13 2000/05/30 17:23:37 markus Exp $"); */
#ifndef CHANNELS_H
#define CHANNELS_H
@@ -222,10 +222,10 @@ void auth_request_forwarding(void);
char *auth_get_socket_name(void);
/*
- * This if called to process SSH_CMSG_AGENT_REQUEST_FORWARDING on the server.
+ * This is called to process SSH_CMSG_AGENT_REQUEST_FORWARDING on the server.
* This starts forwarding authentication requests.
*/
-void auth_input_request_forwarding(struct passwd * pw);
+int auth_input_request_forwarding(struct passwd * pw);
/* This is called to process an SSH_SMSG_AGENT_OPEN message. */
void auth_input_open_request(int type, int plen);
OpenPOWER on IntegriCloud