/[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

Log of /sourceforge.net/trunk/rdesktop/licence.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1487)

Revision 706 - (view) (annotate) - [select for diffs]
Modified Tue Jun 1 08:06:02 2004 UTC (19 years, 11 months ago) by astrand
File length: 8530 byte(s)
Diff to previous 699
Indent fixes


Revision 699 - (view) (annotate) - [select for diffs]
Modified Sun May 16 11:18:20 2004 UTC (19 years, 11 months ago) by matthewc
File length: 8538 byte(s)
Diff to previous 437
Document differences between RDP encryption and SSLv3, and bring some
of the terminology in line with the SSLv3 specification.


Revision 437 - (view) (annotate) - [select for diffs]
Modified Mon Jul 28 21:41:12 2003 UTC (20 years, 9 months ago) by jsorg71
File length: 8484 byte(s)
Diff to previous 408
preceeded more global vars with g_


Revision 408 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 10:44:20 2003 UTC (20 years, 10 months ago) by forsberg
File length: 8480 byte(s)
Diff to previous 380
Indentation changes.


Revision 380 - (view) (annotate) - [select for diffs]
Modified Fri May 30 21:44:06 2003 UTC (20 years, 11 months ago) by jsorg71
File length: 8480 byte(s)
Diff to previous 367
adding g_ prefix to global vars, licence.c done


Revision 367 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 13:04:15 2003 UTC (21 years ago) by matthewc
File length: 8454 byte(s)
Diff to previous 366
Move non system dependent part of save_licence back to licence.c.
Clean up overly paranoid code, close files, free memory, etc.


Revision 366 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 12:52:46 2003 UTC (21 years ago) by matthewc
File length: 8228 byte(s)
Diff to previous 365
Update other places where LICENCE_TAG_* is used.


Revision 365 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 08:19:15 2003 UTC (21 years ago) by matthewc
File length: 8144 byte(s)
Diff to previous 364
Fix some instances of out_uint{16|32} with non-zero value (should be
out_uint{16|32}_{le|be}


Revision 364 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 08:08:40 2003 UTC (21 years ago) by matthewc
File length: 8132 byte(s)
Diff to previous 359
Split licensing "tag" into 8-bit tag/version and remove LICENCE_TAG_*_5
constants.


Revision 359 - (view) (annotate) - [select for diffs]
Modified Thu Apr 3 13:52:41 2003 UTC (21 years ago) by forsberg
File length: 8299 byte(s)
Diff to previous 325
Define and use RDP5-related licence tags. Seems to solve the troubles with
undefined licence tags when running in RDP5 mode.


Revision 325 - (view) (annotate) - [select for diffs]
Modified Tue Feb 11 11:31:04 2003 UTC (21 years, 2 months ago) by astrand
File length: 8139 byte(s)
Diff to previous 320
Moved save_licence/load_licence back to rdesktop.c


Revision 320 - (view) (annotate) - [select for diffs]
Modified Mon Feb 10 13:05:40 2003 UTC (21 years, 2 months ago) by astrand
File length: 11513 byte(s)
Diff to previous 318
load_licence/save_licence static.


Revision 318 - (view) (annotate) - [select for diffs]
Modified Mon Feb 10 12:58:51 2003 UTC (21 years, 2 months ago) by astrand
File length: 11499 byte(s)
Diff to previous 317
Indent fixes


Revision 317 - (view) (annotate) - [select for diffs]
Modified Mon Feb 10 12:56:34 2003 UTC (21 years, 2 months ago) by astrand
File length: 11519 byte(s)
Diff to previous 293
Moved load_licence/save_licence to licence.c. Removed SAVE_LICENCE cond.


Revision 293 - (view) (annotate) - [select for diffs]
Modified Tue Jan 21 20:22:44 2003 UTC (21 years, 3 months ago) by astrand
File length: 8248 byte(s)
Diff to previous 214
Uses <openssl/rc4.h> if WITH_OPENSSL.
(patch [ 666773 ] Let licence.c optionally use the real rc4.h file)


Revision 214 - (view) (annotate) - [select for diffs]
Modified Sun Oct 6 13:57:39 2002 UTC (21 years, 6 months ago) by matthewc
File length: 8189 byte(s)
Diff to previous 207
Remove -l (Microsoft have long since fixed the bug that made it work).


Revision 207 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:26:46 2002 UTC (21 years, 7 months ago) by matthewc
File length: 8323 byte(s)
Diff to previous 190
Update copyright dates on all files that have changed.
Bump version to 1.2-cvs.


Revision 190 - (view) (annotate) - [select for diffs]
Modified Tue Sep 24 07:33:17 2002 UTC (21 years, 7 months ago) by matthewc
File length: 8323 byte(s)
Diff to previous 159
Make no translation messages DEBUG_KBD.
Clean up includes, fix a few compile warnings, avoid rdesktop.h depending
on X (at the expense of KeySym -> uint32 - maybe in the future we need a
better proto scheme).


Revision 159 - (view) (annotate) - [select for diffs]
Modified Sun Sep 15 12:36:55 2002 UTC (21 years, 7 months ago) by matthewc
File length: 8296 byte(s)
Diff to previous 82
#ifdef out licence save code.  I don't think it's really necessary; it's
always been broken and AFAIK no-one has complained.


Revision 82 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 07:18:48 2002 UTC (21 years, 9 months ago) by astrand
File length: 8207 byte(s)
Diff to previous 77
Changed max line length to 100


Revision 77 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 20:17:10 2002 UTC (21 years, 9 months ago) by astrand
File length: 8241 byte(s)
Diff to previous 73
Indentation fixes


Revision 73 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 19:21:51 2002 UTC (21 years, 9 months ago) by astrand
File length: 8240 byte(s)
Diff to previous 64
Applied patch from Bob Bell (#2)


Revision 64 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 16:38:31 2002 UTC (21 years, 9 months ago) by astrand
File length: 8230 byte(s)
Diff to previous 61
Fixed indentation with indent


Revision 61 - (view) (annotate) - [select for diffs]
Modified Sun Jul 14 12:06:03 2002 UTC (21 years, 9 months ago) by matthewc
File length: 8196 byte(s)
Diff to previous 60
The 128-bit change broke licensing when used with 40-bit encryption
(sec_sign is also used from licence.c).  Fix from Lars Heete.


Revision 60 - (view) (annotate) - [select for diffs]
Modified Sun Jul 14 04:29:21 2002 UTC (21 years, 9 months ago) by jsorg71
File length: 8188 byte(s)
Diff to previous 39
license_send_request, static stream length was 120 + dynamic data, should be 128 + dynamic data


Revision 39 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 07:57:43 2002 UTC (22 years ago) by matthewc
File length: 8191 byte(s)
Diff to previous 30
Code to save and load licence (not quite working yet - server still seems
to reissue the licence).
Small clean-up in xkeymap.


Revision 30 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 13:51:38 2001 UTC (22 years, 7 months ago) by matty
File length: 6481 byte(s)
Diff to previous 28
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 28 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 13:54:48 2001 UTC (22 years, 10 months ago) by matty
File length: 6518 byte(s)
Diff to previous 25
Merges from pl19-6-5.


Revision 25 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 03:47:04 2001 UTC (23 years, 3 months ago) by matty
File length: 6463 byte(s)
Diff to previous 24
Changed indentation style (-psl).


Revision 24 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 03:12:10 2001 UTC (23 years, 3 months ago) by matty
File length: 6473 byte(s)
Diff to previous 10
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


Revision 10 - (view) (annotate) - [select for diffs]
Added Tue Aug 15 10:23:24 2000 UTC (23 years, 8 months ago) by matty
File length: 6474 byte(s)
Major commit of work from laptop - done in various free moments.
Implemented encryption layer and some basic licensing negotiation.
Reorganised code somewhat. While this is not quite as clean, it is
a lot faster - our parser speed was becoming a bottle-neck.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26