summaryrefslogtreecommitdiffstats
path: root/common/d3des.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* common: d3des: use per-thread key registerTobias Junghans2018-11-071-1/+9
| | | | | When encrypting/decrypting from different threads this can race due to the global key register.
* common: d3des: drop unused rfbCPKey()Tobias Junghans2018-11-071-8/+0
|
* common: d3des: make static arrays constTobias Junghans2018-11-071-13/+13
|
* Set proper file permissions for source files.Christian Beier2011-03-101-0/+0
|
* Put files used by both libs into a 'common' dir.Christian Beier2011-01-251-0/+436
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>