Class: Rex::Proto::DRDA::Constants
- Inherits:
-
Object
- Object
- Rex::Proto::DRDA::Constants
- Defined in:
- lib/rex/proto/drda/constants.rb
Constant Summary collapse
- EXCSAT =
DRDA Code Points
0x1041- EXTNAM =
Exchange Server Attributes
0x115e- MGRLVLLS =
External Name
0x1404- SRVCLSNM =
Manager-Level List
0x1147- SRVNAM =
Server Class Name
0x116d- SRVRLSLV =
Server Name
0x115a- ACCSEC =
Server Product Release Level
0x106d- SECMEC =
Access Security
0x11a2- RDBNAM =
Security Mechanism
0x2110- SECTKN =
Relational Database Name
0x11dc- EXCSATRD =
Security Token
0x1443- ACCSECRD =
Server Attributes Reply Data
0x14ac- SRVDGN =
Access Security Reply Data
0x1153- RDBNFNRM =
Server Diagnostic Information
0x2211- SECCHK =
Relational Database Not Found
0x106e- USERID =
Security Check
0x11a0- PASSWORD =
Remote User ID
0x11a1- RDBACCCL =
Remote Password
0x210f- PRDID =
RDB Access Manager Class
0x112e- PRDDTA =
Product-Specific Identifier
0x2104- TYPEDEFNAM =
Product-Specific Data
0x002f- TTPEDEFOVR =
Data Type Definition Name
0x0035- CRRTKN =
TYPEDEF Overrides
0x2135- TRGDFTRT =
Correlation Token
0x213b- SQLCARD =
Target Default Value Return
0x2408- SECCHKRM =
SQL Communications Area Reply Data
0x1219- SRVCOD =
Security Check Response Message
0x1149- SECCHKCD =
Severity Code
0x11a4- ACCRDBRM =
Security Check Code
0x2201
Class Method Summary collapse
-
.const_values ⇒ Object
Access to RDB Completed.
Class Method Details
.const_values ⇒ Object
Access to RDB Completed
43 44 45 |
# File 'lib/rex/proto/drda/constants.rb', line 43 def self.const_values self.constants.map {|x| self.const_get x} end |