-
-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remmina freerdp subtree + fixes for FreeBSD #585
Merged
antenore
merged 8,108 commits into
FreeRDP:remmina_freerdp-subtree
from
antenore:remmina_freerdp-subtree
Jun 18, 2015
Merged
Remmina freerdp subtree + fixes for FreeBSD #585
antenore
merged 8,108 commits into
FreeRDP:remmina_freerdp-subtree
from
antenore:remmina_freerdp-subtree
Jun 18, 2015
Conversation
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
libfreerdp-core: server synchronized access to dvc channel seq.
Clipboard, TS Gateway
…ion when hostname resolution fails
When a client set the host name, redirected drives would still be shown as coming from the computer name. For example if the computer the client run on is called "foo" and the client set the /host-name to "bar" any redirected drive is shown as "driveX on foo". Now the host name is used for drives when set.
rdpdr: use host name for redirected drives if set
SmartCard, Connection Broker, Clipboard, DrDynVC Fixes
Newer versions of cmake seem to use CMAKE_C_FLAGS for objective-c. Now both flags are set for compatibility.
Since commit a228952 FreeRDP generates corrupt licensing packets if the rdp security layer is used and the peer did not indicate that it is capable of processing encrypted licensing packets: That commit changed rdp->sec_flags after the rdp stream was already initialized with encryption enabled which placed the PDU payload at an incorrect offset. Instead of directly modifying the rdp->sec_flags this patch temporarily disables rdp->do_crypt during rdp stream initialization if the client has not advertised support for encrypted licensing packets.
license: fix for corrupted licensing packets
xfreerdp: fix problem with SetPosition
…tion on connection
Fix freerdp_channels_free for clients with multiple active connections
Forward layout ID of Programmer Dvorak to server
Openssl detection fix
Fix build failure on x32.
Fixes some build issues on Solaris 11.
Gateway Improvements and Fixes
…alDriverSerCx2Sys to SerialDriverSerialSys
Fixes Solaris bus error on sparc.
fixed: serial redirect not work #2333
AutoReconnect Fixes
antenore
added a commit
that referenced
this pull request
Jun 18, 2015
Remmina freerdp subtree + fixes for FreeBSD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.