changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/ssh2/constants.lisp

changeset 144: 537c306f290d
author: ellis <ellis@rwest.io>
date: Fri, 29 Dec 2023 03:01:38 -0500
permissions: -rw-r--r--
description: ssh2 init
1 ("libssh2.h" "stddef.h" "string.h" "sys/stat.h" "sys/types.h" "sys/uio.h")
2 
3 ( ;; ERROR_CODE
4  (:integer LIBSSH2-ERROR-NONE "LIBSSH2_ERROR_NONE" nil t)
5  (:integer LIBSSH2-ERROR-SOCKET-NONE "LIBSSH2_ERROR_SOCKET_NONE" nil t)
6  (:integer LIBSSH2-ERROR-BANNER-RECV "LIBSSH2_ERROR_BANNER_RECV" nil t)
7  (:integer LIBSSH2-ERROR-BANNER-SEND "LIBSSH2_ERROR_BANNER_SEND" nil t)
8  (:integer LIBSSH2-ERROR-INVALID-MAC "LIBSSH2_ERROR_INVALID_MAC" nil t)
9  (:integer LIBSSH2-ERROR-KEX-FAILURE "LIBSSH2_ERROR_KEX_FAILURE" nil t)
10  (:integer LIBSSH2-ERROR-ALLOC "LIBSSH2_ERROR_ALLOC" nil t)
11  (:integer LIBSSH2-ERROR-SOCKET-SEND "LIBSSH2_ERROR_SOCKET_SEND" nil t)
12  (:integer LIBSSH2-ERROR-KEY-EXCHANGE-FAILURE "LIBSSH2_ERROR_KEY_EXCHANGE_FAILURE" nil t)
13  (:integer LIBSSH2-ERROR-TIMEOUT "LIBSSH2_ERROR_TIMEOUT" nil t)
14  (:integer LIBSSH2-ERROR-HOSTKEY-INIT "LIBSSH2_ERROR_HOSTKEY_INIT" nil t)
15  (:integer LIBSSH2-ERROR-HOSTKEY-SIGN "LIBSSH2_ERROR_HOSTKEY_SIGN" nil t)
16  (:integer LIBSSH2-ERROR-DECRYPT "LIBSSH2_ERROR_DECRYPT" nil t)
17  (:integer LIBSSH2-ERROR-SOCKET-DISCONNECT "LIBSSH2_ERROR_SOCKET_DISCONNECT" nil t)
18  (:integer LIBSSH2-ERROR-PROTO "LIBSSH2_ERROR_PROTO" nil t)
19  (:integer LIBSSH2-ERROR-PASSWORD-EXPIRED "LIBSSH2_ERROR_PASSWORD_EXPIRED" nil t)
20  (:integer LIBSSH2-ERROR-FILE "LIBSSH2_ERROR_FILE" nil t)
21  (:integer LIBSSH2-ERROR-METHOD-NONE "LIBSSH2_ERROR_METHOD_NONE" nil t)
22  (:integer LIBSSH2-ERROR-AUTHENTICATION-FAILED "LIBSSH2_ERROR_AUTHENTICATION_FAILED" nil t)
23  (:integer LIBSSH2-ERROR-PUBLICKEY-UNVERIFIED "LIBSSH2_ERROR_PUBLICKEY_UNVERIFIED" nil t)
24  (:integer LIBSSH2-ERROR-CHANNEL-OUTOFORDER "LIBSSH2_ERROR_CHANNEL_OUTOFORDER" nil t)
25  (:integer LIBSSH2-ERROR-CHANNEL-FAILURE "LIBSSH2_ERROR_CHANNEL_FAILURE" nil t)
26  (:integer LIBSSH2-ERROR-CHANNEL-REQUEST-DENIED "LIBSSH2_ERROR_CHANNEL_REQUEST_DENIED" nil t)
27  (:integer LIBSSH2-ERROR-CHANNEL-UNKNOWN "LIBSSH2_ERROR_CHANNEL_UNKNOWN" nil t)
28  (:integer LIBSSH2-ERROR-CHANNEL-WINDOW-EXCEEDED "LIBSSH2_ERROR_CHANNEL_WINDOW_EXCEEDED" nil t)
29  (:integer LIBSSH2-ERROR-CHANNEL-PACKET-EXCEEDED "LIBSSH2_ERROR_CHANNEL_PACKET_EXCEEDED" nil t)
30  (:integer LIBSSH2-ERROR-CHANNEL-CLOSED "LIBSSH2_ERROR_CHANNEL_CLOSED" nil t)
31  (:integer LIBSSH2-ERROR-CHANNEL-EOF-SENT "LIBSSH2_ERROR_CHANNEL_EOF_SENT" nil t)
32  (:integer LIBSSH2-ERROR-SCP-PROTOCOL "LIBSSH2_ERROR_SCP_PROTOCOL" nil t)
33  (:integer LIBSSH2-ERROR-ZLIB "LIBSSH2_ERROR_ZLIB" nil t)
34  (:integer LIBSSH2-ERROR-SOCKET-TIMEOUT "LIBSSH2_ERROR_SOCKET_TIMEOUT" nil t)
35  (:integer LIBSSH2-ERROR-SFTP-PROTOCOL "LIBSSH2_ERROR_SFTP_PROTOCOL" nil t)
36  (:integer LIBSSH2-ERROR-REQUEST-DENIED "LIBSSH2_ERROR_REQUEST_DENIED" nil t)
37  (:integer LIBSSH2-ERROR-METHOD-NOT-SUPPORTED "LIBSSH2_ERROR_METHOD_NOT_SUPPORTED" nil t)
38  (:integer LIBSSH2-ERROR-INVAL "LIBSSH2_ERROR_INVAL" nil t)
39  (:integer LIBSSH2-ERROR-INVALID-POLL-TYPE "LIBSSH2_ERROR_INVALID_POLL_TYPE" nil t)
40  (:integer LIBSSH2-ERROR-PUBLICKEY-PROTOCOL "LIBSSH2_ERROR_PUBLICKEY_PROTOCOL" nil t)
41  (:integer LIBSSH2-ERROR-EAGAIN "LIBSSH2_ERROR_EAGAIN" nil t)
42  (:integer LIBSSH2-ERROR-BUFFER-TOO-SMALL "LIBSSH2_ERROR_BUFFER_TOO_SMALL" nil t)
43  (:integer LIBSSH2-ERROR-BAD-USE "LIBSSH2_ERROR_BAD_USE" nil t)
44  (:integer LIBSSH2-ERROR-COMPRESS "LIBSSH2_ERROR_COMPRESS" nil t)
45  (:integer LIBSSH2-ERROR-OUT-OF-BOUNDARY "LIBSSH2_ERROR_OUT_OF_BOUNDARY" nil t)
46  (:integer LIBSSH2-ERROR-AGENT-PROTOCOL "LIBSSH2_ERROR_AGENT_PROTOCOL" nil t)
47  (:integer LIBSSH2-ERROR-SOCKET-RECV "LIBSSH2_ERROR_SOCKET_RECV" nil t)
48  (:integer LIBSSH2-ERROR-ENCRYPT "LIBSSH2_ERROR_ENCRYPT" nil t)
49  (:integer LIBSSH2-ERROR-BAD-SOCKET "LIBSSH2_ERROR_BAD_SOCKET" nil t)
50  (:integer LIBSSH2-ERROR-KNOWN-HOSTS "LIBSSH2_ERROR_KNOWN_HOSTS" nil t)
51  (:integer SSH-DISCONNECT-HOST-NOT-ALLOWED-TO-CONNECT "SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT" nil t)
52  (:integer SSH-DISCONNECT-PROTOCOL-ERROR "SSH_DISCONNECT_PROTOCOL_ERROR" nil t)
53  (:integer SSH-DISCONNECT-KEY-EXCHANGE-FAILED "SSH_DISCONNECT_KEY_EXCHANGE_FAILED" nil t)
54  (:integer SSH-DISCONNECT-RESERVED "SSH_DISCONNECT_RESERVED" nil t)
55  (:integer SSH-DISCONNECT-MAC-ERROR "SSH_DISCONNECT_MAC_ERROR" nil t)
56  (:integer SSH-DISCONNECT-COMPRESSION-ERROR "SSH_DISCONNECT_COMPRESSION_ERROR" nil t)
57  (:integer SSH-DISCONNECT-SERVICE-NOT-AVAILABLE "SSH_DISCONNECT_SERVICE_NOT_AVAILABLE" nil t)
58  (:integer SSH-DISCONNECT-PROTOCOL-VERSION-NOT-SUPPORTED "SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED" nil t)
59  (:integer SSH-DISCONNECT-HOST-KEY-NOT-VERIFIABLE "SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLE" nil t)
60  (:integer SSH-DISCONNECT-CONNECTION-LOST "SSH_DISCONNECT_CONNECTION_LOST" nil t)
61  (:integer SSH-DISCONNECT-BY-APPLICATION "SSH_DISCONNECT_BY_APPLICATION" nil t)
62  (:integer SSH-DISCONNECT-TOO-MANY-CONNECTIONS "SSH_DISCONNECT_TOO_MANY_CONNECTIONS" nil t)
63  (:integer SSH-DISCONNECT-AUTH-CANCELLED-BY-USER "SSH_DISCONNECT_AUTH_CANCELLED_BY_USER" nil t)
64  (:integer SSH-DISCONNECT-NO-MORE-AUTH-METHODS-AVAILABLE "SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE" nil t)
65  (:integer SSH-DISCONNECT-ILLEGAL-USER-NAME "SSH_DISCONNECT_ILLEGAL_USER_NAME" nil t))