Deleted Added
full compact
ssh.h (99063) ssh.h (106130)
1/* $OpenBSD: ssh.h,v 1.71 2002/06/22 02:00:29 stevesk Exp $ */
1/* $OpenBSD: ssh.h,v 1.71 2002/06/22 02:00:29 stevesk Exp $ */
2/* $FreeBSD: head/crypto/openssh/ssh.h 99063 2002-06-29 11:48:59Z des $ */
2/* $FreeBSD: head/crypto/openssh/ssh.h 106130 2002-10-29 10:16:02Z des $ */
3
4/*
5 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
7 * All rights reserved
8 *
9 * As far as I am concerned, the code I have written for this software
10 * can be used freely for any purpose. Any derived versions of this

--- 45 unchanged lines hidden (view full) ---

56#define PROTOCOL_MINOR_2 0
57
58/*
59 * Name for the service. The port named by this service overrides the
60 * default port if present.
61 */
62#define SSH_SERVICE_NAME "ssh"
63
3
4/*
5 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
7 * All rights reserved
8 *
9 * As far as I am concerned, the code I have written for this software
10 * can be used freely for any purpose. Any derived versions of this

--- 45 unchanged lines hidden (view full) ---

56#define PROTOCOL_MINOR_2 0
57
58/*
59 * Name for the service. The port named by this service overrides the
60 * default port if present.
61 */
62#define SSH_SERVICE_NAME "ssh"
63
64#if defined(USE_PAM) && !defined(SSHD_PAM_SERVICE)
65# define SSHD_PAM_SERVICE __progname
66#endif
67
68/*
69 * Name of the environment variable containing the process ID of the
70 * authentication agent.
71 */
72#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID"
73
74/*
75 * Name of the environment variable containing the pathname of the

--- 40 unchanged lines hidden ---
64/*
65 * Name of the environment variable containing the process ID of the
66 * authentication agent.
67 */
68#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID"
69
70/*
71 * Name of the environment variable containing the pathname of the

--- 40 unchanged lines hidden ---