190
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do a proper parsing of the ReaderState structure. We did not
Pierre Ossman
as ossman_
More... over 11 years ago
Do not do SSL_Shutdown if we have triggered a network error,
Henrik Andersson
as hean01
More... over 11 years ago
Run indent-all script.
Henrik Andersson
as hean01
More... over 11 years ago
Added tcp_ui_run() to prevent ui_select() push data on transport
Henrik Andersson
as hean01
More... over 11 years ago
Bring back reset of g_ssl on reset_state()
Henrik Andersson
as hean01
More... over 11 years ago
Move g_ssl cleanup from reset_state() and only setup one ssl context per process.
Henrik Andersson
as hean01
More... over 11 years ago
SSL library initialization is not reentrant, lets do it once.
Henrik Andersson
as hean01
More... over 11 years ago
Set g_sock at correct point and remove from reset_state()
Henrik Andersson
as hean01
More... over 11 years ago
Make sure to reset encryption to initial value.
Henrik Andersson
as hean01
More... over 11 years ago
Moved utf8 to utf16 convertion from message() into a helper function
Henrik Andersson
as hean01
More... over 11 years ago
Silence some error spamming when rdesktop is in reconnect loop.
Henrik Andersson
as hean01
More... over 11 years ago
Do not report each reconnection retry every 4 seconds, just log
Henrik Andersson
as hean01
More... over 11 years ago
Make sure we don't spam log with failed send() messages if we
Henrik Andersson
as hean01
More... over 11 years ago
Reconnect with plain RDP if server cert is not configured.
Henrik Andersson
as hean01
More... almost 12 years ago
Make the cssp streambuffers dynamically grow instead of the static
Henrik Andersson
as hean01
More... almost 12 years ago
Fix indentation.
Henrik Andersson
as hean01
More... almost 12 years ago
Reconnect upon network failure, retry as long the autoreconnect
Henrik Andersson
as hean01
More... almost 12 years ago
Remove the use of getopt_long() introduced in previous commit.
Henrik Andersson
as hean01
More... almost 12 years ago
Initial support for CredSSP smartcard authentication.
Henrik Andersson
as hean01
More... almost 12 years ago
Zero out format struct before use.
Henrik Andersson
as hean01
More... almost 12 years ago
Add missing format string to snprintf's.
Henrik Andersson
as hean01
More... almost 12 years ago
Fix indentation.
Henrik Andersson
as hean01
More... almost 12 years ago
Fix crash when a invalid device is received in rdpdr_process_irp.
Henrik Andersson
as hean01
More... almost 12 years ago
Fixes a memoryleak in rdpdr_process_irp upon error.
Henrik Andersson
as hean01
More... almost 12 years ago
Fixes bug with mouse scroll handling.
Henrik Andersson
as hean01
More... almost 12 years ago
Add missing newline for warning message.
Henrik Andersson
as hean01
More... almost 12 years ago
Make sure that CredSSP is not used for smartcard SSO.
Henrik Andersson
as hean01
More... almost 12 years ago
Added documentation stub for new protocol command
Henrik Andersson
as hean01
More... almost 12 years ago
Updates to the man page with changes regarding changes with
Henrik Andersson
as hean01
More... almost 12 years ago
Fix the ctrl sockets storage path to be XDG complient.
Henrik Andersson
as hean01
More... almost 12 years ago