Commit Graph

6 Commits (master)

Author SHA1 Message Date
Michele Calgaro 4a0c933b07
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Tobias Junghans 1a381cb760 common: d3des: use per-thread key register
When encrypting/decrypting from different threads this can race due to
the global key register.
7 years ago
Tobias Junghans a70d3b2710 common: d3des: drop unused rfbCPKey() 7 years ago
Tobias Junghans f0aab31786 common: d3des: make static arrays const 7 years ago
Christian Beier e832999a58 Set proper file permissions for source files. 15 years ago
Christian Beier ffe30366d6 Put files used by both libs into a 'common' dir.
No functional changes. All files used by _both_ libvncserver and
libvncclient are put into a 'common' directory and references
from other files as well as Autotools and CMake build systems are
updated.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
15 years ago