From ed280d5ac360e2af796e9bd973d7b4df89f0c449 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:20:12 -0500 Subject: Imported Upstream version 1.7.4 --- docs/private/paramiko.common-module.html | 1013 ------------------------------ 1 file changed, 1013 deletions(-) delete mode 100644 docs/private/paramiko.common-module.html (limited to 'docs/private/paramiko.common-module.html') diff --git a/docs/private/paramiko.common-module.html b/docs/private/paramiko.common-module.html deleted file mode 100644 index 5422192..0000000 --- a/docs/private/paramiko.common-module.html +++ /dev/null @@ -1,1013 +0,0 @@ - - - - - paramiko.common - - - - - - - - - - - - - - - - - - -
- - Package paramiko :: - Module common -
-
- - -
[show private | hide private]
[frames | no frames]
- - -

Module paramiko.common

- -Common constants and global variables. -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Variable Summary
intAUTH_FAILED = 2                                                                     
intAUTH_PARTIALLY_SUCCESSFUL = 1                                                                     
intAUTH_SUCCESSFUL = 0                                                                     
dictCONNECTION_FAILED_CODE = {1: 'Administratively prohibite... -
intCRITICAL = 50                                                                    
intDEBUG = 10                                                                    
intDISCONNECT_AUTH_CANCELLED_BY_USER = 13                                                                    
intDISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE = 14                                                                    
intDISCONNECT_SERVICE_NOT_AVAILABLE = 7                                                                     
intERROR = 40                                                                    
intINFO = 20                                                                    
intMSG_CHANNEL_CLOSE = 97                                                                    
intMSG_CHANNEL_DATA = 94                                                                    
intMSG_CHANNEL_EOF = 96                                                                    
intMSG_CHANNEL_EXTENDED_DATA = 95                                                                    
intMSG_CHANNEL_FAILURE = 100                                                                   
intMSG_CHANNEL_OPEN = 90                                                                    
intMSG_CHANNEL_OPEN_FAILURE = 92                                                                    
intMSG_CHANNEL_OPEN_SUCCESS = 91                                                                    
intMSG_CHANNEL_REQUEST = 98                                                                    
intMSG_CHANNEL_SUCCESS = 99                                                                    
intMSG_CHANNEL_WINDOW_ADJUST = 93                                                                    
intMSG_DEBUG = 4                                                                     
intMSG_DISCONNECT = 1                                                                     
intMSG_GLOBAL_REQUEST = 80                                                                    
intMSG_IGNORE = 2                                                                     
intMSG_KEXINIT = 20                                                                    
dictMSG_NAMES = {1: 'disconnect', 2: 'ignore', 3: 'unimpleme... -
intMSG_NEWKEYS = 21                                                                    
intMSG_REQUEST_FAILURE = 82                                                                    
intMSG_REQUEST_SUCCESS = 81                                                                    
intMSG_SERVICE_ACCEPT = 6                                                                     
intMSG_SERVICE_REQUEST = 5                                                                     
intMSG_UNIMPLEMENTED = 3                                                                     
intMSG_USERAUTH_BANNER = 53                                                                    
intMSG_USERAUTH_FAILURE = 51                                                                    
intMSG_USERAUTH_INFO_REQUEST = 60                                                                    
intMSG_USERAUTH_INFO_RESPONSE = 61                                                                    
intMSG_USERAUTH_PK_OK = 60                                                                    
intMSG_USERAUTH_REQUEST = 50                                                                    
intMSG_USERAUTH_SUCCESS = 52                                                                    
intWARNING = 30                                                                    

- - - - - - -
Variable Details
-
- -

AUTH_FAILED

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-2                                                                     
-
-
-
-
-
- -

AUTH_PARTIALLY_SUCCESSFUL

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-1                                                                     
-
-
-
-
-
- -

AUTH_SUCCESSFUL

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-0                                                                     
-
-
-
-
-
- -

CONNECTION_FAILED_CODE

-
-
-
-
-
Type:
-
- dict - -
-
Value:
-
-
-{1: 'Administratively prohibited',
- 2: 'Connect failed',
- 3: 'Unknown channel type',
- 4: 'Resource shortage'}                                               
-
-
-
-
-
- -

CRITICAL

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-50                                                                    
-
-
-
-
-
- -

DEBUG

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-10                                                                    
-
-
-
-
-
- -

DISCONNECT_AUTH_CANCELLED_BY_USER

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-13                                                                    
-
-
-
-
-
- -

DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-14                                                                    
-
-
-
-
-
- -

DISCONNECT_SERVICE_NOT_AVAILABLE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-7                                                                     
-
-
-
-
-
- -

ERROR

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-40                                                                    
-
-
-
-
-
- -

INFO

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-20                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_CLOSE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-97                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_DATA

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-94                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_EOF

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-96                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_EXTENDED_DATA

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-95                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_FAILURE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-100                                                                   
-
-
-
-
-
- -

MSG_CHANNEL_OPEN

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-90                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_OPEN_FAILURE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-92                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_OPEN_SUCCESS

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-91                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_REQUEST

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-98                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_SUCCESS

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-99                                                                    
-
-
-
-
-
- -

MSG_CHANNEL_WINDOW_ADJUST

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-93                                                                    
-
-
-
-
-
- -

MSG_DEBUG

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-4                                                                     
-
-
-
-
-
- -

MSG_DISCONNECT

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-1                                                                     
-
-
-
-
-
- -

MSG_GLOBAL_REQUEST

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-80                                                                    
-
-
-
-
-
- -

MSG_IGNORE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-2                                                                     
-
-
-
-
-
- -

MSG_KEXINIT

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-20                                                                    
-
-
-
-
-
- -

MSG_NAMES

-
-
-
-
-
Type:
-
- dict - -
-
Value:
-
-
-{1: 'disconnect',
- 2: 'ignore',
- 3: 'unimplemented',
- 4: 'debug',
- 5: 'service-request',
- 6: 'service-accept',
- 20: 'kexinit',
- 21: 'newkeys',
-...                                                                    
-
-
-
-
-
- -

MSG_NEWKEYS

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-21                                                                    
-
-
-
-
-
- -

MSG_REQUEST_FAILURE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-82                                                                    
-
-
-
-
-
- -

MSG_REQUEST_SUCCESS

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-81                                                                    
-
-
-
-
-
- -

MSG_SERVICE_ACCEPT

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-6                                                                     
-
-
-
-
-
- -

MSG_SERVICE_REQUEST

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-5                                                                     
-
-
-
-
-
- -

MSG_UNIMPLEMENTED

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-3                                                                     
-
-
-
-
-
- -

MSG_USERAUTH_BANNER

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-53                                                                    
-
-
-
-
-
- -

MSG_USERAUTH_FAILURE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-51                                                                    
-
-
-
-
-
- -

MSG_USERAUTH_INFO_REQUEST

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-60                                                                    
-
-
-
-
-
- -

MSG_USERAUTH_INFO_RESPONSE

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-61                                                                    
-
-
-
-
-
- -

MSG_USERAUTH_PK_OK

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-60                                                                    
-
-
-
-
-
- -

MSG_USERAUTH_REQUEST

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-50                                                                    
-
-
-
-
-
- -

MSG_USERAUTH_SUCCESS

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-52                                                                    
-
-
-
-
-
- -

WARNING

-
-
-
-
-
Type:
-
- int - -
-
Value:
-
-
-30                                                                    
-
-
-
-
-
- - - - - - - - - - - - - - - - - - -
Generated by Epydoc 2.1 on Sun Dec 4 11:16:47 2005http://epydoc.sf.net
- - -- cgit v1.2.3