forked from creaktive/tsh
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
62 lines (32 loc) · 1.79 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Version 0.6 released on 2003-09-11. Changes from version 0.52:
* switched from RC4-160 to AES-CBC-128 + HMAC-SHA1
* some minor bugfixes & code cleanup
Version 0.52 released on 2003-03-24. Changes from version 0.51:
* improved the server side of the connect-back mode
so that it resolves the client hostname
Version 0.51 released on 2003-03-20. Changes from version 0.5:
* fixed a bug on the client side of the connect-back mode
* cleaned up the packet encryption layer
Version 0.5 released on 2003-03-20. Changes from version 0.42:
* added "connect-back" mode, so as to bypass firewalls
* improved the IV generation algorithm
Version 0.42 released on 2003-02-20. Changes from version 0.41:
* switched from MD5 to SHA-1
* data is encrypted with 160-bit RC4
* increased IV length to 128 bits
Version 0.41 released on 2003-02-15. Changes from version 0.4:
* removed a few redundant comments
Version 0.4 released on 2003-02-14. Changes from version 0.31:
* data is now encrypted using strong 128-bit RC4
* added optimization flags
Version 0.31 released on 2003-01-24. Changes from version 0.3:
* slightly enhanced the data streams handling code,
thanks to the select() system call
Version 0.3 released on 2003-01-22. Changes from version 0.2:
* fixed a bug which could cause premature termination
of the server or the client under heavy network load
* added support for Cygwin and HP-UX
Version 0.2 released on 2003-01-15. Changes from version 0.1:
* the code is now architecture independant
* added support for *BSD, OSF, SunOS and IRIX
Version 0.1 released on 2002-12-01