forked from rdesktop/rdesktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
203 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/* three seperate function for speed when decompressing the bitmaps | ||
when modifing one function make the change in the others | ||
/* three separate function for speed when decompressing the bitmaps | ||
when modifying one function make the change in the others | ||
[email protected] */ | ||
|
||
/* indent is confused by this file */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* -*- c-basic-offset: 8 -*- | ||
rdesktop: A Remote Desktop Protocol client. | ||
CredSSP layer and kerberos support. | ||
CredSSP layer and Kerberos support. | ||
Copyright 2012-2017 Henrik Andersson <[email protected]> for Cendio AB | ||
This program is free software: you can redistribute it and/or modify | ||
|
@@ -710,7 +710,7 @@ cssp_connect(char *server, char *user, char *domain, char *password, STREAM s) | |
return False; | ||
} | ||
|
||
// Establish tls connection to server | ||
// Establish TLS connection to server | ||
if (!tcp_tls_connect()) | ||
{ | ||
logger(Core, Debug, "cssp_connect(), failed to establish TLS connection"); | ||
|
@@ -751,7 +751,7 @@ cssp_connect(char *server, char *user, char *domain, char *password, STREAM s) | |
{ | ||
if (i == 0) | ||
logger(Core, Notice, | ||
"Failed to intialize NLA, do you have correct kerberos tgt initialized ?"); | ||
"Failed to initialize NLA, do you have correct Kerberos TGT initialized ?"); | ||
else | ||
logger(Core, Error, "cssp_connect(), negotiation failed"); | ||
|
||
|
@@ -764,7 +764,7 @@ cssp_connect(char *server, char *user, char *domain, char *password, STREAM s) | |
if (!(actual_services & GSS_C_CONF_FLAG)) | ||
{ | ||
logger(Core, Error, | ||
"cssp_connect(), confidiality service required but is not available"); | ||
"cssp_connect(), confidentiality service required but is not available"); | ||
goto bail_out; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,15 +41,15 @@ rdesktop (1.8.1) | |
* Fix issue with reconnect, make use of deactivate variable | ||
* Added 4 new disconnect reasons with exit codes | ||
* Fix issues of window handling in SeamlessRDP parts of rdesktop | ||
* Fix a backward compability with OpenSSL < 0.9.9 | ||
* Fix a backward compatibility with OpenSSL < 0.9.9 | ||
* Fix a bug when code needs a x window available but there are none. | ||
* Fix a sigsegv zeroing memory | ||
* Fix a 64bit portability issue | ||
* Fix a 64-bit portability issue | ||
|
||
-- Henrik Andersson <[email protected]> 2013-11-18 | ||
|
||
rdesktop (1.8.0) | ||
* Support for protocol negotiation eg. SSL/TLSv1 and CredSSP | ||
* Support for protocol negotiation e.g. SSL/TLSv1 and CredSSP | ||
* Support for CredSSP + Kerberos authentication (NLA) | ||
* Support for smart card single-sign-on | ||
* Support passing smart card pin as password as argument | ||
|
@@ -67,10 +67,10 @@ rdesktop (1.8.0) | |
|
||
rdesktop (1.7.1) | ||
* Fix clipboard issue when not building with unicode support | ||
* Fix compilation against newer PCSC lite versions | ||
* Fix compilation against newer PCSC-lite versions | ||
* Fix for per-device license mode on Windows 2008 R2 terminal server | ||
* Fix building 64bit version with static openssl linkage | ||
* Rewrite of smartcard handling for 64bit support, fixes several bugs | ||
* Fix building 64-bit version with static openssl linkage | ||
* Rewrite of smartcard handling for 64-bit support, fixes several bugs | ||
* Improved license handling using XDG directories | ||
|
||
-- Henrik Andersson <[email protected]> 2012-01-09 | ||
|
@@ -113,7 +113,7 @@ rdesktop (1.6.0) | |
rdesktop (1.5.0) | ||
* SeamlessRDP - seamless windows support | ||
* Keymap fixes | ||
* Fix connection issues with Windows XP RTM | ||
* Fix connection issues with Microsoft Windows XP RTM | ||
* Keyboard handling improvements and fixes | ||
* SGI/Irix sound-driver fixes | ||
* Support for clipboard INCR protocol | ||
|
@@ -125,7 +125,7 @@ rdesktop (1.5.0) | |
* Large file support | ||
* The default color depth is now the depth of the root window | ||
* Basic support for Windows Vista Beta 2 | ||
* Fix high cpu-usage in OSS-driver | ||
* Fix high CPU-usage in OSS-driver | ||
|
||
-- Peter Astrand <[email protected]> Wed, 13 Sep 2006 15:11:39 +0200 (CEST) | ||
|
||
|
@@ -162,15 +162,15 @@ rdesktop (1.4.0) | |
rdesktop (1.3.1) | ||
* Crypto fixes for RDP5 | ||
* Keyboard and keymap fixes | ||
* some endianess fixes for high color | ||
* some endianness fixes for high color | ||
* portability enhancements | ||
|
||
-- Matthew Chapman <[email protected]> Tue, 21 Jan 2004 20:34 | ||
|
||
rdesktop (1.3.0) | ||
|
||
* RDP5 | ||
* 15, 16 and 24 bit color depths | ||
* 15, 16 and 24-bit color depths | ||
* Basic clipboard redirection | ||
* Sound | ||
* IPv6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ The IPv6 support was developed by Mike Dawson <[email protected]>: | |
|
||
Attached is a patch to tcp.c to enable IPv6 support. Build with | ||
'IPv6' defined to enable it. It's so far only been tested on | ||
Linux 2.4.21 connecting to Windows XP SP1. | ||
Linux 2.4.21 connecting to Microsoft Windows XP SP1. | ||
|
||
Since terminal services doesn't seem to bind to the ipv6 interface | ||
Since terminal services doesn't seem to bind to the IPv6 interface | ||
on XP I had to run 'netsh interface portproxy add v6tov4 | ||
listenport=3389 connectport=3389' from the windows command prompt | ||
to get it to work. | ||
|
@@ -20,10 +20,10 @@ rdesktop now supports numeric IPv6 addresses: | |
|
||
rdesktop 2001:1:2:3::4 | ||
|
||
without it getting confused with an ipv4:port specification. I've | ||
without it getting confused with an IPv4:port specification. I've | ||
also followed the square bracket convention used by browsers | ||
(http://www.ietf.org/rfc/rfc2732.txt) so if you want to specify a | ||
non-standard port with an ipv6 address you can use the format: | ||
non-standard port with an IPv6 address you can use the format: | ||
|
||
rdesktop [2001:1:2:3::4]:3390 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.