Commit Graph

1748 Commits

Author SHA1 Message Date
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
Kevin Dalley
72caedb48c Added many additional options to documentation, added missing
arguments to options in documentation.  Attempted to alphabetize
options in documentation.

resolved conflicts in merge from 023bc848a2
2012-11-19 17:09:18 -08:00
Kevin Dalley
4f7b2bfb86 Add documentation for "-X" option. 2012-11-19 17:07:34 -08:00
Kevin Dalley
f1b6dcfb6f Correct spelling of "experiance" in documentation. 2012-11-19 17:07:18 -08:00
Bernhard Miklautz
73a90be903 Merge branch 'bmiklautz/issue_806' into stable-1.0
fixes #806
2012-11-19 16:23:07 +01:00
Bernhard Miklautz
b23109d01b build: Fixed library naming
Don't add version suffix to library names.
2012-11-19 16:21:37 +01:00
Bernhard Miklautz
f5308c2005 Changelog: added known problems 2012-11-16 20:11:20 +01:00
Bernhard Miklautz
80ba35c98e Merge pull request #809 from bmiklautz/stable-1.0
Version updates
2012-11-15 01:27:16 -08:00
Brent Collins
05f5009b0a Make the XReparent Window parameter a little more flexible to support both base 16 "with 0x prefix" or decimal window numbers.
(cherry picked from commit 138f115d73)
2012-11-14 22:29:48 +01:00