Commit Graph

1735 Commits

Author SHA1 Message Date
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
Brent Collins
5fb42a20e3 Moved the call order around such that the XReparentWindow call will work as intended.
(cherry picked from commit 70ccbd1926)
2012-11-14 22:29:40 +01:00
Bernhard Miklautz
aa22d69a59 Add support for version suffix
(based on c04ea11900)
2012-11-14 17:35:25 +01:00
Bernhard Miklautz
7a9d2ec89b Updated version to 1.0.2 2012-11-14 13:01:25 +01:00
Marc-André Moreau
af940d2f24 Merge pull request #791 from bmiklautz/stable-1.0
ChangeLog updated for 1.0.2
2012-10-30 14:23:08 -07:00
Bernhard Miklautz
dc62f78297 ChangeLog updated for 1.0.2 2012-10-30 22:18:27 +01:00
Bernhard Miklautz
e0f2b3ccc9 Merge pull request #790 from bmiklautz/stable-1.0
xfreerdp: fixed build
2012-10-30 10:11:54 -07:00
Bernhard Miklautz
45ded5f6e2 xfreerdp: fixed build 2012-10-30 18:06:05 +01:00
Otavio Salvador
1eccaf0d2a smartcard: Fix build failure due wrong include paths
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-30 14:36:54 -02:00
Bernhard Miklautz
f637d84dd6 Merge pull request #786 from bmiklautz/stable-1.0
Fixes and cleanup for --from-stdin
2012-10-29 07:01:05 -07:00
Bernhard Miklautz
a4a6cc14e1 xfreerdp: fix for endless loop with --from-stdin
If --from-stdin was used non-interactive (e.g. in a script
echoing connection parameters) xfreerdp looped endlessly
when a certificate needed to be trusted because
fgets returns eof.
Now a hint is printed that xfreerdp should be run without
--from-stdin to set the certificate trust.
(cherry picked from commit 4d870b9421)
2012-10-28 03:47:59 +01:00
Bernhard Miklautz
10abb71b5b util/args: fixed when using --from-stdin
- Discard new lines with scanf.
- If domain is left empty (STRG+d pressed) clear EOF flag - this fixes
  an enless loop in xfreerdp on OS X when input is required after a certificate
	warning.
(cherry picked from commit 7a002270d8)
2012-10-28 03:47:13 +01:00
Bernhard Miklautz
b0d569626c utils/args: fixed formating
(cherry picked from commit e5e2ee2aaa)
2012-10-28 03:46:58 +01:00
Otavio Salvador
a2ad01ac54 Merge pull request #784 from bmiklautz/1.0-stable
1.0 stability fixes
2012-10-27 11:39:29 -07:00