/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp.c
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/rdp.c

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

revision 543 by astrand, Mon Nov 3 13:33:35 2003 UTC revision 559 by stargo, Thu Dec 11 12:25:38 2003 UTC
# Line 247  rdp_send_logon_info(uint32 flags, char * Line 247  rdp_send_logon_info(uint32 flags, char *
247                  rdp_out_unistr(s, "127.0.0.1", len_ip);                  rdp_out_unistr(s, "127.0.0.1", len_ip);
248                  out_uint16_le(s, len_dll + 2);                  out_uint16_le(s, len_dll + 2);
249                  rdp_out_unistr(s, "C:\\WINNT\\System32\\mstscax.dll", len_dll);                  rdp_out_unistr(s, "C:\\WINNT\\System32\\mstscax.dll", len_dll);
250                    /*
251                    out_uint16_le(s, tz_offset/60);
252                    out_uint16_le(s, 0x0000);
253                    */
254                  out_uint16_le(s, 0xffc4);                  out_uint16_le(s, 0xffc4);
255                  out_uint16_le(s, 0xffff);                  out_uint16_le(s, 0xffff);
256    
257                  rdp_out_unistr(s, "GTB, normaltid", 2 * strlen("GTB, normaltid"));                  rdp_out_unistr(s, "GTB, normaltid", 2 * strlen("GTB, normaltid"));
258                  out_uint8s(s, 62 - 2 * strlen("GTB, normaltid"));                  out_uint8s(s, 62 - 2 * strlen("GTB, normaltid"));
259    

Legend:
Removed from v.543  
changed lines
  Added in v.559

  ViewVC Help
Powered by ViewVC 1.1.26