ssh_legacy.h File Reference

Legacy definitions. More...

Go to the source code of this file.

Macros

#define SshClientConnection   SshConnection
 
#define passwordCallback   passwordAuthCallback
 
#define termWidthChar   termWidthChars
 
#define termHeightChar   termHeightRows
 
#define termWidthPixel   termWidthPixels
 
#define termHeightPixel   termHeightPixels
 
#define sshServerSetTimeout   sshSetChannelTimeout
 
#define sshServerWriteChannel   sshWriteChannel
 
#define sshServerReadChannel   sshReadChannel
 
#define sshServerTerminateChannel   sshCloseChannel
 
#define generateSignatureCallback   signGenCallback
 
#define SshAccessStatus   SshAuthStatus
 
#define SSH_ACCESS_DENIED   SSH_AUTH_STATUS_FAILURE
 
#define SSH_ACCESS_ALLOWED   SSH_AUTH_STATUS_SUCCESS
 
#define SshWindowChangeReqParams   SshWindowChangeParams
 
#define sshParseWindowChangeReqParams   sshParseWindowChangeParams
 

Detailed Description

Legacy definitions.

License

SPDX-License-Identifier: GPL-2.0-or-later

Copyright (C) 2019-2024 Oryx Embedded SARL. All rights reserved.

This file is part of CycloneSSH Open.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Author
Oryx Embedded SARL (www.oryx-embedded.com)
Version
2.4.0

Definition in file ssh_legacy.h.

Macro Definition Documentation

◆ generateSignatureCallback

#define generateSignatureCallback   signGenCallback

Definition at line 60 of file ssh_legacy.h.

◆ passwordCallback

#define passwordCallback   passwordAuthCallback

Definition at line 36 of file ssh_legacy.h.

◆ SSH_ACCESS_ALLOWED

#define SSH_ACCESS_ALLOWED   SSH_AUTH_STATUS_SUCCESS

Definition at line 96 of file ssh_legacy.h.

◆ SSH_ACCESS_DENIED

#define SSH_ACCESS_DENIED   SSH_AUTH_STATUS_FAILURE

Definition at line 95 of file ssh_legacy.h.

◆ SshAccessStatus

#define SshAccessStatus   SshAuthStatus

Definition at line 94 of file ssh_legacy.h.

◆ SshClientConnection

#define SshClientConnection   SshConnection

Definition at line 35 of file ssh_legacy.h.

◆ sshParseWindowChangeReqParams

#define sshParseWindowChangeReqParams   sshParseWindowChangeParams

Definition at line 99 of file ssh_legacy.h.

◆ sshServerReadChannel

#define sshServerReadChannel   sshReadChannel

Definition at line 45 of file ssh_legacy.h.

◆ sshServerSetTimeout

#define sshServerSetTimeout   sshSetChannelTimeout

Definition at line 43 of file ssh_legacy.h.

◆ sshServerTerminateChannel

#define sshServerTerminateChannel   sshCloseChannel

Definition at line 46 of file ssh_legacy.h.

◆ sshServerWriteChannel

#define sshServerWriteChannel   sshWriteChannel

Definition at line 44 of file ssh_legacy.h.

◆ SshWindowChangeReqParams

#define SshWindowChangeReqParams   SshWindowChangeParams

Definition at line 98 of file ssh_legacy.h.

◆ termHeightChar

#define termHeightChar   termHeightRows

Definition at line 38 of file ssh_legacy.h.

◆ termHeightPixel

#define termHeightPixel   termHeightPixels

Definition at line 40 of file ssh_legacy.h.

◆ termWidthChar

#define termWidthChar   termWidthChars

Definition at line 37 of file ssh_legacy.h.

◆ termWidthPixel

#define termWidthPixel   termWidthPixels

Definition at line 39 of file ssh_legacy.h.