/[rdesktop]/sourceforge.net/trunk/rdesktop/proto.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/proto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 352 by astrand, Tue Feb 11 11:31:04 2003 UTC revision 353 by forsberg, Thu Mar 27 13:33:16 2003 UTC
# Line 20  int get_current_workarea(uint32 * x, uin Line 20  int get_current_workarea(uint32 * x, uin
20  STREAM iso_init(int length);  STREAM iso_init(int length);
21  void iso_send(STREAM s);  void iso_send(STREAM s);
22  STREAM iso_recv(void);  STREAM iso_recv(void);
23  BOOL iso_connect(char *server);  BOOL iso_connect(char *server, char *username);
24  void iso_disconnect(void);  void iso_disconnect(void);
25  /* licence.c */  /* licence.c */
26  void licence_process(STREAM s);  void licence_process(STREAM s);
27  /* mcs.c */  /* mcs.c */
28  STREAM mcs_init(int length);  STREAM mcs_init(int length);
29  void mcs_send(STREAM s);  void mcs_send(STREAM s);
30  STREAM mcs_recv(void);  STREAM mcs_recv(uint16 * channel);
31  BOOL mcs_connect(char *server, STREAM mcs_data);  BOOL mcs_connect(char *server, STREAM mcs_data, char *username);
32  void mcs_disconnect(void);  void mcs_disconnect(void);
33  /* orders.c */  /* orders.c */
34  void process_orders(STREAM s);  void process_orders(STREAM s, uint16 count);
35  void reset_order_state(void);  void reset_order_state(void);
36  /* rdesktop.c */  /* rdesktop.c */
37  int main(int argc, char *argv[]);  int main(int argc, char *argv[]);
# Line 49  void save_licence(unsigned char *data, i Line 49  void save_licence(unsigned char *data, i
49  void rdp_out_unistr(STREAM s, char *string, int len);  void rdp_out_unistr(STREAM s, char *string, int len);
50  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1,  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1,
51                      uint16 param2);                      uint16 param2);
52    void process_bitmap_updates(STREAM s);
53    void process_colour_pointer_pdu(STREAM s);
54    void process_cached_pointer_pdu(STREAM s);
55    void process_null_system_pointer_pdu(STREAM s);
56    void process_palette(STREAM s);
57  void rdp_main_loop(void);  void rdp_main_loop(void);
58  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command,  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command,
59                   char *directory);                   char *directory);
60  void rdp_disconnect(void);  void rdp_disconnect(void);
61    /* rdp5.c */
62    void rdp5_process(STREAM s, BOOL encryption, BOOL shortform);
63    void rdp5_process_channel(STREAM s, uint16 channel);
64  /* secure.c */  /* secure.c */
65  void sec_hash_48(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2, uint8 salt);  void sec_hash_48(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2, uint8 salt);
66  void sec_hash_16(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2);  void sec_hash_16(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2);
# Line 62  void sec_sign(uint8 * signature, int sig Line 70  void sec_sign(uint8 * signature, int sig
70  STREAM sec_init(uint32 flags, int maxlen);  STREAM sec_init(uint32 flags, int maxlen);
71  void sec_send(STREAM s, uint32 flags);  void sec_send(STREAM s, uint32 flags);
72  STREAM sec_recv(void);  STREAM sec_recv(void);
73  BOOL sec_connect(char *server);  BOOL sec_connect(char *server, char *username);
74  void sec_disconnect(void);  void sec_disconnect(void);
75    void sec_process_mcs_data(STREAM s);
76    void sec_decrypt(uint8 * data, int length);
77  /* tcp.c */  /* tcp.c */
78  STREAM tcp_init(int maxlen);  STREAM tcp_init(int maxlen);
79  void tcp_send(STREAM s);  void tcp_send(STREAM s);

Legend:
Removed from v.352  
changed lines
  Added in v.353

  ViewVC Help
Powered by ViewVC 1.1.26