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

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

revision 352 by forsberg, Thu Mar 27 13:29:36 2003 UTC revision 357 by forsberg, Fri Mar 28 12:55:25 2003 UTC
# Line 450  sec_out_mcs_data(STREAM s) Line 450  sec_out_mcs_data(STREAM s)
450          out_uint16(s, 1);          out_uint16(s, 1);
451    
452          out_uint32(s, 0);          out_uint32(s, 0);
453          out_uint32_le(s, 0x070008);          out_uint8(s, server_bpp);
454            out_uint16_le(s, 0x0700);
455            out_uint8(s, 0);
456          out_uint32_le(s, 1);          out_uint32_le(s, 1);
457          out_uint8s(s, 64);      /* End of client info */          out_uint8s(s, 64);      /* End of client info */
458    
# Line 772  sec_recv(void) Line 774  sec_recv(void)
774    
775                          if (sec_flags & SEC_LICENCE_NEG)                          if (sec_flags & SEC_LICENCE_NEG)
776                          {                          {
777                                    if (sec_flags & SEC_ENCRYPT) {
778                                            DEBUG_RDP5(("Encrypted license detected\n"));
779                                    }
780                                  licence_process(s);                                  licence_process(s);
781                                  continue;                                  continue;
782                          }                          }

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

  ViewVC Help
Powered by ViewVC 1.1.26