Bernhard Miklautz
|
6763e059c3
|
tls: handle the case if endpoint has disconnected
|
2013-12-04 15:36:25 +01:00 |
|
Armin Novak
|
6f43252c9a
|
Fixed argument check in <tls_disconnect>
|
2013-11-14 10:09:40 +01:00 |
|
Marc-André Moreau
|
1fc2d780f7
|
libfreerdp-core: fix memory leaks reported by valgrind
|
2013-10-31 23:35:24 -04:00 |
|
Marc-André Moreau
|
55565e056c
|
freerdp: export targets
|
2013-10-28 23:06:39 -04:00 |
|
Marc-André Moreau
|
8c4b1361d1
|
libfreerdp-core: merge with TSG TLS update
|
2013-10-28 20:20:18 -04:00 |
|
Dan Bungert
|
66ecabb647
|
Final cleanups - merge ready.
|
2013-10-28 16:59:02 -06:00 |
|
Dan Bungert
|
f02daaa2d5
|
More cleanups - remove LWD and all references.
|
2013-10-28 15:46:28 -06:00 |
|
Dan Bungert
|
cefcac3414
|
more debug
|
2013-10-25 15:29:46 -06:00 |
|
Dan Bungert
|
f13c8a0be7
|
Logging
|
2013-10-25 10:43:21 -06:00 |
|
Marc-André Moreau
|
b5dd670e73
|
libfreerdp-core: extend OpenSSL TSG BIO
|
2013-10-24 12:56:43 -06:00 |
|
Marc-André Moreau
|
bd6760bd13
|
libfreerdp-core: start implement TSG OpenSSL BIO
|
2013-10-24 12:56:43 -06:00 |
|
Marc-André Moreau
|
d30f66b1b7
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-10-23 14:18:40 -04:00 |
|
Benoît LeBlanc
|
5bfca61261
|
setting pointers to NULL after freeing memory to avoid crashes.
gitignore: only top-level "external" folder is ignored.
|
2013-10-22 17:05:41 -04:00 |
|
Daryl Poe
|
076b8a84c2
|
commandline session reconnect
|
2013-10-22 09:14:29 -06:00 |
|
Benoît LeBlanc
|
801c1fe1d6
|
- Fixed crash in tls_read (unchecked null pointer)
- also check for empty string on username and password to launch authentication callback
|
2013-10-18 16:23:29 -04:00 |
|
Marc-André Moreau
|
3fe3cdf876
|
libfreerdp-core: extend OpenSSL TSG BIO
|
2013-10-11 15:27:22 -04:00 |
|
Marc-André Moreau
|
08eadc2ee3
|
libfreerdp-core: start implement TSG OpenSSL BIO
|
2013-10-11 06:12:50 -04:00 |
|
Marc-André Moreau
|
c058095251
|
libfreerdp-core: cleanup TS Gateway code
|
2013-10-11 05:07:33 -04:00 |
|
Armin Novak
|
ddab90ece4
|
Fixed alt_names free, now using cleanup function to wrap details.
|
2013-09-05 12:14:35 +02:00 |
|
Armin Novak
|
e5c138a5b9
|
Fixed various memory leaks, allocation size issues and API misuse
warnings shown by clang as well as some compiler warnings.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
a3b531c036
|
Fixed issues found with clang-analyzer
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
1e2455fa4a
|
Fixed various memory leaks and compiler warnings.
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
e9be3e9500
|
Fixed coverity issue 1047607
|
2013-09-05 12:14:32 +02:00 |
|
Armin Novak
|
c7abfb8fa1
|
Fixed coverity issue 1047608
|
2013-09-05 12:14:32 +02:00 |
|
Armin Novak
|
0575197960
|
Fixed coverity issue 1047609
|
2013-09-05 12:14:32 +02:00 |
|
Daryl Poe
|
f71f179c28
|
fix per-device CAL licensing
(cherry picked from commit d6d0d81d08 )
|
2013-08-26 09:37:48 +02:00 |
|
Marc-André Moreau
|
5f4f3af98a
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-07-04 20:33:00 -04:00 |
|
Marc-André Moreau
|
bc631c93a8
|
freerdp: separate GatewayUsageMethod from GatewayEnabled
|
2013-07-03 15:07:12 -04:00 |
|
Bernhard Miklautz
|
87e9a24b1e
|
tls: updated certificate mismatch message
Added information to the message if the name found is an CN or an
alternative name. Also print a message if no CN was not found instead
of (null).
|
2013-07-01 19:21:57 +02:00 |
|
Marc-André Moreau
|
863b51f938
|
freerdp: merge with master
|
2013-06-28 12:50:24 -04:00 |
|
Chris
|
44f6f16953
|
Fixed a possible buffer overflow issue
|
2013-06-17 21:49:29 +02:00 |
|
Chris
|
cd548da226
|
Using the more efficient code for comparing host names
|
2013-06-17 21:26:35 +02:00 |
|
Chris
|
13466349bc
|
1) Add support for Wildcard Certificates
2) For Gateway connections compare against gateway host name instead of target host
|
2013-06-17 21:19:01 +02:00 |
|
Marc-André Moreau
|
e405fe2692
|
libfreerdp-crypto: create server directory for certificates
|
2013-06-06 16:45:19 -04:00 |
|
Marc-André Moreau
|
2bd6808432
|
freerdp: merge with master
|
2013-06-05 10:31:01 -04:00 |
|
Marc-André Moreau
|
6e0cbdddb1
|
Merge pull request #1261 from simon-engledew/master
Ber Encoding Issue
|
2013-06-03 16:41:29 -07:00 |
|
Hardening
|
f37cd53769
|
Fixed a memory leak with alternative names
|
2013-06-01 22:37:49 +02:00 |
|
Marc-André Moreau
|
2a08093e60
|
libfreerdp-crypto: fix openssl null pointer dereferencing in tls_accept
|
2013-05-30 19:44:58 -04:00 |
|
Simon Engledew
|
bceec08367
|
Finished merging missing changes from pull request #1257 (https://github.com/FreeRDP/FreeRDP/pull/1257 - commit 0dc22d5 ). Correctly report the length of ts_password_creds.
|
2013-05-22 14:29:33 +01:00 |
|
Marc-André Moreau
|
ac86310993
|
Merge pull request #1257 from simon-engledew/master
Ber Encoding Issue
|
2013-05-22 05:06:52 -07:00 |
|
Simon Engledew
|
0dc22d5a30
|
Fixed a range of BER boundary encoding bugs which would occur when any NLA packet hit the 127 character mark. Removed ber#get_content_length as it was not behaving deterministically.
|
2013-05-21 16:06:00 +01:00 |
|
Bernhard Miklautz
|
9e59fc905d
|
client: print detected path to known_host file
Use detected path instead of hard coded for error messages
|
2013-05-21 15:48:27 +02:00 |
|
Marc-André Moreau
|
3c2687b7d6
|
libfreerdp-crypto: handle EAGAIN with TLS
|
2013-05-15 20:19:26 -04:00 |
|
Marc-André Moreau
|
367ebf32a3
|
freerdp: make use of stream macros to access members
|
2013-05-15 12:14:26 -04:00 |
|
Marc-André Moreau
|
fdf3ddcf9e
|
freerdp: purge deprecated stream utils
|
2013-05-08 17:48:30 -04:00 |
|
Marc-André Moreau
|
5b92413843
|
freerdp: purge deprecated stream utils
|
2013-05-08 16:09:16 -04:00 |
|
Marc-André Moreau
|
51715636a5
|
freerdp: remove some deprecated stream utils
|
2013-04-29 22:35:15 -04:00 |
|
Marc-André Moreau
|
70dea34a90
|
Merge github.com:FreeRDP/FreeRDP
|
2013-04-29 13:59:24 -04:00 |
|
Marc-André Moreau
|
fae24b1ef9
|
xfreerdp-server: auto-generate self-signed certificate
|
2013-04-23 18:17:01 -04:00 |
|
Martin Fleisz
|
ce4e02ae48
|
iOS: Fixed possible crash on disconnect
|
2013-04-17 13:09:53 +02:00 |
|