Skip to content
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

Robustness, WinPR, Codecs, CMake #1679

Merged
merged 196 commits into from
Feb 5, 2014
Merged

Conversation

awakecoding
Copy link
Member

libfreerdp-core:

  • fix valgrind warnings
  • robustness fixes in GCC, MCS, core RDP

libfreerdp-client:

  • improve .rdp file parsing/writing functions
  • extend usage of .rdp file options

wfreerdp:

  • Vastly improved rdpsnd implementation (now as good as mstsc)
  • Improve windows build system options

channels/cliprdr:

  • Refactor and offer callback interface (eventual replacement of old eventing system)

libfreerdp-codec:

  • Implement RDP6 planar encoder, fully unit tested and compared with mstsc

libfreerdp-crypto:

  • Offer new callback to expose X509 certificate directly to client implementation

libwinpr-synch:

  • Implement timer queues and timers (not yet ported everywhere)

libwinpr-crypto:

  • Initial implementation of CryptProtectMemory

libwinpr-sspi:

  • Fix bug in server-side NTLM module (incorrect TargetName length)

Benoît LeBlanc and others added 30 commits October 25, 2013 14:59
Conflicts:
	libfreerdp/core/gateway/tsg.c
	libfreerdp/crypto/tls.c
stringWithFormat returns an autoreleased object, so manually releasing message results in a crash
Fix double release of NSString
…ters on Windows.

Modified write_rdp_file_ macros for windows compatibility
awakecoding and others added 23 commits January 26, 2014 20:49
…titransport), join the MCS message channel and process auto-detect PDUs during the connection sequence.
… 1024. For large numbers of static virtual channels, the stream was being overflowed and was causing crashes.
@awakecoding
Copy link
Member Author

@freerdp-bot test.

@freerdp-bot
Copy link

Test FAILed.
Refer to this link for build results: https://ci.freerdp.com/job/PullRequestBuilder/113/

@awakecoding
Copy link
Member Author

@freerdp-bot test.

@freerdp-bot
Copy link

Test PASSed.
Refer to this link for build results: https://ci.freerdp.com/job/PullRequestBuilder/114/

awakecoding added a commit that referenced this pull request Feb 5, 2014
Robustness, WinPR, Codecs, CMake
@awakecoding awakecoding merged commit 19ab10d into FreeRDP:master Feb 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants