Commit Graph

1756 Commits

Author SHA1 Message Date
Ondrej Holy
fe2a549e5d rdpsnd/pulse: Fix crashes in pulseaudio
Function pa_stream_trigger has to be called under lock to avoid
following crashes on asserts:

Assertion 'e->mainloop->n_enabled_defer_events > 0' failed at pulse/mainloop.c:257, function mainloop_defer_enable(). Aborting.
Assertion '!e->next' failed at pulsecore/queue.c:104, function pa_queue_pop(). Aborting.
Assertion 'q->front' failed at pulsecore/queue.c:81, function pa_queue_push(). Aborting.
2015-06-12 11:39:20 +02:00
Marc-André Moreau
5af8de7204 Merge pull request #1667 from bmiklautz/stable-1.0_issue_1654
Stable 1.0 issue 1654
2014-02-10 08:14:24 -05:00
Marc-André Moreau
0838530c46 Merge pull request #1682 from bmiklautz/issue_1681
build: removed macosx-version-min
2014-02-10 08:10:27 -05:00
Bernhard Miklautz
9d4934bbb2 build: removed macosx-version-min
fixed #1681
2014-02-06 11:14:41 +01:00
Bernhard Miklautz
979659ad83 xfreerdp: handle negative mouse coordinates
If the pointer is moved out a window relatives coordinates can get negative
in X.

fixed #1654
2014-01-22 15:19:54 +01:00
Bernhard Miklautz
2e50a129eb xfreerdp: removed unused function 2014-01-22 15:10:20 +01:00
Marc-André Moreau
0c2e111b3a Merge pull request #1547 from bmiklautz/stable-1.0
Fixes and improvements
2013-10-16 06:19:07 -07:00
Bernhard Miklautz
e6b1974a37 transport: set pointers to NULL after free 2013-10-16 12:26:11 +02:00
Bernhard Miklautz
093470673e Merge pull request #3 from zstegi/stable-1.0
backported timezone redirection
2013-08-19 06:48:33 -07:00
Stefan Giermair
26045f1062 backported timezone redirection
should be equal with 777dff2d0b
2013-08-10 10:18:13 -04:00
Marc-André Moreau
e4ba911b02 libfreerdp-core: cleanup time zones 2013-08-10 09:29:38 -04:00
Marc-André Moreau
4947e9837d libfreerdp-core: add full timezone redirection support 2013-08-10 09:29:38 -04:00
Marc-André Moreau
36d4117c0f libfreerdp-core: add unix timezone identifier detection 2013-08-10 09:29:38 -04:00
Marc-André Moreau
fdaaaf8932 libfreerdp-core: added generated Time Zone Redirection table 2013-08-10 09:29:37 -04:00
Marc-André Moreau
87a736dfea libfreerdp-core: move timezone code from info.c to timezone.c 2013-08-10 09:29:37 -04:00
Marc-André Moreau
ea33dc74bf scripts: added Time Zone Redirection table generator 2013-08-10 09:29:37 -04:00
Marc-André Moreau
af0cac60d8 libfreerdp-core: fix timezone redirection 2013-08-10 09:29:37 -04:00
Bernhard Miklautz
4799e1742c security: add a NULL pointer check to fix a server crash
based on 7d58aac24f
2013-07-11 11:19:35 +02:00
Bernhard Miklautz
666c732085 xfreerdp/man page: added --wm-class option 2013-04-03 11:08:16 +02:00
Bernhard Miklautz
3db32e8e8e xfreerdp: added wm-class option to set WM_CLASS hint
based on 96290efd76

fixes #1138
2013-04-03 11:07:56 +02:00
Marc-André Moreau
20fbecee2d Merge pull request #1098 from bmiklautz/stable-1.0
Fixes for 1.0.3
2013-03-15 06:51:03 -07:00
Bernhard Miklautz
e0cc1e6065 kbd: set VK_DIVIDE extended
Fixes #811
2013-03-01 19:36:12 +01:00
Bernhard Miklautz
a8ab91616c Fix host fingerprint lenght in know_hosts file
The fingerprint that was written to the known_hosts file was
one byte to short. For hosts, already in know_hosts, a warning to
update the hosts key in the know_hosts is printed.
For new hosts the key is added with the right length.

Based on 495aba9
fixes #1007
2013-02-27 01:00:22 +01:00
Bernhard Miklautz
25260bd717 Merge pull request #1012 from hardening/stableFixes
backported changes on ber.c around 0x80 length
added a path to a RDP key file or the server crashes
2013-02-26 23:09:17 +01:00
hardening
6bd5070b1f Backported 026e9996d3 2013-02-26 22:31:16 +01:00
hardening
32cb59df28 Register a RDP key file to have RDP security functionnal 2013-02-26 22:30:15 +01:00
Mike McQuaid
293074f30f Add missing config.h to types.h
Without config.h the various HAVE_* macros are not used properly and
this causes a compilation error on OSX Mountain Lion.
(cherry picked from commit e32f9ed4b8)
2013-02-20 02:05:51 +01:00
Bernhard Miklautz
99492506d8 Changed some functions from inline to static inline
This fixes inline build issues with clang.
http://clang.llvm.org/compatibility.html#inline
(cherry picked from commit 1d32894775)
2013-02-20 02:04:16 +01:00
Marc-André Moreau
15069020d3 Merge pull request #972 from hardening/includeFixes
Include fixes
2013-02-15 08:17:35 -08:00
hardening
11c46d804d Fixed more function declarations that aren't prototypes 2013-02-14 21:49:58 +01:00
hardening
2064a99132 Fixed function declarations that aren't prototypes 2013-02-14 21:44:23 +01:00
Bernhard Miklautz
667b3c34c1 Increased version to 1.0.3-dev 2013-01-24 18:18:50 +01:00
Marc-André Moreau
d8562ed6a6 Merge pull request #924 from Nigel62/stable-1.0
Fix to ensure channels are rejoined on a server redirect operation
2013-01-24 08:41:57 -08:00
Nigel Reeves
43ef3785c6 Fix to ensure channels are rejoined on a server redirect operation 2013-01-24 11:40:24 +00:00
Bernhard Miklautz
616aed4ec2 Update ChangeLog and changed version to 1.0.2 2013-01-02 22:46:59 +01:00
Bernhard Miklautz
7b9dd07e00 Increased version to 1.0.2-rc2 2012-12-12 01:38:29 +01:00
Bernhard Miklautz
7d4526a874 xfreerdp: fixed crash with --authonly
Also updated documentation: --authonly returns 0 on success
and != 0 if an error occurs.

fixes #843
2012-12-11 19:52:32 +01:00
Bernhard Miklautz
9f648ca29f rdpdr/disk: fixed command line segfault
when incomplete commands are given for disk redirection freerdp crashed.
fixed #793
2012-12-03 17:29:42 +01:00
Bernhard Miklautz
c9d4abf1a5 documentation: clarify that -K
-K (Do not interfere with window manager bindings) means
not to grab keyboard
2012-12-03 16:41:42 +01:00
Bernhard Miklautz
471e852c71 Merge pull request #838 from nereocystis/stable-authonly
Spelling correction
2012-12-03 02:44:08 -08:00
Bernhard Miklautz
655d889639 Merge pull request #833 from nereocystis/stable-documentation
Stable documentation
2012-12-03 02:43:58 -08:00
Bernhard Miklautz
c535d1a170 Merge pull request #832 from nereocystis/dual-monitor-stable-2
Change derived from
2012-12-03 02:43:14 -08:00
Kevin Dalley
4758d1061e Spelling correction
Authenication=>Authentication
2012-12-01 16:15:09 -08:00
Kevin Dalley
6fff570afc More documentation changes.
Cross-checked:
	client/X11/xfreerdp.1.xml
	libfreerdp-utils/args.c

And ran with each option to verify number of options is correct.

Did not verify correct behavior.
2012-12-01 15:40:09 -08:00
Kevin Dalley
0171c42930 Change derived from
commit 0b7db6232f

    5. Draw the initial workspace correctly when running across multiple monitors. The correct size was always used, but the window was only starting on the current monitor and thus could draw the window off of the viewable area.
2012-11-29 15:21:07 -08:00
Bernhard Miklautz
f311acaffb Merge branch 'issue_799' into stable-1.0
fixes #799
2012-11-20 13:48:46 +01:00
Christian Nilsson
65f60c7353 Fix colors on bitmaps when using -a 15
(cherry picked from commit 5212426bb4)
2012-11-20 09:54:43 +01:00
Bernhard Miklautz
c2640bc05c color conversion fixes
(based on 64ad250f2d)
2012-11-20 09:49:36 +01:00
Kevin Dalley
2b43bbacb9 The following options are not in stable, so the document for these
options need to be removed:
    --pcb is not in stable
    --pcid is not in stable
    --no-salted-checksum
from commit eba79170a9ea4c585baf6
2012-11-19 17:14:32 -08:00
Kevin Dalley
e7f6248e2e Improved documentation in xfreerdp.1.xml. Minor change in args.c usage
statement.

fixed conflict regarding -c in args.c from
commit f109360c33
2012-11-19 17:12:23 -08:00