39 error(
"expected tag %d, got %d\n", tagval,
tag);
242 error(
"expected AUcf, got %d\n", opcode);
265 DEBUG_RDP5((
"Sending CJRQ for channel #%d\n", chanid));
294 error(
"expected CJcf, got %d\n", opcode);
373 error(
"expected data, got %d\n", opcode);
410 for (
i = 0;
i <
This->num_channels;
i++)
446 for (
i = 0;
i <
This->num_channels;
i++)
469 This->mcs_userid = 0;
RD_BOOL ber_parse_header(STREAM s, int tagval, int *length)
void ber_out_header(STREAM s, int tagval, int length)
void ber_out_integer(STREAM s, int value)
#define BER_TAG_OCTET_STRING
#define MCS_TAG_DOMAIN_PARAMS
#define MCS_CONNECT_INITIAL
#define MCS_CONNECT_RESPONSE
#define MCS_USERCHANNEL_BASE
#define MCS_GLOBAL_CHANNEL
void iso_reset_state(void)
RD_BOOL iso_connect(char *server, char *username, char *domain, char *password, RD_BOOL reconnect, uint32 *selected_protocol)
STREAM iso_init(int length)
void iso_disconnect(void)
STREAM iso_recv(uint8 *rdpver)
static void mcs_send_cjrq(uint16 chanid)
STREAM mcs_init(int length)
void mcs_reset_state(void)
static void mcs_send_edrq(void)
static RD_BOOL mcs_recv_aucf(uint16 *mcs_userid)
STREAM mcs_recv(uint16 *channel, uint8 *rdpver)
static void mcs_send_aurq(void)
static RD_BOOL mcs_recv_connect_response(STREAM mcs_data)
void mcs_disconnect(void)
void mcs_send_to_channel(STREAM s, uint16 channel)
static RD_BOOL mcs_recv_cjcf(void)
static void mcs_send_connect_initial(STREAM mcs_data)
static void mcs_out_domain_params(STREAM s, int max_channels, int max_users, int max_tokens, int max_pdusize)
static RD_BOOL mcs_parse_domain_params(STREAM s)
#define s_pop_layer(s, h)
#define s_push_layer(s, h, n)
#define out_uint16_be(s, v)
#define in_uint16_be(s, v)
#define out_uint8p(s, v, n)
void sec_process_mcs_data(STREAM s)
GLuint GLsizei GLsizei * length
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
int const JOCTET unsigned int datalen
BOOL iso_reconnect(RDPCLIENT *This, char *server, char *cookie)
BOOL mcs_connect(RDPCLIENT *This, char *server, char *cookie, STREAM mcs_data)
BOOL mcs_reconnect(RDPCLIENT *This, char *server, char *cookie, STREAM mcs_data)
static rfbScreenInfoPtr server