.. |
activation.c
|
After DEACTIVATE ALL PDU server can send MCS Disconnect Provider Ultimatum PDU to disconnect.
|
2012-02-06 23:10:45 +01:00 |
activation.h
|
|
|
ber.c
|
According to specification bits from the first octet and bit 8 from the second octet (if there is more than one octet) shall not all be ones.
|
2012-02-02 22:46:23 +01:00 |
ber.h
|
|
|
capabilities.c
|
Set ENC_SALTED_CHECKSUM flag when support for salted checksums is enabled.
|
2012-02-10 20:33:14 +01:00 |
capabilities.h
|
libfreerdp-core: change source descriptor from MSTSC to FREERDP
|
2012-02-08 14:45:24 -05:00 |
certificate.c
|
libfreerdp-core: added check for certificate name against hostname
|
2012-02-04 02:21:39 -05:00 |
certificate.h
|
libfreerdp-core: merging certificate.c with certstore.c
|
2012-02-02 18:20:17 -05:00 |
channel.c
|
|
|
channel.h
|
|
|
CMakeLists.txt
|
|
|
connection.c
|
Rename secure_checksum settings field to salted_checksum (the same for --secure-checksum flag) to match ENC_SALTED_CHECKSUM flag's name.
|
2012-02-10 20:33:07 +01:00 |
connection.h
|
Add glue that enables server-side support for Standard RDP Security.
|
2012-01-25 17:16:44 +01:00 |
credssp.c
|
libfreerdp-core: improve and clarify certificate checking
|
2012-02-04 15:04:03 -05:00 |
credssp.h
|
|
|
crypto.c
|
libfreerdp-core: improve error checking in certificate validation
|
2012-02-07 22:16:57 -05:00 |
crypto.h
|
libfreerdp-core: improve error checking in certificate validation
|
2012-02-07 22:16:57 -05:00 |
errinfo.c
|
|
|
errinfo.h
|
|
|
extension.c
|
|
|
extension.h
|
|
|
fastpath.c
|
Move the comment into correct place.
|
2012-02-08 12:47:22 +01:00 |
fastpath.h
|
The fastpath header can be two or three bytes long. Check also the latter case.
|
2012-02-08 12:03:39 +01:00 |
freerdp.c
|
After DEACTIVATE ALL PDU server can send MCS Disconnect Provider Ultimatum PDU to disconnect.
|
2012-02-06 23:10:45 +01:00 |
gcc.c
|
libfreerdp-core: fix code style in gcc.c
|
2012-01-29 15:05:34 -05:00 |
gcc.h
|
|
|
graphics.c
|
libfreerdp-core: fix multiple memory leaks detected by valgrind
|
2012-02-01 18:42:20 -05:00 |
info.c
|
RDP6 compression
|
2012-02-09 22:20:24 -11:00 |
info.h
|
INFO_COMPR flags according to CompressionTypeMask
|
2012-01-09 16:38:07 -11:00 |
input.c
|
Merge pull request #404 from pjd/server_slow_path_input
|
2012-02-07 05:01:53 -08:00 |
input.h
|
Merge pull request #404 from pjd/server_slow_path_input
|
2012-02-07 05:01:53 -08:00 |
license.c
|
libfreerdp-core: fix multiple memory leaks detected by valgrind
|
2012-02-01 18:42:20 -05:00 |
license.h
|
MCS data header might be 7 or 8 bytes long, depending on the length.
|
2012-01-25 17:14:44 +01:00 |
listener.c
|
wfreerdp: fix mingw64 cross-compilation (Felix Wolfheimer)
|
2012-01-29 11:11:13 -05:00 |
listener.h
|
|
|
mcs.c
|
The ber_write_length() function can store variable number of bytes (one or
|
2012-01-17 14:17:04 +01:00 |
mcs.h
|
MCS data header might be 7 or 8 bytes long, depending on the length.
|
2012-01-25 17:14:44 +01:00 |
mppc.c
|
RDP6 compression
|
2012-02-09 22:20:24 -11:00 |
mppc.h
|
RDP6 compression
|
2012-02-09 22:20:24 -11:00 |
nego.c
|
Add glue that enables server-side support for Standard RDP Security.
|
2012-01-25 17:16:44 +01:00 |
nego.h
|
|
|
ntlmssp.c
|
wfreerdp: fix warnings and color conversion
|
2012-01-16 11:40:18 -05:00 |
ntlmssp.h
|
|
|
orders.c
|
glyph-cache: free pixmap, cache entries, cache fragments, and reuse secondary glyph cache buffers
|
2012-01-15 15:35:08 -05:00 |
orders.h
|
|
|
peer.c
|
Implement server-side support for slow-path Input Event PDU.
|
2012-02-07 13:53:00 +01:00 |
peer.h
|
|
|
per.c
|
|
|
per.h
|
|
|
rdp.c
|
After DEACTIVATE ALL PDU server can send MCS Disconnect Provider Ultimatum PDU to disconnect.
|
2012-02-06 23:10:45 +01:00 |
rdp.h
|
After DEACTIVATE ALL PDU server can send MCS Disconnect Provider Ultimatum PDU to disconnect.
|
2012-02-06 23:10:45 +01:00 |
redirection.c
|
core: fixed segfault caused by double free of password_cookie blob
|
2012-02-01 17:58:06 +01:00 |
redirection.h
|
core: fixed segfault caused by double free of password_cookie blob
|
2012-02-01 17:58:06 +01:00 |
security.c
|
We calculate checksum on plain text, so we must have already decrypt it, which means decrypt_use_count is off by one. Account for this.
|
2012-01-25 17:14:11 +01:00 |
security.h
|
- Simplify security_mac_signature() API.
|
2012-01-19 05:10:06 +01:00 |
settings.c
|
Rename secure_checksum settings field to salted_checksum (the same for --secure-checksum flag) to match ENC_SALTED_CHECKSUM flag's name.
|
2012-02-10 20:33:07 +01:00 |
surface.c
|
|
|
surface.h
|
|
|
tcp.c
|
Fix problem where we check errno even for status == 0. This way when connection was properly terminated, but errno had EAGAIN value from before, we looped idenfiniately.
|
2012-02-03 14:44:45 +01:00 |
tcp.h
|
wfreerdp: fix mingw64 cross-compilation (Felix Wolfheimer)
|
2012-01-29 11:11:13 -05:00 |
tls.c
|
libfreerdp-core: improve error checking in certificate validation
|
2012-02-07 22:16:57 -05:00 |
tls.h
|
libfreerdp-core: improve and clarify certificate checking
|
2012-02-04 15:04:03 -05:00 |
tpdu.c
|
|
|
tpdu.h
|
|
|
tpkt.c
|
|
|
tpkt.h
|
|
|
transport.c
|
The fastpath header can be two or three bytes long. Check also the latter case.
|
2012-02-08 12:03:39 +01:00 |
transport.h
|
|
|
update.c
|
Add missing two bytes for pad2Octets field in FASTPATH_UPDATETYPE_SYNCHRONIZE packet.
|
2012-02-02 17:54:36 +01:00 |
update.h
|
|
|
window.c
|
|
|
window.h
|
|
|