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

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

revision 28 by matty, Wed Jun 20 13:54:48 2001 UTC revision 30 by matty, Fri Sep 14 13:51:38 2001 UTC
# Line 1  Line 1 
1  /*  /*
2     rdesktop: A Remote Desktop Protocol client.     rdesktop: A Remote Desktop Protocol client.
3     RDP licensing negotiation     RDP licensing negotiation
4     Copyright (C) Matthew Chapman 1999-2000     Copyright (C) Matthew Chapman 1999-2001
5        
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 142  licence_parse_authreq(STREAM s, uint8 ** Line 142  licence_parse_authreq(STREAM s, uint8 **
142          in_uint16_le(s, tokenlen);          in_uint16_le(s, tokenlen);
143          if (tokenlen != LICENCE_TOKEN_SIZE)          if (tokenlen != LICENCE_TOKEN_SIZE)
144          {          {
145                  ERROR("token len %d\n", tokenlen);                  error("token len %d\n", tokenlen);
146                  return False;                  return False;
147          }          }
148    
# Line 216  licence_process_issue(STREAM s) Line 216  licence_process_issue(STREAM s)
216          licence_issued = True;          licence_issued = True;
217    
218          /* We should save the licence here */          /* We should save the licence here */
         STATUS("Server issued licence.\n");  
219  }  }
220    
221  /* Process a licence packet */  /* Process a licence packet */
# Line 246  licence_process(STREAM s) Line 245  licence_process(STREAM s)
245                          break;                          break;
246    
247                  default:                  default:
248                          NOTIMP("licence tag 0x%x\n", tag);                          unimpl("licence tag 0x%x\n", tag);
249          }          }
250  }  }

Legend:
Removed from v.28  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26