Re: [Freerdp-devel] Not able to get audio on the system

2012-09-05 Thread Bernhard Miklautz
Hi,

On 09/05/2012 08:07 AM, Pankaj Chhabra wrote:
 I am running Free RDP on the system, I am running with the following command
 
 wfreerdp.exe -u Pankaj -p password -o 192.168.1.196 --plugin rdspnd
try wfreerdp.exe -u Pankaj -p password -o --plugin rdpsnd 192.168.1.196

The hostname should be the last argument. But I'm not sure if audio
works on windows.

Best regards,
Bernhard

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] fPIC build error

2012-10-11 Thread Bernhard Miklautz
Hi,


On Thu, Oct 11, 2012 at 10:14:07AM +0200, Christian Nilsson wrote:
 On Thu, Oct 11, 2012 at 9:52 AM, Jay Sorg jay.s...@gmail.com wrote:
  Are we saying as a project we do not support Debian 6?
don't think so. Currently basic build should work with version 2.8.0 since its 
available
on most recent distributions (Marc-André already pushed a fix for the
PIC problem 
https://github.com/FreeRDP/FreeRDP/commit/cebea5590af89b0eaa0818d7ac241efd3937a273).
Squeeze has 2.8.2 iirc so build should be fine (again ;).

There are some build features, like MONOLITHIC_BUILD or
GetGitRevisionDescription, which use cmake version  2.8.0.
But these features are not required for a regular build and have a check
with waring/error if they are enabled and the needed cmake version isn't
found.

The latest cmake versions add some nice and useful features it would
be a pity if we can't use them at all. So I think using 2.8.0 as base 
version and check the cmake version to enable extra build features is a good 
approach.

Best regards,
Bernhard

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[Freerdp-devel] version 1.0.2-rc1

2012-11-06 Thread Bernhard Miklautz
Hi all,

we just tagged the first release candidate for freerdp version 1.0.2 it
can be found at https://github.com/FreeRDP/FreeRDP/tree/1.0.2-rc1.

Version 1.0.2 will be a maintenance release for the stable-1.0 branch
containing basically bug fixes - see changelog for details.

Please help us by testing and reporting issues -
https://github.com/FreeRDP/FreeRDP/wiki/BugReporting.

Best regards,
Bernhard

--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] version 1.0.2-rc1

2012-11-14 Thread Bernhard Miklautz
Hi Kevin,

On 11/13/2012 12:19 AM, Kevin Dalley wrote:
 What is the timeline on 1.0.2? I have at least one fix I want to get into it,
 but I want to do additional testing, if there is time.
plan is to release somewhen end of November beginning of December. 1.0.2
is focused on stability so it might take longer if there are open issues.

What fix do you want to get in? - Best is do to a pull request against
stable-1.0.

Best regards,
Bernhard

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-04 Thread Bernhard Miklautz
Hi,

On Tue, Dec 04, 2012 at 03:25:05PM -0800, Kevin Dalley wrote:
 and CMAKE_INSTALL_PREFIX. 
 
   cmake -DCMAKE_INSTALL_PREFIX=/home/kevin
   make clean; make VERBOSE=1; make VERBOSE=1 install
   ldd ~/bin/xfreerdp 
 linux-vdso.so.1 =  (0x7fff887ff000)
 libXinerama.so.1 = /usr/lib/x86_64-linux-gnu/libXinerama.so.1 
 (0x7ffef57b1000)
 libXext.so.6 = /usr/lib/x86_64-linux-gnu/libXext.so.6 
 (0x7ffef559f000)
 libXcursor.so.1 = /usr/lib/x86_64-linux-gnu/libXcursor.so.1 
 (0x7ffef5393000)
 libXv.so.1 = /usr/lib/x86_64-linux-gnu/libXv.so.1 (0x7ffef518d000)
 libfreerdp-core.so.1.0 = not found
 libfreerdp-gdi.so.1.0 = not found
CMAKE_INSTALL_PREFIX doesn't affect the systems library search path so
libraries are only searched in the default locations.

For testing I usually install to /opt and use a script like the
following to run xfreerdp:

#!/bin/bash

CMAKE_INSTALL_PREFIX=/opt/freerdp-stable-1.0
export PATH=$PATH:${CMAKE_INSTALL_PREFIX}/bin
export LD_LIBRARY_PATH=${CMAKE_INSTALL_PREFIX}/lib/x86_64-linux-gnu/
xfreerdp $@

(The lib/x86_64.. might be different on a non debian system)

Hope that helps.
Best regards,
Bernhard

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Why is there a change in the command line interface?

2012-12-05 Thread Bernhard Miklautz
Hi all,

On 12/05/2012 11:01 AM, Philippe Auphelle wrote:
 Please don't use the IRC for decisions that affect EVERYONE.  It's
 fine for talking with another developer or support but it was not
 designed for that purpose.  Use the mailing list.
neither IRC nor E-Mail is really the proper thing for that purpose ;).
But since we don't have defined procedures like regular meetings,
you are right and sending an E-Mail is the better approach.

On the other side a lot of discussions and developing happens in the irc
channel (reminder: #freerdp on freenode). So don't be shy and join if
you can.

 Looks like an unfair shot to me.
 Ain't this very thread the actual proof that Marc-André
 - uses *both* IRC *and* the mailing list,
 - tries very hard to accomodate everybody, and
 - takes advice from both sources into consideration?
 
 Not even mentioning the fact that he also actually writes the corresponding
 code in near realtime...
absolutely agree with Philippe. Marc-André put really a lot of effort
and thinking in the new command line syntax and parser. As you saw it's
definitely nothing randomly chosen. Having a working version of the new
syntax for testing and basis for discussion it's a good idea imho. - I
haven't seen any pull request on this issue with other suggestions for
the syntax we could try

From integrators (thin client developers, people scripting freerdp, ..)
and the systems administrator point of view a new syntax is horrible and
a needs some extra time fixing scripts and related stuff. True. And it
sucks but having a well designed, usable command line we stick with for
the future is more important and the changes would only be required
once. Not doing a clean cut or supporting different syntaxes (maybe on
different systems) is not a good solution and will end in tears on the
long run if you ask me.

Also we should not forget *end users*. The current syntax is not very
intuitive and has grown along with freerdp but even if I use xfreerdp
daily I need to look up how to use plugin x regularly. That definitely
needs change! Having a simple and practical command line interface is
really worth much.

I know this is a potential flame statement but POSIX/GNU or not - is it
really important in this case? Usually I'm in favor of using standards
and conventions like POSIX or GNU where possible but if you have
different requirements and needs why not ignore them and use a different
better approach if it makes sense? - I don't see any good reason why we
need to be compliant with freerdp.
Only because it's commonly used this doesn't mean it is a good approach
for us and if you use a program for the first time you need to look up
the syntax anyway.

Now having added my two cents I suggest that we stop putting energy on
compatibility discussions, accept changes and try to find a easy and
usable solution for the command line syntax we are happy with and that
sticks.

From the technical side the new syntax must definitely be usable with
shell scripts (maybe also with power shell or cmd). So we should make
sure that this works. Also as Kevin mentioned we need also be cautious
with argument if they are a valid filename (like /admin).

If the new syntax is final we definitely need some migration guide
with mappings (I'm volunteering to create this).


Best regards,
Bernhard

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-06 Thread Bernhard Miklautz
Hi,

On Thu, Dec 06, 2012 at 11:11:45AM -0800, Kevin Dalley wrote:
 I just realized that master handles rpath correctly.  I had been on stable 
 for a while
 and didn't notice that master was fixed.
good to know. Did you look further into this? - We should fix this
on stable as well. 

Would you create an issue that we don't forget?

Thanks.
Best regards,
Bernhard

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[Freerdp-devel] version 1.0.2-rc2

2012-12-12 Thread Bernhard Miklautz
Hi there,

we've tagged 1.0.2-rc2 the second release canidate for our stable 
series:
https://github.com/FreeRDP/FreeRDP/tree/1.0.2-rc2

Rc2 contains more fixes and will be the base for 1.0.2. - If we don't
find any grave problems 1.0.2 will be released soon.

Please help us by testing and reporting issues -
https://github.com/FreeRDP/FreeRDP/wiki/BugReporting.

Best regards,
Bernhard

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[Freerdp-devel] FreeRDP 1.0.2 released

2013-01-02 Thread Bernhard Miklautz
Hi FreeRDP users and developers,

a happy new year to all of you. 

Version 1.0.2, a maintenance relase for the stable-1.0 series, is ready
to go.

https://github.com/FreeRDP/FreeRDP/archive/1.0.2.tar.gz
https://github.com/FreeRDP/FreeRDP/tree/1.0.2

The following issues have been resolved:

629 - Password is shown when typed with parameter --from-stdin
698 - --from-stdin always prompts for password, even when it is piped in
793 - Fix for segfaults caused by wrong command line specified
799 - colors are wrong
806 - 1.0.2-rc1 problem with xfreerdp reparenting into X window
843 - stable-1.0 core dump with --authonly

This release also fixes some problems which where addressed in the
ubuntu package for FreeRDP 1.0.1.

Currently a lot of heavy development and fixing is going on
the master branch. Many fixes, new functionality and features were added 
and we are working on stabilising it for the upcoming 1.1 release.

If you want to help try out the current master from git and report
problems and bugs and/or submit patches.

Best regards,
the FreeRDP Team

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Number Pad not working

2013-01-11 Thread Bernhard Miklautz
Hi,

On 01/09/2013 09:23 PM, John Eke wrote:
 I try typing in notepad everything works except any keys on the number pad.
 Any ideas? Is this a known bug? Or am I missing something?
I've just tested with 1.0.2 and keypad basically works but the num lock
LED isn't synced properly (see issue #773). So you don't see if keypad
is active ore not.
If it doesn't work in the first place press num-lock and retry.

Best regards,
Bernhard

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[Freerdp-devel] Android FreeRDP client released

2013-01-29 Thread Bernhard Miklautz
Hi all,

Thinstuff is proud to announce that aFreeRDP, the FreeRDP Android
client, is now available in git master.

The initial announcement was made too early, and we have run behind
schedule. We apologize for the inconvenience and for the lack of status
update on our side. However, we believe that this release was well worth
the wait, and that you will be impressed with it.

aFreeRDP is already quite mature and comes with a lot of nice features:
- Built-in help for touch pointer and gestures
- A touch pointer for easier user input within a session
- Gestures for common input tasks like scrolling, zooming, etc.
- Custom keyboard views for advanced user input (i.e. common shortcuts
  like Win+E)
- A flexible connection management UI allowing to quickly connect to a
  host as well as handling a large list with multiple predefined
  connections

The build integrates seamlessly into FreeRDPs build system - you just
have to install the Android NDK/SDK and ant. For detailed instructions
on how to build aFreeRDP refer to docs/README.android.

Thinstuff strongly believes in FreeRDP and we think that aFreeRDP is a
perfect addition to the available clients. We hope you like it :).

Best regards,

your Thinstuff Team

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] compile libfreerdp-android.so

2013-03-21 Thread Bernhard Miklautz
Hi,

On 03/21/2013 12:54 PM, Artem Katukov wrote:
 FreeRDP Developer Manual states the following:
 CMake outputs libfreerdp-android.so to libs/armeabi-v7a, but the Android 
 project expects them in client/Android/libs/armeabi-v7a
do you use a recent version from git? In the meanwhile the app was
splitted in an library project and the app itself (FreeRDPCore and
aFreeRDP).

 So, compiling the current FreeRDP-master I expect that cmake will produce 
 libfreerdp-android.so in  FreeRDP-master/libs.
 Am I right?
Nope. Cmake doesn't produce anything it just configures the build
environment for you. You didn't run make afterwards, did you? Please see
README.android.

For the location: if compiling for Android the library will be placed in
client/Android/FreeRDPCore/libs/armeabi-v7a per default.
The build system should prepare everything fine that the app can be
packaged without a problem.

 I run cmake within FreeRDP-master directory:
 cmake -DCMAKE_TOOLCHAIN_FILE=cmake/AndroidToolchain.cmake \
 -DANDROID_NDK=$NDK \
 -DANDROID_SDK=$SDK \
 -DCMAKE_MAKE_PROGRAM=$NDK/prebuilt/linux-x86/bin/make
If you have troubles building you might want to try nmake.

 There are no warnings and erros, and finally I get:
 
 -- Adding Android client
 -- Configuring done
 -- Generating done
 -- Build files have been written to: /home/administrator/FreeRDP-master

 But I can't find any built libraries under FreeRDP-master/libs. So, my 
 question is what I'm missing?
That all looks good.

Best regards,
Bernhard

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] compile libfreerdp-android.so

2013-03-21 Thread Bernhard Miklautz
Hi,

On 03/21/2013 04:27 PM, Artem Katukov wrote:
 21.03.2013, 18:01, Bernhard Miklautz bmikla...@thinstuff.at:
  But I can't find anywhere in the interface the possibility to connect 
 through RD Gateway.
  Is this feature missing in android port?

 This feature isn't available yet in the port. FreeRDP supports it but it
 isn't exposed in the gui.
 
 Well, if the gateway feature isn't exposed in the gui, but is supported, can 
 I modify xml files somehow to make this feature work ?
unfortunately it's not only the xml files. When done properly you need
to adapt the GUI, the database where the sessions are stored in and I
also think the jni/calling code that the values are passed down to
libfreerdp.

If you want to work on that we are happy about every contribution :).

Best regards,
Bernhard

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[Freerdp-devel] iFreeRDP available on App Store (iOS)

2013-03-28 Thread Bernhard Miklautz
Hi,

We are happy to announce that iFreeRDP is available on Apple's App Store:

https://itunes.apple.com/us/app/ifreerdp/id604813768

aFreeRDP [1] and iFreeRDP will be updated to the latest FreeRDP
development version on a regular basis to always provide the latest
improvements, features and fixes.

Thanks to all that made FreeRDP and the mobile clients possible.

Best regards,
your Thinstuff Team

[1] https://play.google.com/store/apps/details?id=com.freerdp.afreerdp

--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] RD Gateway notes

2013-05-06 Thread Bernhard Miklautz
Hi Pete,

thank you very much for your feedback.

On 05/06/2013 12:48 AM, Hans-Peter Jansen wrote:
 First of all, yes it works. Cool. But it takes quite some effort to get it 
 right. Most annoyingly to me is the gateway password handling. If omitted, 
 xfreerdp crashes consistently:
 ..
Is there an issue on that in the tracker?

 If none of the gateway credentials is set, it would be nice to use the login
 credentials. While at it, aFreeRDP would shine with a toggle like:
   Use Login Credentials: 
 in the Gateway settings.
True, that makes perfect sense. There is already a setting in FreeRDP
core (GatewayUseSameCredentials) for that. I'll pass that on so we might
add it if there is time.

 It would be nice to get TLS working over the GW. This took me some time to
 figure out, that the terminal server security setting must be lowered.
Having TLS would be nice but it was not so easy if I remember correctly.
About the configuration you are absolutely right, that would help if it
was documented ;). If you can spare some minutes would you send me the
extra required configuration steps to get it working and I'll create a
wiki page for the gateway support and/or update the manuals
(https://github.com/awakecoding/FreeRDP-Manuals).

Thanks,
best regards,
Bernhard

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Not able to get audio on the system

2013-05-07 Thread Bernhard Miklautz
Hi Vertika,

On 05/06/2013 09:43 PM, vertika wrote:
 I am trying the same thing but audio does not work for me on windows. Can 
 you let me know if it worked for you? and what command line arguments did 
 you use?
sorry but I don't have a windows build environment set up I can use for
testing at the moment.
Maybe someone else can help you out.

Best regards,
Bernhard

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Needing updated instructions on how to compile and setup server for windows

2013-06-13 Thread Bernhard Miklautz
Hi Mats,

I haven't built the windows server myself for a while but here some hints.

On 06/12/2013 06:55 PM, Mats wrote:
 Is there an up to date guide on how to compile and Configure the server?
Have a look to
https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Developer/FreeRDP-Developer-Manual.markdown
for build options.

Configuration itself is rather straight forward. Have a look to
https://github.com/awakecoding/FreeRDP-Manuals/blob/master/User/FreeRDP-User-Manual.markdown
- at the bottom you find some registry keys that affect the server. In
addition there are two registry keys

HKEY_LOCAL_MACHINE\Software\FreeRDP\Server\PrivateKeyFile
HKEY_LOCAL_MACHINE\Software\FreeRDP\Server\CertificateFile

these can be used to override the default certifacte/key file (just
created a pull request that they are added to the manual).
If these two keys are not set the server looks for a server.key and
server.crt in the current working directory.

When building/developing/testing the easiest is to run the windows
server in the sub directory server/Windows/ because there are already a
key and certificate for testing.

Hope that helps.
Best regards,
Bernhard

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Rdpei

2013-06-25 Thread Bernhard Miklautz
Hi,

On 06/25/2013 11:38 AM, Martin Perez Barreiro wrote:
 I been trying to implement rdpei functionality, without luck till now. 
 I was wondering if there is any roadmap on this subject? I see in the past 
 weeks there has been commits in the rdpei package, so it seems it is under 
 active development.
Have a look to channels/rdpei/client/ and client/X11/xf_input.c. Current
xfreerdp has already rdpei support for multitouch (display) devices. To
enable the support you need to build with XI support (cmake option
-DWITH_XI=ON) and run xfreerdp with the command line option +multitouch.

Best regards,
Bernhard

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] freerdp-mitm

2013-07-03 Thread Bernhard Miklautz
Hi Martin,

On 07/03/2013 03:37 PM, Martin Vogt wrote:
 I currently developing a freerdp mitm proxy.
 As far as I understand it, the current git tree does not have
 such a tool included.
Thats right currently there is nothing like that in FreeRDP directly but
if you have a look at xrdp(-ng) there is a proxy mode where you
connect with RDP to the xrdp server and can connect to another host.

 My idea is to have two sides:
 
 TS---[freerdp--MITM-(listener,freerdp-peer)|--rdpClient
 
 The component [freerdp--MITM-(listener,freerdp-peer)| needs to be written.
 It should be able to exchange the packets on a PDU level and the MITM
 component prints the PDUs to stdout.
 
 I think its possible to do it, but before that I would like
 to ask if I such an approach will work.
What is you final goal for the MITM proxy? - Just to get the packages
and do a protocol analysis or also to analyze the users actions?

Best regards,
Bernhard

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] FreeRDP compilation on windows..

2013-07-17 Thread Bernhard Miklautz
Hi,

On 07/17/2013 12:10 PM, ravindra wrote:
  1. I am unable to build the freeRDP in windows-32bit (using either
  visual studio or eclipse-c/c++).
what is your exact problem? Can you give us more details? Did you have a
look to
https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Developer/FreeRDP-Developer-Manual.markdown

  2. Even i am unable to cross compile freeRDP in ubuntu12.04
 (cross-compile for windows-32 bit) using minGW32.
 when we are doing cross-compilation for 32-bit windows (while giving
 make) it is considering as 64-bit.
  so i am getting compilation errors.
I don't think that cross compile for windows on linux is tested. I
wouldn't recommend this. You should stick with 1.

Best regards,
Bernhard

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[Freerdp-devel] stable-1.1 branch

2013-07-17 Thread Bernhard Miklautz
Hi all,

once again has some time passed since our last update.

As some of you may have noticed there exists a stable-1.1 branch now.
This branch is not yet stable and ready to release but the base for our
upcoming 1.1.0 release and also the API shouldn't change anymore.

If you want to submit a pull request you can create it against
stable-1.1 or master. Until the initial 1.1.0 is released we will merge
all required changes and fixes forward/backward.

We currently don't have a fixed schedule for the release since we are
all quite busy at the moment but we hope to get it out at least this
year :). - You can help us by reporting issues
(https://github.com/FreeRDP/FreeRDP/wiki/BugReporting), creating pull
requests or help testing.

Best regards,
your  FreeRDP team

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Freerdp on windows

2013-07-25 Thread Bernhard Miklautz
Hi,

On 07/25/2013 11:49 AM, Santosh Bollam wrote:
 When I executing freerdp-server or freerdp-client in that system getting
 .dll related errors. What can i do to avoid these errors and to run
 successfully, is there any extra requirements other than copied package to
 run in other systems.
maybe you can give more details on that? - .dll related errors can be
a lot :).



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] RemoteApp not working on Windows 7

2013-08-19 Thread Bernhard Miklautz
Hi Joe,

On Mon, Aug 12, 2013 at 05:14:20PM -0400, Joe Page wrote:
 I am trying to get RemoteApp working. I am using the wfreerdp server on the 
 remote pc and the wfreerdp client on the local pc. Both the remote pc and 
 local pc are using Windows 7.  I can't seem to figure out why it is not 
 working. Would anyone be able to tell me what I am doing wrong?
I don't think that wfreerdp-server has support for RemoteApp. 

Best regards,
Bernhard

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Compile error 1.0.2

2013-09-17 Thread Bernhard Miklautz
Hi Gerard,

On Tue, Sep 17, 2013 at 04:36:27PM +0200, Gerard wrote:
 Cmake: 2.8.11.2
 Openssl: 0.9.8
 Freerdp: 1.0.2
 
 cmake -DOPENSSL_SSL_LIBRARY=/usr/local/ssl/lib
 -DOPENSSL_INCLUDE_DIR=/usr/local/ssl/include \
 
 -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON -DWITH_CUPS=OFF -DWITH_FFMPEG=OFF
 -DWITH_ALSA=OFF .
 
 WARNING: Target freerdp-gdi requests linking to directory
 /usr/local/ssl/lib.  Targets may link only to libraries.  CMake is
 dropping the item.
OPENSSL_SSL_LIBRARY is the path to the library that is set by cmakes 
openssl detection. If you set it manually you need to set the library 
itself (and not the path) e.g.
-DOPENSSL_SSL_LIBRARY=/usr/local/ssl/lib/libss.so (thats what causes the 
linking to directory error). If you set OPENSSL_SSL_LIBRARY you will 
also need to set OPENSSL_CRYPTO_LIBRARY to libcrypto.so.

Instead of setting the library manually you might want to try setting
CMAKE_PREFIX_PATH (: seperated list of paths) pointing to /usr/local/ssl
(and other paths if required) like -DCMAKE_PREFIX_PATH=/usr/local/ssl. 
Cmake looks for libraries and includes first in these paths then.

Best regards,
Bernhard


--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Compile error 1.0.2

2013-09-18 Thread Bernhard Miklautz
Hi,

On Wed, Sep 18, 2013 at 11:43:29AM +0200, Gerard wrote:
 Now I have to face another problem, the colour of the RDP screens are not
 correct, I tried various colour depth, but all have the same problem.
 The text part in the header screen looks like marked.
what hardware/distribution are you running on?  
I don't know your command line but you can try /gdi:sw to enable
software gdi if you didn't try that yet.

Best regards,
Bernhard

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Error on Ubuntu 64bits with smartcard: parse_command_line_arguments

2013-09-20 Thread Bernhard Miklautz
Hi,

On Thu, Sep 19, 2013 at 06:21:54PM +0200, Florent wrote:
 Hello,
 
 I am using the latest code from (1.1.0) https://github.com/*awakecoding*/*
 FreeRDP
 *user@ubuntu:~/awakecoding/FreeRDP# xfreerdp /v:rds.server /d:AC /u:user
 /p:password /cert-ignore /smartcard:0f14:0038
 Unknown argument freerdp_client_parse_command_line_arguments
you might consider using the upstream repository
https://github.com/FreeRDP/FreeRDP it should be already fixed there.

Best regards,
Bernhard

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Error on Ubuntu 64bits with smartcard: parse_command_line_arguments

2013-09-20 Thread Bernhard Miklautz
Hi,

On Fri, Sep 20, 2013 at 11:22:21AM +0200, Florent wrote:
 In a general way, as I still have some difficulties to understand the
 concepts of git repositories, forks, etc. should I always use this one ? (
 https://github.com/FreeRDP/FreeRDP)
https://github.com/FreeRDP/FreeRDP is our main repository.
Other repositories are developer repositories where they develop
new features, fixes.. or do personal or custom stuff.

For example if I do fixes I push them to my personal repository
https://github.com/bmiklautz/FreeRDP and do a pull request against 
our main repository. So my fixes end up there at some point.

Usually, I you don't have any good reason to do otherwise, it's the best
to use the main repository of the project.

Hope that helps a little.
Best regards,
Bernhard

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] problem with freerdp and timezones

2013-10-15 Thread Bernhard Miklautz
Hi,

On 10/14/2013 11:45 PM, Bryan Berndt wrote:
 Im looking for some direction to help solve a problem Im having with 
 KRDC Fedora Linux 19, and KDE 4.11.2. Im trying to determine if this is 
 a problem with the underlying freerdp, in KRDC, or a problem on the 
 servers that I Remote Desktop to.
what version of FreeRDP does KRDC use? - Timezone redirection is
currently only supported in the development version (master and 1.1)

Stefan Giermair backported timezone redirection support to stable 1.0
some time ago this will be available in 1.0.3. - This can currently
found in my repository branch
https://github.com/bmiklautz/FreeRDP/tree/stable-1.0 and will be merged
upstream at some point.

Best regards,
Bernhard

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Stable release

2013-10-22 Thread Bernhard Miklautz
Hi Otavio,

as Marc-Andre already said we are short on time and man power.
Since the last release a lot of new features and clients where added,
the code base and functionality is growing. 

One really big and hard problem we face is the complexity of RDP. It
ain't an easy job to test all features. Think about it - we support a
couple of architectures and operating systems on the client side
(windows, linux, mac, i386, amd64) and there are a lot of different
windows version to test. To setup, prepare and keep a proper test
environment running is also a big, time consuming, task. 

On Tue, Oct 22, 2013 at 09:54:26AM -0200, Otavio Salvador wrote:
 Personally I've been having a lot of issues with FreeRDP with features
 not working file (serial redirection, smart card redirection and so
 on) which worked fine in 0.9 (yes, the GPL released one) and this has
 been a blocking issue for me.
I personally haven't used 0.9 (jumped the train later on ;) so I don't
know how good things where with 0.9. Are there any specifc issues you
are refering too? 

For smart card there is ongoing work:

https://github.com/akallabeth/FreeRDP.git branch smartcard_context_fix

It contains a lot of fixes and improvements (that will also go into 1.1
once merged). Serial should work - at least the tests I do work.

 What are the plans regarding 1.1? 1.2?
 
 I'd prefer a less feature-rich release but a more reliable one than
 that many non-finished next big thing but never done releases.
Totally agree with you, better a reliable and working release then half working
things or nothing at all. Thats why we recently created stable-1.1 it's aimed 
to be the
next stable release. We are trying to keep to keep the API stable and
only merge back bug fixes and performance enhancements from master and
fix issues.

For 1.1 the plan is to get it out as soon as we can ;). We don't have
an fixed schedule - basically we will release when we've
managed to resolve all open issues assigned to 1.1 (currently 136) and
try to do betas on a regular base.

Since we haven't released for a while most distributions contain an
rather old version of FreeRDP which makes it also hard for people to
user newer versions and help us test - they would need to build it
themselves. Therefore we are currently also work nightly package builds
for the most widespread distributions. Also have a look on
https://ci.freerdp.com (if you haven't seen it already).

If someone wants to help:

* Do Test and file issues (https://github.com/FreeRDP/FreeRDP/wiki/BugReporting)
* Fix issues (https://github.com/FreeRDP/FreeRDP/issues)
* Help us with documentation
* Support us with test environments we can test against
* Help us to improve our tests and testing infrastructure

So a lot of good things are going on... and I'm personally not really
concerned about the future of FreeRDP - If we stay a small army things
take longer but will happen at some point.

Best regards,
Bernhard

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Stable release

2013-10-23 Thread Bernhard Miklautz
Hi,

On 10/23/2013 06:26 AM, Jay Sorg wrote:
 I'm concerned / confused about the future of FreeRDP.
 It seems like there is too many restructuring / refactoring of the
 source code that add no value.
 All the documentation on
 http://www.freerdp.com/api/
 is out of date.
True. Have a look to http://pub.freerdp.com/api/ - updated and
regenerated in something like 2 hour intervals. - The link just hasn't
made it to the freerdp.com page.

Best regards,
Bernhard

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Stable release

2013-10-23 Thread Bernhard Miklautz
Hi Jay,

first of I'm truthfully sorry how it went with xrdp. Even if I wasn't
directly involved I absolutely understand you and also think some not
really right choices were made.. Sorry for that.

That said,

On 10/23/2013 09:48 AM, Jay Sorg wrote:
 What do I think?
 
 I left rdesktop in Peter's control and Cendio took over.
 I left FreeRDP is your control and Thinstuff took over.
... what do you understand by took over?

Spending time on fixing bugs?
Trying to get new features in?
Spending money on improving OSS software?
Helping out users? 

I believe in FreeRDP and spent quite some of my spare time on it -
trying to fix bugs, help people, improve infrastructure,  
and I'm really lucky that my employer, Thinstuff, also shares the believes in 
FreeRDP and
that we are allowed to do some work on FreeRDP in our paid time.
A lot of things I do would not be possible for me otherwise.

Thinstuff didn't in *any* kind take over FreeRDP. To let me put this
straight Marc-Andre is the project lead and I (like any other Thinstuff
employee) isn't favoured in any way when working on FreeRDP. We don't dictate 
any
direction, we just regular contributors doing pull request and help on
other stuff. - For me that doesn't look like taking over?

On the other side, it's not a secret that we do and did projects together with
Marc-André and his company. If we do projects the by-product is most
of the time that something that was done ends up in FreeRDP since it's a
new feature or improvement even if it's just a trivial memory leak or
fix. - Still not seeing the take over point her.

Jay, I'm really happy and thankful that you and Marc-André started
FreeRDP but if you leave the project and not happy how it turned out
it's one thing. If you are unhappy how other things went thats the
other. On both, I really do see your point and respect this
but I also feel personally offended by public accusations that are 
just not right and true.
I know all of the people at Thinstuff and they are nice and good 
girls and boys and definately not with the intention, or mindset, 
of taking over an project.

This is just my personal opinion and has nothing todo with my employer.

Best regards,
Bernhard

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] pre-compiled versions for windows

2014-02-25 Thread Bernhard Miklautz
Hi Michael,

On Tue, Feb 25, 2014 at 10:24:52AM -0500, Michael Lee wrote:
 I am not a C/C++ or Linux master and am having trouble. Is there a way to 
 just get an eclipse project with this already built so I can import it into 
 eclipse and just start to work with the code?

If you got all installation dependencies and the project checked out the
following should do it:

cd FreeRDP
cmake -G Eclipse CDT4 - Unix Makefiles -DCMAKE_BUILD_TYPE=Debug .

Fire up eclipse and do the following:
File-Import
choose: C/C++ - Existing Code as Makefile Project
browse to your FreeRDP directory and the project should be imported.

For more details have a look:
https://github.com/FreeRDP/FreeRDP/wiki/Compilation

 Also, the last check in appears to be in 2010. Is this abandoned? Was it 
 abandoned in favor of the github repository?
The master repository is now at https://github.com/FreeRDP/FreeRDP.

Hope that helps a little.
Best regards,
Bernhard

--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis  security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] pre-compiled versions for Android

2014-03-04 Thread Bernhard Miklautz
Hi,

On Tue, Mar 04, 2014 at 12:21:57AM -0500, Michael Lee wrote:
 So no one has ever done this for android eh?
doesn't look like ;). The Android port was mainly developed on Linux and
OS X. Not sure if anyone tried to build it on windows yet.

I'd suggest you get some Linux installed in a Virtualbox/VMWare/... (if
you didn't already) and try
then to build as described in docs/README.android. Including the
installation it should be a hour of work to get it running.

 
 [ 10%] Built target winpr-timezone
 [ 11%] Built target winpr-registry
 [ 11%] Built target winpr-memory
 [ 11%] Building C object 
 winpr/libwinpr/crypto/CMakeFiles/winpr-crypto.dir/crypto.c.o
 In file included from 
 /home/user/Documents/FreeRDP-master/winpr/libwinpr/crypto/crypto.c:141:0:
 /home/user/Documents/FreeRDP-master/winpr/libwinpr/crypto/crypto.h:25:25: 
 fatal error: openssl/evp.h: No such file or directory
  #include openssl/evp.h
Looks like the include directories are not properly set ;(.
What was your cmake line?

 This is why people hate Linux. Can I not just get a compiled Eclipse project? 
 Why waste everyones time telling them to make the project?! Why not have it 
 made where we can import it into ADT eclipse on windows/mac/linux and just 
 run it into a AVD?
 Please, anyone...precompiled android build that can be imported into ADT?
I'm sorry if it's too complicated for you but flaming around doesn't
help..

Best regards,
Bernhard

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] xfreerdp version 1.1

2014-03-09 Thread Bernhard Miklautz
Hi,

On Sat, Mar 08, 2014 at 09:52:25PM -0400, Yang Hong wrote:
 It seems that I also got the same error message as Ahmad,
  
 CMake Error: your CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND was not found. 
  
 Please set CMAKE_CXX_COMPILER to a valid compiler path or name. 
where did you get this error message on one of the systems you describe
below?

 Then I use the following command in Ubuntu 13.04 
  
 sudo apt-get install build-essential libboost-all-dev subversion 
 subversion-tools git-core libapache2-svn autoconf libtool cmake libssl-dev 
 libx11-dev libxext-dev libxinerama-dev libxcursor-dev libxdamage-dev 
 libxv-dev libxkbfile-dev libasound2-dev libcups2-dev libxml2 libxml2-dev 
 libxrandr-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev 
 libavutil-dev libavcodec-dev libpng12-dev
 
 I fail to install cmake. 
What was the problem with installing cmake? Any error you could share
with us?

 However, the same command works well in Ubuntu 12.04, therefore, no any error 
 message for 
 
 cmake . -DMONOLITHIC_BUILD=ON -DCMAKE_INSTALL_PREFIX=/home/freerdp/usr
  
 It seems that this is the dependencies issue of apt-get install in Ubuntu 
 13.04. I have no clue to solve this issue by using Google search.
My guess would be that some dependencies were already installed on your
12.04.

If you give us a more detailed an precies description on your problem
with ubuntu 13.04 one might be able to help.

Best regards,
Bernhard 

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] xfreerdp version 1.1 Compilation

2014-03-10 Thread Bernhard Miklautz
Hi,

On Mon, Mar 10, 2014 at 02:09:29PM +, Ahmet Kabakibi wrote:
 and download souce of FreeRDP from Github to my test root of test machine
how did you get the source?

 after that i get build the project using Cmake
 
 cmake -DCMAKE_INSTALL_PREFIX=/opt/freerdp -DCMAKE_BUILD_TYPE=Release 
 -DSTATIC_CHANNELS=on -DMONOLITHIC_BUILD=on -DWITH_SERVER=on
 
 make  make install

 it,s getting finish without any error
 but when i,m trying xfreerdp --version
 result: This is FreeRDP version 1.0.2
 my linux kernal 3.11
For testing try to run ./client/X11/xfreerdp --version in your build directory.

Best regards,
Bernhard

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] aFreeRDP build.xml error

2014-03-10 Thread Bernhard Miklautz
Hi,

On Mon, Mar 10, 2014 at 12:34:10PM -0400, Michael Lee wrote:
 I'm trying to build the android version of FreeRDP.
 I'm all the way to the make and it is failing in the build.xml with a File 
 not found.
 
 
  [aapt] Generating resource IDs...
 
 BUILD FAILED
 /home/scott/adt/sdk/tools/ant/build.xml:601: The following error occurred 
 while executing this line:
 /home/scott/adt/sdk/tools/ant/build.xml:653: The following error occurred 
 while executing this line:
 /home/scott/adt/sdk/tools/ant/build.xml:698: Execute failed: 
 java.io.IOException: Cannot run program 
 /home/scott/adt/sdk/build-tools/19.0.1/aapt (in directory 
 /home/scott/FreeRDP/client/Android/FreeRDPCore): java.io.IOException: 
 error=2, No such file or directory
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:488)
   at java.lang.Runtime.exec(Runtime.java:612)
Looks like your build-tools are not (properly?) installed.
aapt is a part of build-tools 
http://developer.android.com/tools/revisions/build-tools.html

You can try to run the android update gui
/home/scott/adt/sdk/tools/android update sdk

and then check a version of Android SDK Build-tools.

Best regards,
Bernhard

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] xfreerdp version 1.1

2014-03-11 Thread Bernhard Miklautz
Hi,

On Mon, Mar 10, 2014 at 11:35:39AM -0400, Yang Hong wrote:
 --   package 'openssl' not found
 CMake Error at 
 /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
   Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
   system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES) (found
   version 1..1)
this usually shows up when the libssl-dev package is missing.

 Before I use cmake to compile FreeRDP, I perform the following operation and 
 get the error as follows.
  
 ***
 $sudo apt-get install build-essential libboost-all-dev subversion 
 subversion-tools git-core libapache2-svn autoconf libtool cmake libssl-dev 
 libx11-dev libxext-dev libxinerama-dev libxcursor-dev libxdamage-dev 
 libxv-dev libxkbfile-dev libasound2-dev libcups2-dev libxml2 libxml2-dev 
 libxrandr-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev 
 libavutil-dev libavcodec-dev libpng12-dev
 [sudo] password for inbay:
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 autoconf is already the newest version.
 git-core is already the newest version.
 cmake is already the newest version.
 libxml2 is already the newest version.
 You might want to run 'apt-get -f install' to correct these:
 The following packages have unmet dependencies:
  build-essential : Depends: libc6-dev but it is not going to be installed or
 libc-dev
Depends: gcc (= 4:4.4.3) but it is not going to be 
 installed
 
 ...
looks like something is quite wrong with your system. But that has
nothing todo with cmake or the freerdp build I'd say.

 E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify 
 a solution).
 ***
Did you already try 'apt-get -f install'?

Best regards,
Bernhard

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [Freerdp-devel] Freelance job to compile aFreeRDP

2014-03-14 Thread Bernhard Miklautz
Hi,

On Thu, Mar 13, 2014 at 06:03:02PM -0400, Michael Lee wrote:
 This has been completed in house. Thank you to everyone I talked to.
happy to hear ;).

 I may release the final build so someone else can just import the project in 
 Eclipse. Despite some idiot named Joe who said I was 'entitled' for wanting 
 an ADT Eclipse ready project, I think a final build should be available (like 
 every project on Apache, but not FreeRDP) and will see if my superiors will 
 allow it. I will post a separate email as such.
Not really sure what you mean with final build but what I consider as
final is available on 
https://play.google.com/store/apps/details?id=com.freerdp.afreerdp 
Anyway every documentation helps ;).

Best regards,
Bernhard

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] aFreeRDP with ugly brown desktop background since update

2014-06-20 Thread Bernhard Miklautz
Hi Pete,

On Fri, Jun 20, 2014 at 09:59:10AM +0200, Hans-Peter Jansen wrote:
 Upps, sorry. I'm referring to the play store version 1.2.0-beta1+android7.
 No special Screen and Performance settings on the android side, and pretty 
 conservative 
 settings (no desktop effects, single color desktop) on windows side.
 
 Reverting to play store version 1.1.0 solves this, but that version has other 
 issues (proxy 
 won't work without supplying a permanent password, which seems to be an area, 
 that 
 1.2.0 addresses..).
one more question:  What device and Android version did you test with?

Best regards,
Bernhard

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] IPv6 support in FreeRDP?

2014-07-08 Thread Bernhard Miklautz
Hi,

On Tue, Jul 01, 2014 at 04:09:34AM +, Charu Bansal wrote:
 I had installed FreeRDP on Linux (as RDP client) and able to remotely access 
 Windows 7 (as RDP server) using IPv4 address. I want to use FreeRDP for IPv6 
 i.e. I want to remotely access Windows Server from Linux Client using Windows 
 IPv6 address instead of IPv4 address.
 
 I tried with IPV6 address but it gives error:
 
 Freerdp_set_last_error 0x2000C
 Error: protocol security negotiation or connection failure
 
 Is it possible to rdp using IPv6 address? Please reply.
there is some basic IPv6 support in FreeRDP but it is disabled by default and
also not very well tested. 

Unfortunately there is no command line switch for that. So if you want
to try it out you will need to modify the code and recompile it (grep
for IPv6Enabled).

Best regards,
Bernhard

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] IPv6 support in FreeRDP?

2014-07-09 Thread Bernhard Miklautz
Hi,

On Wed, Jul 09, 2014 at 03:48:13AM +, Charu Bansal wrote:
 I found the below link in which there is a change in configure.ac . But I 
 didn't found any file configure.ac in my environment. 
 http://sourceforge.net/p/freerdp/mailman/freerdp-devel/thread/4c01ae11.5090...@kiilerich.com/
  
configure.ac was with older versions of FreeRDP. Since 1.0 cmake is
used.

 Then I tried change in freerdp.spec using below link and recompile it.. but 
 even then not able to use IPV6.
 https://github.com/LawrenceK/FreeRDP/blob/master/freerdp.spec
Do you build rpm packages? - Otherwise I'm not quite sure how the spec
file is related.

 So if you want to try it out you will need to modify the code and recompile 
 it (grep for IPv6Enabled).
 Can you please tell me where and how I have to make changes in code so that I 
 will be able to use IPv6. 
As mentioned the support is very limited and definitely not well tested.
I personally haven't tried FreeRDP with ipv6 (yet), all I can tell is
that there is a setting IPv6Enabled in libfreerdp/common/settings.c ;).

I think ipv6 in FreeRDP needs some love.

Related issue:
https://github.com/FreeRDP/FreeRDP/issues/1949

Best regards,
Bernhard

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Keyboard messed up

2014-07-09 Thread Bernhard Miklautz
Hi,

On Fri, Jul 04, 2014 at 04:16:19PM -0700, Colin Kincaid Williams wrote:
 Sometimes my keyboard gets all flaky when I rd into my Windows 7 desktop
 using xfreerdp. Strange things happen like the d key toggles between the
 desktop / windows. Does anybody know the cause? Is there a debug or verbose
 mode that I can use to track down the issue?

for the d key toggling between desktop and windows I'd guess that the
windows key is caught/set somehow. Do you use the windows key in your
window manager bindings somehow?

As for debugging if you recompile FreeRDP with DWITH_DEBUG_KBD
(cmake -DWITH_DEBUG_KBD=ON) you get what is send to the server. 
On the server you can also use some utility like KeyView or so to see
what you get as input.

Best regards,
Bernhard

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] building deb files for ubuntu

2014-07-30 Thread Bernhard Miklautz
Hi Micha,

On Tue, Jul 29, 2014 at 01:17:28PM +0200, wp1038733-micha wrote:
 Now I've the problem that I need to equip more then one (l)ubuntu computer 
 with
 this new version. I'm looking around for a  possibility to build deb files to
 distribute it to the computers. 
The ubuntu PPA from the team freerdp is not working anymore since a
while ;( - but it looks like some other PPAs with up to date popped up:
https://launchpad.net/ubuntu/+ppas?name_filter=freerdp

Maybe you can use one of them like
https://launchpad.net/~9v-shaun-42/+archive/ubuntu/freerdp-git
or
https://launchpad.net/~9v-shaun-42/+archive/ubuntu/freerdp

 Is there a possibility to build deb files out of
 the source tree? Is there a howto/manual where this is described?
Currently it's not possible to build a debian package directly out of
the source tree without modifications (and extra work).

A possibility is to grab the debian/ubuntu package, copy the debian
folder, adapt and build it. 
But there is no howto or manual specific to building FreeRDP packages,
sorry.

 Or is the way
 to simply build a static xfreerdp and distribute it to the clients the best 
 and
 easyest way to achieve this goal?
What you can always can do - warning hack ahead! - is to build and install to
/opt/FreeRDP (or whatever you like), pack this folder and copy it over to 
another
system.  As long as the systems run the same ubuntu version and have installed
the runtime dependencies it should work fine. - You just might need to
create wrapper script to set library paths like:

snip
#!/bin/sh
export LD_LIBRARY_PATH=/opt/FreeRDP/lib/x86_64-linux-gnu/
/opt/FreeRDP/bin/xfreerdp $@
/snip

If none of the possibilities help or satisfy you drop me a note and I
can create a one-shot package for you with the revision you need.

We have plans to provide nightly packages for the major distributions
but that is still work in progress and will take some more time..

Best regards,
Bernhard

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] USB Mass Storage Device Redirection

2014-07-30 Thread Bernhard Miklautz
Hi,

On Sun, Jul 27, 2014 at 10:24:56AM +0800, vanloswang wrote:
 My evironment is WIN7 physical to WIN7 physical and both of them are RDP8.0. 
 After learning about freerdp, I know that it is not support to redirect USB 
 Mass Storage device.
you use USB redirection with FreeRDP on windows (wfreerdp)?

 Could anyony tell me why we do not develop the redirection of USB Mass 
 Storage device? 
 Is there some key technology point? 
 I am a developer and I want to enable this feature in freerdp. 
 Now I am deep into the source code.
From the RDP point of view there shouldn't be anything against
redirecting a mass storage device.

Have a look to
https://github.com/FreeRDP/FreeRDP/blob/master/channels/urbdrc/client/libusb/libusb_udevice.c#L1748

CLASS_MASS_STORAGE are currently denied. My guess would be that some
requests are missing but you can just comment out mass storage from the
deny list and try it out ;).

Best regards,
Bernhard

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Error in running cross compiled xFreeRDP executable on arm cortex-a9 board (Linux)

2014-08-04 Thread Bernhard Miklautz
Hi,

On Mon, Aug 04, 2014 at 04:37:41AM +, Charu Bansal wrote:
 I have cross-compiled FreeRDP for target board (arm cortex-a9 and Linux). 
 When I am running cross compiled FreeRDP executable on board then it is 
 giving below mentioned error:
 xfreerdp: error while loading shared libraries: 
 ../../common/libfreerdp-client.so: cannot open shared object file: No such 
 file or directory
 
 I have used below mentioned 'cmake' steps for cross compilation:
 cmake -DCMAKE_C_FLAGS='-mfloat-abi=hard -dM' 
 -DCMAKE_INSTALL_PREFIX:PATH=/home/vm1/dependencies/arm_depend/ 
 -DCMAKE_BUILD_TYPE=Debug 
 -DCMAKE_C_COMPILER=/opt/poky/1.5.1/sysroots/i686-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc
  -DCMAKE_SYSTEM_PROCESSOR=arm 
 -DCMAKE_CXX_COMPILER=/opt/poky/1.5.1/sysroots/i686-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++
  -DCMAKE_SYSTEM_NAME=linux 
 -DZLIB_INCLUDE_DIR=/home/vm1/dependencies/arm_depend/include 
 -DZLIB_LIBRARY=/home/vm1/dependencies/arm_depend/lib/libz.a 
 -DGlib_INCLUDE_DIR=/home/vm1/dependencies/arm_depend/lib/glib-2.0/include/ 
 -DGlib_LIBRARY=/home/vm1/dependencies/arm_depend/lib/libglib-2.0.a 
 -DGobject_LIBRARY=/home/vm1/dependencies/arm_depend/lib/libgobject-2.0.a 
 -DGlibConfig_INCLUDE_DIR=/home/vm1/dependencies/arm_depend/lib/glib-2.0/include/
  
 -DCMAKE_PREFIX_PATH=/opt/poky/1.5.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/include/
  -DCMAKE_LIBRARY_PATH=/opt/poky/1.5.1/sysroots/cort
 exa9hf-vfp-neon-poky-linux-gnueabi/usr/lib/ -DWITH_X11=yes
 
 I am getting below mentioned warnings also at compile time:
 /opt/poky/1.5.1/sysroots/i686-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/ld:
  warning: ../common/libfreerdp-client.so, needed by ../libxfreerdp-client.so, 
 not found (try using -rpath or -rpath-link)
 /opt/poky/1.5.1/sysroots/i686-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/ld:
  warning: ../../libfreerdp/core/libfreerdp-core.so, needed by 
 ../libxfreerdp-client.so, not found (try using -rpath or -rpath-link)
 /opt/poky/1.5.1/sysroots/i686-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/ld:
  warning: ../../libfreerdp/gdi/libfreerdp-gdi.so, needed by 
 ../libxfreerdp-client.so, not found (try using -rpath or -rpath-link)
 /opt/poky/1.5.1/sysroots/i686-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/ld:
  warning: ../../libfreerdp/locale/libfreerdp-locale.so, needed by 
 ../libxfreerdp-client.so, not found (try using -rpath or -rpath-link)
Did you do a make install after compiling? - Looks like your RPATH
isn't set properly and still points to the build rpath. 

To fix this you can either use LD_LIBRARY_PATH, update /etc/ld.so.conf or 
adapt cmake to build with the installation RPATH (have a look for 
CMAKE_BUILD_WITH_INSTALL_RPATH in the main CMakeLists.txt).

http://www.cmake.org/Wiki/CMake_RPATH_handling might help for the third 
possibility.

Best regards,
Bernhard

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Using FreeRDP with Home PC/Live Accounts ...

2014-08-19 Thread Bernhard Miklautz
Hi Christopher,

On Thu, Aug 14, 2014 at 11:58:37PM -0400, Christopher Kurtis Koeber wrote:
 Just to add from what I requested below; the problem seems to step from
 using Microsoft Accounts with FreeRDP.
I think this was already fixed in git with 
https://github.com/FreeRDP/FreeRDP/pull/2040
 and for master there is also already a pull request pending
https://github.com/FreeRDP/FreeRDP/pull/2051.

As soon as this is merged, can try the following:

/usr/bin/xfreerdp /u:MicrosoftEmailAddress /p:{Password} /v:{IP}

Best regards,
Bernhard

--
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] OS X: WAITORTIMERCALLBACK compile error

2014-09-15 Thread Bernhard Miklautz
Hi Peter,

On Mon, Sep 15, 2014 at 09:41:55AM -0700, Peter Watkins wrote:
 [  1%] Building C object
 winpr/libwinpr/CMakeFiles/winpr.dir/synch/barrier.c.o
 In file included from
 /Users/user/src/FreeRDP/winpr/libwinpr/synch/barrier.c:26:
 /Users/user/src/FreeRDP/winpr/libwinpr/synch/synch.h:134:2: error: unknown
   type name 'WAITORTIMERCALLBACK'
 WAITORTIMERCALLBACK Callback;
 
 
 
 WAITORTIMERCALLBACK is defined in winpr/include/winpr/synch.h, and
 winpr/libwinpr/synch/synch.h includes this. So now I’m a bit at a loss as
 to why GCC thinks WAITORTIMERCALLBACK isn’t defined. Anyone else compile on
 OS X recently? Anything obvious I’m doing wrong?
I've compiled on Mavericks recently (2 days ago) so does our pull
request builder on every pull request. Until now I haven't seen this problem. 
But I'll retry
later this evening to recheck.

What version of XCode/clang do you use for building? 

Looking at the line number from the error above. I wonder which version
you are trying to compile. (For current master the line number doesn't
make much sense ;).

Best regards,
Bernhard

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Using DVC channels from logon screen

2014-09-22 Thread Bernhard Miklautz
Hi Thomas,

On Mon, Sep 22, 2014 at 05:13:54PM +0200, Thomas Calderon wrote:
 I have unsuccessfully tried the delayed approach and it is not working,
 each attempt produced the Invalid descriptor error.
 As David said, maybe the MS implementation is doing its own assertions but
 that would be unfortunate.
 When I will have more time I'll try running the code with a kernel debugger
 attached.
maybe you can ask your question in the windows protocol forum:
http://social.msdn.microsoft.com/Forums/en-US/home?forum=os_windowsprotocols

 In the meantime, I am considering a workaround using both SVC and DVC. The
 idea is to use the SVC while the user has not yet authenticated and then to
 switch to DVC.
 Once the client is authenticated, I need the SVC to be unusable on both
 sides.
 Is this possible using the API ?
I don't think it's possible to have one plugin as SVC and DVC
out of the box.

Best regards,
Bernhard

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] XDamage with Shadow Server

2014-11-01 Thread Bernhard Miklautz
Hi there,

On Sat, Nov 01, 2014 at 09:46:39AM -0400, Marc-André Moreau wrote:
 RDP has no message to notify multiple connected clients of cursor movements, 
 as
 cursor movements are driven by the client, not the other way around. This
 means that even if the cursor image itself can be remoted, the server
 cannot tell the client to draw it at a specific position.
I think there are messages from server to
client to set pointer position (and also other pointer related
properties like shape of course):

2.2.9.1.1.4 Server Pointer Update PDU (TS_POINTER_PDU)

and the fast path version

2.2.9.1.2 Server Fast-Path Update PDU (TS_FP_UPDATE_PDU)
2.2.9.1.2.1.4 Fast-Path Pointer Position Update

Wouldn't that exactly be the right solution for the shadowing server?
Like if the server receives a TS_FP_POINTER_EVENT (or similar) from one
client or a local mouse move event it could send a TS_FP_UPDATE_PDU to
all the (other) connected clients.

This would of course only make sense for one cursor (so no multi cursor
solutions) and would require the server to send the cursor shape to the client
with a pointer/pointer new message instead of rendering it server side.

Best regards,
Bernhard

--
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] CMake Flex/Bison

2014-12-30 Thread Bernhard Miklautz
Hi,

On Mon, Dec 29, 2014 at 09:04:14PM +0100, Vincent Sourin wrote:
 bison_target(parser parser.y parser.c )
 flex_target(scanner lexer.l lexer.c)
Side note: I'd rather use 
bison_target(parser parser.y ${CMAKE_CURRENT_BINARY_DIR}/parser.c)
flex_target(scanner lexer.l ${CMAKE_CURRENT_BINARY_DIR}/lexer.c)
then out of tree builds will also work ;).

 set(${MODULE_PREFIX}_PARSER_SRCS
   ${BISON_parser_OUTPUTS}
   ${FLEX_lexer_OUTPUTS}
not sure but shouldn't that be:
${FLEX_scanner_OUTPUTS} instead of ${FLEX_lexer_OUTPUTS}?

 But when I run cmake -DWITH_SOME_VAR .,  I've got this error message :
 CMake Error at libfreerdp/CMakeLists.txt:293 (add_library):
You might want to use -DWITH_SOME_VAR=ON instead. Don't know which
version of cmake you run but if I try to define a variable without a
value I get:

$ cmake -DWITH_SOME_VAR .
Parse error in command line argument: -DWITH_SOME_VAR
Should be: VAR:type=value
CMake Error: No cmake script provided.
CMake Error: Problem processing arguments. Aborting.

Best regards,
Bernhard

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Project in Android Studio

2015-05-08 Thread Bernhard Miklautz
Hi,

On Fri, May 08, 2015 at 06:58:25AM +, Vincent Macquet Maurel wrote:
 I am using the Freerdp off GitHub.  I have setup everything in Android Studio.
 I am having a problem when building the project regarding the NDK side of 
 things.
  I have installed and configured the NDK for Android Studio and is working. 
 When I try to build then Gradle states to me that paths and files cant be 
 find and so forth.
 When I look at the structure within Android Studio, all looks fine and are 
 there.
 Could you please assist me in regards to building this project in Android 
Studio. Thanks for your time.
we haven't come around to have a look on how to integrate and use
FreeRDP with Android Studio. The build process, also on Android,
is basically based on cmake. However, you can have a look to docs/README.android
and build the core libraries according to section Manual ant builds
and instead of the ant build try to load the FreeRDPCore and aFreeRDP
project into Android Studio.

Best regards,
Bernhard

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] OpenBSD

2015-04-17 Thread Bernhard Miklautz
Hi,

On Fri, Apr 17, 2015 at 07:27:13AM -0400, Bryan C. Everly wrote:
 Has anyone taken this over?  If not, I would be interested in submitting
 some pull requests that at least got the latest cut from GitHub compiling
 on my local system (I'm still hitting runtime errors so it's a bit of a
 work in progress).
don't know if anyone took over. Only thing I can tell is that
OpenBSD isn't part of the integration testing we do. We currently don't
have anything setup to do tests/build on OpenBSD.

Recently there were done some build fixes for BSD/FreeBSD (as the commit
message said) but I'm not sure how much that helps you.

 Please let me know if you are interested in me pitching in and if so, how
 you would like for me to proceed.
If you got time sure we are interested in :).
Best thing would be todo a pull request. In case I got some time I can
have a look if we can extend our build testing environment to include
OpenBSD. What would be nice if you can put together some notes on how to
build on FreeRDP on OpenBSD.

Thanks.
So long,
Bernhard

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] fullscreen broken in freerdp 1.2 (current master)

2015-06-03 Thread Bernhard Miklautz
Hi John,

On Wed, Jun 03, 2015 at 02:49:53PM +, John Friend wrote:
 fullscreen broken in freerdp 1.2 (current master) since commit 
 719a0fd3e9 (12 Mar 2015).
 My wm is an archaic one (qvwm) which may not support some wm hints. But I 
 think that there should be a fallback machanism to achieve fullscreen as 
 prior to this commit. Please let me know anything I can try.
you are using the latest master from https://github.com/FreeRDP/FreeRDP?
There have been a lot of improvements and fixes with pull request #2547 (commit
2e80e325d335b19e8b39b9ddde25b5287652b63d) can you check that your build
includes this commit?

Best regards,
Bernhard

--
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Stable release

2015-12-18 Thread Bernhard Miklautz
Hi,

On Fri, Dec 18, 2015 at 04:12:47PM +0100, Valerio Pachera wrote:
> Hi, I opned a bug report to point out that the last stable release is more
> than 2 years old and that many commit has been pushed since then.
> https://github.com/FreeRDP/FreeRDP/issues/3008
.. there are multiple issues open regarding a new release. We are aware
that there wasn't a release for a, let's say, *while* ;).

> Could you tell me why you dind't relase 1.2 release after so much effort.
This had multiple reasons. First of the release version number 1.2 wasn't
particularly chosen very well. In comparison to 1.1 it had rather big
changes including the API(s). This made it really hard for developers
and packagers. Secondly we split of the stable-1.1 branch but as
development was still focused on master and no one had time to do the
final finish and stabilizing it was let laying around and later it
was already quite outdated. There are some other reasons but those are the
most important.

> I saw you are also working on version 2 of freerdp but may versione 1.2 be
> released meanwhile?
As far as I can tell there won't be any release of the 1.1 or 1.2
branch. Between 1.1+ and the current 2.0 branch a lot of effort was
put into stabilizing, code hardening and clean-ups so the master branch
is, even if we didn't draft an official release (yet), really stable and
I suggest using it. For users and for testing we do have nightly pre-builds for 
some time:

https://github.com/FreeRDP/FreeRDP/wiki/PreBuilds

There isn't any fixed release date for 2.0 but we are currently working
hard on stabilizing the API and getting it "ready".

Starting with 2.0 I hope we manage to do release more frequently.

Best regards,
Bernhard

--
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Stable release

2016-01-11 Thread Bernhard Miklautz
Hi,

On Mon, Jan 11, 2016 at 08:56:44AM +0100, Valerio Pachera wrote:
> 2016-01-11 8:55 GMT+01:00 Valerio Pachera :
> > apt-get update
> >
> > Err http://pub.freerdp.com freerdp-nightly/main i386 Packages
> >   404  Not Found [IP: 212.232.26.215 80]
> >
> > The repository
> >
> 
> I was writing that the repository is not working right now.
> I tried on a debian wheezy and a jessie.
For me the error looks like the repo wasn't added correctly to the
sources list. Whats your exact entry?
For wheezy this should be:

deb http://pub.freerdp.com/repositories/deb/wheezy/ freerdp-nightly main 

You get the apt key like
wget -O - http://pub.freerdp.com/repositories/ADD6BF6D97CE5D8D.asc | sudo 
apt-key add -

Best regards,
Bernhard

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Stable release

2016-01-12 Thread Bernhard Miklautz
Hi,

On Tue, Jan 12, 2016 at 12:34:08PM +0100, Niklas Andersson wrote:
>   Out or curiosity - are these nightly builds based on FreeRDPmaster? I 
> couldn't see any tags with 2.0 on Github.
the nightly builds are based on master which is the base for 2.0.

>   Also, do you plan to tag a 2.0 build for inclusion in Debian?
At some point there will be a 2.0 tag for sure. But at the moment we are
preparing the package based on a snapshot of master.

Best regards,
Bernhard

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] wfreerdp - Master

2016-05-30 Thread Bernhard Miklautz
Hi,

On Mon, May 30, 2016 at 08:26:32AM +0200, samuel wrote:
> I think this is normal behavior. (not to say that i think this is good
> behavior).
> You should immediately pass arguments that make a connection otherwise
> wfreerdp just quits without printing anything at all.
as Samuel replied this behavior is "normal". wfreerdp is a windows
graphical application and doesn't have any output. However if
you do a debug build (WITH_DEBUG or _DEBUG needs to be set) a console
is allocated and you will see all debugging output.

Best regards,
Bernhard

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] usb redirection and liburbdrc.so

2016-02-24 Thread Bernhard Miklautz
Hi Chris,

On Tue, Feb 23, 2016 at 03:56:08PM -0700, chris nelson wrote:
> i am using freerdp version 2.0.0-dev (git 941c2ec) with the following
> compile options:
> cmake -DWITH_ALSA=ON -DWITH_SSE2=ON
> -DCMAKE_INSTALL_PREFIX=/ftest/source/out -DCHANNEL_URBDRC_CLIENT=ON
> -DWITH_CHANNELS=ON -DSTATIC_CHANNELS=OFF
>
> LoadLibraryA /ftest/source/out/lib/freerdp/liburbdrc-client.so: cannot open
> shared object file: No such file or directory exists.
> 
> no combination of compile options seem to generate liburbdrc-client.so.
try to add the cmake option -DCHANNEL_URBDRC=ON . You also need to make
sure that all development packages of the required build dependencies
(libuuid, libusb, libudev if I remember correctly) are installed.

If everything was found correctly you will see the lines:
-- Adding dynamic channel "urbdrc": USB Devices Virtual Channel Extension
...
-- Found all URBDRC dependencies

If those don't show up you might have missed a dependency. When
installing after the first cmake run I'd suggest to delete the cmake
cache (rm CMakeCache.txt) and re-run cmake.

Best regards,
Bernhard

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Build aFreerdp

2016-02-21 Thread Bernhard Miklautz
Hi,

On Sun, Feb 21, 2016 at 07:43:36AM +, Zihao Jiang wrote:
> Anyone has steps for aFreerdp build? I checked 
> https://github.com/FreeRDP/FreeRDP/wiki/Compilation but I don't find any 
> steps to build aFreeRDP for android.
have a look to docs/README.android .

Best regards,
Bernhard

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Smartcard redirection

2016-03-08 Thread Bernhard Miklautz
Hi,

On Mon, Mar 07, 2016 at 06:23:09PM +, Prof. Dr. Michael Schefczyk wrote:
> 1) The nightly binary does not seem to replace /usr/bin/xfreerdp. Is there a 
> simple way to execute the binary from the command line after installing it 
> from the repository via apt-get?
the binaries are installed with the prefix /opt/freerdp-nightly/ on
purpose to not collide with any file of the distributions package(s).

There are multiple ways to invoke them:

* invoke directly /opt/freerdp-nightly/bin/xfreerdp
* adapt your PATH environment: export * PATH=/opt/freerdp-nightly/bin/:$PATH
* set an bash alias: alias xfreerdp=/opt/freerdp-nightly/bin/xfreerdp  

I'm fairly sure there are much more ;)

> 2) Among the multiple alternatives I tried to get the smart card redirection 
> going, is there one which you would suspect to be the correct approach?
Give the commands Armin described in his last E-Mail a try.

Best regards,
Bernhard

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Smartcard redirection

2016-03-07 Thread Bernhard Miklautz
Hi Michael,

On Mon, Mar 07, 2016 at 04:17:26PM +, Prof. Dr. Michael Schefczyk wrote:
> Unfortunately, I feel that resktop cannot handle the dual monitor setting 
> while I am unable to get smartcard redirection to work with FreeRDP, at least 
> with the version in the Debian Jessie packages ("This is FreeRDP version 
> 1.1.0-beta1 (git n/a)").

could you give the nightly binaries a try and see if the problem still
exists there?

https://ci.freerdp.com/job/freerdp-nightly-binaries/

Thank you,
best regards,
Bernhard

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] iFreeRDP Plugins

2016-04-19 Thread Bernhard Miklautz
Hi,

On Tue, Apr 19, 2016 at 07:58:42AM +, Vinod Jagtap wrote:
> plugins are available for freerdp iOS clent?
most channels should compile on iOS but are not enabled by default.

> How to enable sound and printing device redirection which by default 
> disabled?Cheers,Vinod  
I doubt that printer redirection works but to enable audio just run make
with -DWITH_IOSAUDIO=ON.

Best regards,
Bernhard

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] FreeRDP versions and releases

2016-05-25 Thread Bernhard Miklautz
Hi Herb,

On Tue, May 24, 2016 at 10:05:30PM +, Herb Petschauer wrote:
> Apologies for potentially re-hashing this by replying to an old post.
no problem. We planned to send out an update this week anyway. So I'll
just take your mail as opportunity to do so.

> (Perhaps I am missing an obvious page on github or some other public resource 
> that I am unaware of).
There are multiple issues regarding this in our issue tracker.
The most recent (and updated) is https://github.com/FreeRDP/FreeRDP/issues/2839.

First, let me do a little explaining. FreeRDP is, since its
rewrite with 1.0, rather customer and project driven. A lot of the current code 
base is
the result of contract work or was written as part of a project and open
sourced afterwards. This is why there wasn't much focus on fixed
API/ABI or doing release.  
But today FreeRDP is used as base in misc products, is found in thin clients
and multiple other places. This definitely places different
requirements on the project (like "improving" the release management :).
Unfortunately, although it's widely distributed and commonly used,
there currently aren't many outside contributors or contributions.
Under the line we are only a few people that actively develop.
Because the protocol is quite complex and the code base is already
quite big simple bug fixing often takes for ages (as it also often
requires to get the complete environment set up and prepared
- think of load balancing, gateways,..).
Nevertheless we managed to do a lot of hardening and improvements during
the last year.

If you follow the git commits you might have seen that there was already
work done towards a new release. Library cleanups, .pc files, cmake modules, to
name some structural changes. In order to get rid of the library mess - there 
were
major API changes between 1.0 and 1.1 which made it really hard for
packagers - there won't be any version 1.1+ and the next release will be 2.0.
To have a clean cut all previously exported libraries were already
pumped to version 2.0.

I can't give an exact time line but sometime around July we'll do an
API freeze. After that we'll work towards an 2.0-rc1
(https://github.com/FreeRDP/FreeRDP/milestones/2.0-rc1).

> We’re using FreeRDP on Windows and we’re currently using version 1.0.2.
> Moving forward, is there a plan to announce/release/tag a stable version of 
> 1.2
> OR is there a recommended commit on master that we should be using to get the 
> more secure/hardened version of FreeRDP?
To cut the long story short. I'd recommend to use the current master.
From the API point of view there might be some cleanups and GDI related
changes. But there won't be many new features and mainly fixes.

Best regards,
Bernhard

PS: https://github.com/FreeRDP/FreeRDP/issues - bug fix contributions are very
welcome ;)

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Password for whom?

2017-01-31 Thread Bernhard Miklautz
Hi,

On Mon, Jan 30, 2017 at 09:18:39PM -0800, ToddAndMargo wrote:
> Questions:
> 1)  it prompts me for a password.  Whose password?  Mine,
>  there's, a certificate's password?  If it is a certificates 
> password
>  how the &*$@ am I suppose to know that?
the password of the user you are connecting. In your example below it
would be "".

> 2)  What is all this garbage that comes up?
> $ xfreerdp -t  -u    www.xxx.yyy.zzz
> connected to www.xxx.yyy.zz:
> The host key for www.xxx.yyy.zzz has changed
> @@@
> @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
> @@@
> IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
> Someone could be eavesdropping on you right now (man-in-the-middle attack)!
> It is also possible that a host key has just been changed.
> The fingerprint for the host key sent by the remote host is
> <>
> Please contact your system administrator.
> Add correct host key in ~/.freerdp/known_hosts to get rid of this message.
> Host key for www.xxx.yyy.zzz has changed and you have requested strict 
> checking.
> Host key verification failed.
> tls_connect: certificate not trusted, aborting.
The message above indicates that you are connecting to a host whose
certificate has changed for any reason (which could possibly also be
malicious). Same thing as if you use ssh and the host key changes.
If you sure that it is the right host you can simply remove the entry from
~/.freerdp/known_hosts and reconnect.
When connecting to a session broker with different certificates this
warning can happen. For this, and all other cases
where you don't want this warning, you can use the option
"--ignore-certificate" (or /cert-ignore with newer versions of FreeRDP).

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Password for whom?

2017-01-31 Thread Bernhard Miklautz
Hi,

On Tue, Jan 31, 2017 at 12:55:08AM -0800, ToddAndMargo wrote:
> > It's the password associated with your  account,
> 
> Why in the world does it ask for a password when no account is specified ??
> > as xfreerdp tries
> > to do some NLA by default (and so the password can't be given on the
> > graphical login screen).
If NLA is used a username/password is *required* when connecting
as there is no login screen.
With 1.0 xfreerdp uses an empty user per default (with >= 1.2 the logged
in user is used).

> Well, it is a little better with /sec:tls or /sec:rdp, but ...
> 
> $ /opt/freerdp-nightly/bin/xfreerdp /t: /u: /sec:rdp 
> /v:ccc.ddd.eee.fff
> [00:49:50:243] [1425:1426] [ERROR][com.freerdp.core] - failed to connect 
> to ccc.ddd.eee.fff
> [00:49:50:243] [1425:1426] [ERROR][com.freerdp.core.nego] - Protocol 
> Security Negotiation Failure
> [00:49:50:243] [1425:1426] [ERROR][com.freerdp.core] - 
> freerdp_set_last_error ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x0002000C]
> [00:49:50:243] [1425:1426] [ERROR][com.freerdp.core.connection] - Error: 
> protocol security negotiation or connection failure
> [00:49:50:243] [1425:1426] [ERROR][com.freerdp.client.x11] - Freerdp 
> connect error exit status 1

> $ /opt/freerdp-nightly/bin/xfreerdp /t: /u: /sec:tls 
> /v:ccc.ddd.eee.fff
> [00:50:26:771] [1447:1448] [ERROR][com.freerdp.core] - failed to connect 
> to ccc.ddd.eee.fff
> [00:50:26:771] [1447:1448] [ERROR][com.freerdp.core.nego] - Protocol 
> Security Negotiation Failure
> [00:50:26:771] [1447:1448] [ERROR][com.freerdp.core] - 
> freerdp_set_last_error ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x0002000C]
> [00:50:26:771] [1447:1448] [ERROR][com.freerdp.core.connection] - Error: 
> protocol security negotiation or connection failure
> [00:50:26:771] [1447:1448] [ERROR][com.freerdp.client.x11] - Freerdp 
> connect error exit status 1
Looks like RDP and TLS security are disabled for this host.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] new feature and compiling problem

2017-01-23 Thread Bernhard Miklautz
Hi,

On Mon, Jan 23, 2017 at 10:07:07AM +0100, Antonio Trujillo Carmona wrote:
> When I try to exec freerdp2 (after compiling it from gith):
> 
> /usr/local/bin/xfreerdp /sec:rdp /cert-ignore /f /toggle-fullscreen:off 
> /monitors:0,1 /multimon:force /d:HVN /u:"" \
> /v:"$SERVIDOR".hvn.sas.junta-andalucia.es /rfx 
> /sound:sys:alsa///microphone:sys:alsa /drive:equipo,/mnt/informacion/ \
> /printer:"$NOMB_IMP","$CONT_IMP"
> 
> It fail with:
> 
> [ERROR][com.winpr.library] - LoadLibraryA:
> /usr/local/lib/freerdp2/libprinter-client.so: no se puede abrir el
> fichero del objeto compartido: No existe el fichero o el directorio
did you build with cups enabled? To check you can do:

cmake -LA | grep -i CUPS

The last line should say: WITH_CUPS:BOOL=ON.
If not re-run cmake with -DWITH_CUPS=ON.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] compiling problem HALF SOLVER

2017-01-23 Thread Bernhard Miklautz
Hi,

> So my question now is, How can install in a server who haven't even the
> "make" installer?
If you want to stick with you self build
version you can for example just do a "make install
DESTDIR=/tmp/install", tar the content of that directory and untar it on
you sever machine in /. But this isn't very manageable so I wouldn't
recommend it. Not sure on what system you are working on but we do have
nightly builds for different Distributions you can simply install with
your package manager. Have a look to 
https://github.com/FreeRDP/FreeRDP/wiki/PreBuilds

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Title in task bar

2017-02-16 Thread bernhard . miklautz
Hi,

On Wed, Feb 15, 2017 at 06:10:45PM -0800, ToddAndMargo wrote:
> Is there a way to title the running machines on the task bar?
> They all look alike!  Or they tell me just the address, which is
> not much help when the IP is the same and the ports are
> different.Be nice if I could title them with the name of
> the user or the machine.
you are thinking about something like the /t:TITLE option?

[~] % freerdp-nightly --help | grep title
/t:  Window title

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] libfreerdp nacl

2017-01-18 Thread Bernhard Miklautz
Hi Jaime,

On Wed, Jan 18, 2017 at 11:11:25AM +0100, Jaime Crespo wrote:
> Has anyone compiled and use libfreerdp for NaCL env? Is there any known
> problems with it?
it doesn't work out of the box with the current master but I know that
some people successfully tried to compile it. The main problem with NaCL seems
to be that it is only Unix-like but lacks some of the functions/functionality
FreeRDP (especially WinPR) uses. 

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] libfreerdp nacl

2017-01-18 Thread Bernhard Miklautz
Hi,

On Wed, Jan 18, 2017 at 12:30:36PM +0100, Jaime Crespo wrote:
> Do you know any open project where I can take a look? Thanks again.
unfortunately I don't know any open project yet that uses FreeRDP on
NaCl. 

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] cmake build failed

2017-01-16 Thread Bernhard Miklautz
Hi,

On Sun, Jan 15, 2017 at 09:58:22AM +0600, Md Sufi Khan wrote:
> Yes, I have tried with fresh checkout. And follow the instructions from
> compilation page till *sudo make install* command.
when building for Android the make install isn't necessary (the build
script handles this for you).

Best regards,
Bernhard

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] freerdp shadowing support

2017-02-28 Thread bernhard . miklautz
Hi,

sorry the late answer. 

On Tue, Feb 21, 2017 at 01:11:54PM +0100, Jaime Crespo wrote:
> Can not see any cmd line option to mimic shadowing a session with control
> on FreeRDP.
> Is it supported on freerdp at all?
> 
> win command:
> C:\Windows\system32>mstsc.exe /shadow /s:3 /v:SERVER01.local
> /noConsentPrompt /control /prompt
FreeRDP doesn't support this. As far as I'm aware of the new session
shadowing requires SMB/WMI/.. to initiate the shadowing itself which
FreeRDP can't do.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] freerdp shadowing support

2017-03-01 Thread bernhard . miklautz
Hi,

On Wed, Mar 01, 2017 at 09:32:11AM +0100, Jaime Crespo wrote:
> Thanks for your answer. Do you know where could I find more
> documentation/info about how that process works?
> I have been looking around the tech docs on:
> https://msdn.microsoft.com/en-us/library/jj712081.aspx
> but I could not find anything.
I'd guess it's documented somewhere there but I haven't found that
exact spot yet.
The RDP connection itself seems to be regular but on a different
TCP port. What I'm not sure yet is how the initiation is done.

As I initially thought it's all done with RDP I started the FreeRDP
shadow server for testing and tried to connect with the /shadow:
parameter from a Windows 10. What happened is that mstsc said "The
computer name is invalid" after a while. When doing a TCP dump you will
see that before the RDP itself happens some SMB messages are exchanged
on port 445 (also after the RDP session is torn down).

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] [Freerdp] Install failed with crypto missing

2016-10-25 Thread Bernhard Miklautz
Hi,

On Sun, Oct 23, 2016 at 08:59:37AM +, 刘 开征 wrote:
> linux:~/freerdp-0.8.2 # ./configure
0.8.2 is really old and not supported anymore.
I'd suggest trying a more recent version.

Best regards,
Bernhard

--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] FreeRDP

2016-11-03 Thread Bernhard Miklautz
Hi Eduard,

On Thu, Nov 03, 2016 at 12:34:17AM +0100, Eduard Meiler wrote:
> we would like to execute our freerdp clinet including a plugin from a
> terminal client.
> 
> The Freerdp version is 1.2. The plugin we have copied to
> /opt/freerdp-nightly/lib/RdpAddon-client.so 
What kind of plugin is this? Is it a static or dynamic virtual channel?

> Commands samples like “–plugin” is not excepted and we get an error after
> execute.
Can you elaborate what you mean with command samples <93><96>plugin<94>?


> Does the file need to be copied in a special folder?
Depends. For channels the default is the systems lib folder + "freerdp2".
The exact location can be found in the build-config.h. For the nightly
build it's /opt/freerdp-nightly/lib/freerdp2 (I think the directory
doesn't exist as we do static builds for nightly).

> What is the flag to start freerdp with the plugin.
Assuming it's a channel you can invoke it with /vc:NAME or respectively
/dvc:NAME if it's a dynamic channel. FreeRDP looks into the plugin path
for a so file that is called libNAME-client.so 

Best regards,
Bernhard

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] USB redirection

2016-12-19 Thread Bernhard Miklautz
Hi Daniel,

On Fri, Dec 16, 2016 at 02:21:49PM +0100, Daniel Spannbauer wrote:
> I try to redirect o USB device from my Debian machine to a Windows7 Machine.
as far as I know USB redirection doesn't work with Windows 7 (except if
it's running in Hyper-V and is an Enterprise version).

Did you verify upfront if it generally works?


Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] USB redirection

2016-12-19 Thread Bernhard Miklautz
Hi,

On Mon, Dec 19, 2016 at 09:25:44AM +0100, Daniel Spannbauer wrote:
> Now, I tried:
> /opt/freerdp-nightly/bin/xfreerdp -sec-nla /clipboard /sec-tla /fonts
> /multimedia:sys:pulse /sound:sys:pulse /microphone:sys:pulse
> /size:workarea /kbd:German /gdi:hw /bpp:16 /u:ds /v:b-win7 /cert-ignore
> /smartcard: /dvc:urbdrc,dbg,dev:0529:0001 /rfx
> 
> But xfreerdp gives me the Usage without any usefull hintI only got:
> [09:17:39:906] [7237:7237] [INFO][com.freerdp.utils] - Registering
> signal hook..
Yes. That behavior is rather confusing. Anyway if you get the help
something is wrong. I guess you want +sec-tls (or /sec-tls) instead of
/sec-tla.

> The lack of documentation is a great problem
Agreed. We are trying to work on that and gladly accept contributions
;).

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Compile FreeRDP with compression enabled

2017-04-06 Thread bernhard . miklautz
Hi,

On Thu, Apr 06, 2017 at 09:30:15AM +0100, Hein Skrypzeck wrote:
> I would like to know if it is possible to compile FreeRDP from source with 
> compression and bitmap cache always on?
that should be no problem but the server could possibly don't support it
and therefor it might not be used.

Not sure what client you are using but you can simply set/change the default
values you want in libfreerdp/core/settings.c.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[FreeRDP-devel] FreeRDP security advisory

2017-07-24 Thread Bernhard Miklautz

Hi,

the Cisco Talos team 
(http://www.cisco.com/c/en/us/products/security/talos.html) reported
multiple security vulnerabilities which are fixed on master
(pull reqest #4055 https://github.com/FreeRDP/FreeRDP/pull/4055).

For details on the talos issues see commit 
8292b4558f0684065ce1f58db7783cc426099223
(https://github.com/FreeRDP/FreeRDP/pull/4055/commits/8292b4558f0684065ce1f58db7783cc426099223).

If you use the current master of FreeRDP for packages or in you product
please update to the latest master or make sure to include the commit from 
above.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[FreeRDP-devel] FreeRDP 2.0.0-rc0 released

2017-07-24 Thread Bernhard Miklautz
Hi all,

the first release candidate of the upcoming 2.0.0 was published
and is available for download. 

See:
http://www.freerdp.com/2017/07/24/2_0_0_rc0-released for details.

Best regards,
the FreeRDP team.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] FreeRDP 2.0.0-rc0 released

2017-07-25 Thread Bernhard Miklautz
Hi Alexei,

On Tue, Jul 25, 2017 at 01:59:45AM +0300, Alexei Lozovsky wrote:
> On 24 July 2017 at 18:28, Bernhard Miklautz wrote:
> > the first release candidate of the upcoming 2.0.0 was published
> > and is available for download.
> 
> Is there a set timeline for 2.0.0?
I hope we get around and release rc1 within the next weeks. But I think
there will also be an rc2 or so.

> I'm asking because the first part of file transfer support in
> clipboard redirection has already gotten into master, but I'm still
> (slackly) working on the other part (copying files from remote session
> to local machine). Should I hurry to get it in? Or should we disable
> the local-to-remote transfer? Or should we just let it go as it is?
No need to hurry. If it doesn't make it into 2.0 it will make it into
the next release. 
If it's stable enough we can just leave it as it is.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] calling freerdp_device_collection_add later

2017-06-27 Thread bernhard . miklautz
Hi,

On Tue, Jun 27, 2017 at 12:31:09AM +0200, Predrag Manojlović wrote:
> Is it possible to add shared drive with
> 
> freerdp_device_collection_add
> 
> at later stage, while everything is running already?
> I've managed to do it only in
> 
> freerdp::PreConnect
it's not possible. The freerdp_device_collection_add loads the channel
(library) and configures the shares. If you need shares that are "added"
during runtime one way is to use a fixed mount point like where you
link/mount/add the additional shares you want to redirect.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] how to compile freerdp server program on window with cmake?

2017-04-27 Thread bernhard . miklautz
Hi,

On Thu, Apr 27, 2017 at 02:20:53PM +, hx w wrote:
> how to compile freerdp server program on window with cmake?
Not completely recent but a good starting point.
https://github.com/FreeRDP/FreeRDP/wiki/Build-on-Windows-with-Visual-C---2010
and/or
https://github.com/FreeRDP/FreeRDP/wiki/Build-on-Windows-Visual-C---2012-(32-and-64-bit)

To enable the server side part you need the cmake Option
-DWITH_SERVER=ON when running cmake.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[FreeRDP-devel] FreeRDP release 2.0.0-rc1

2017-11-28 Thread Bernhard Miklautz
Hi there,

the second release candidate of the upcoming 2.0.0 - 2.0.0-rc1 was just
released and is available for download:

https://pub.freerdp.com/releases/ or
https://github.com/FreeRDP/FreeRDP/releases/tag/2.0.0-rc1

For more information see http://www.freerdp.com/2017/11/28/2_0_0_rc1-released

Best regards,
Bernhard for the FreeRDP team.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Freedrp compilation for Google Chrome

2018-01-22 Thread Bernhard Miklautz via FreeRDP-devel
Hi Pascal,

On Mon, Jan 22, 2018 at 12:33:21PM +0100, Pascal Vandooren via FreeRDP-devel 
wrote:
> I 'm shearching information about , how to compile FreeRDP for Chrome ?
> I see a lot of software compiled for Chrome based on FreeRDP but i don'y
> find information about the process ..
>
> Is there a good Samaritan to help me ?
do you mean NaCl/PNaCl with Chrome?
I know it's possible and that some software use FreeRDP but we
officially don't support these platforms.

As reference see also:

https://sourceforge.net/p/freerdp/mailman/message/35611140/

So long,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] FreeRDP 1.0.2 with TLS 1.2

2018-01-31 Thread Bernhard Miklautz via FreeRDP-devel
Hi Tomer,

On Tue, Jan 30, 2018 at 12:22:00PM +, Tomer Admon via FreeRDP-devel wrote:
> 1-  We are currently using FreeRDP 1.0.2 on CentOS for RDP-ing to Windows 
> boxes. Our IT department, started to switch to TLS 1.2 on all Windows 
> machines and now blocking TLS 1.1 and 1.0. Trying to RDP into a windows 
> machine using TLS 1.2 always fails.
> 
> a.   Does FreeRDP 1.0.2 supports connecting to Windows machine with TLS 
> 1.2?
No. FreeRDP 1.0 only supports version 1.0 (as it uses TLSv1_method with 
openssl).

> b.   Switching to Ubuntu compiling FreeRDP 2.0.0rc1 works while using the 
> same command. (Ubuntu with FreeRDP 1.1.0 didn't worked as well)
Same command should work however I suggest thinking about switching to
the new command line syntax as the old one doesn't support new features
and might be removed in a future release.

> 2-  We failed to compile FreeRDP 2.0.0rc1 on CentOS and saw you are 
> currently not testing this distro under your CI process. CentOS does not 
> supported at the moment?
* What were your problems with compiling FreeRDP on CentOS? I don't see
  a reason why it shouldn't work on CentOS.

* The packages we are building are mainly nightly builds to be able to
  provide builds for testing. We currently just don't have any CentOS build
  machine running.

> 3-  We would like to know if there is already a planned release date for 
> FreeRDP 2.0.0 GA? And will it be available for CentOS.
No fixed date. We are working on a rc2 (see the related milestone
https://github.com/FreeRDP/FreeRDP/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0-rc2).
Once rc2 is done and tested we'll release. Release might possibly be
around end Q1 or beginning of Q2 but just guessing ;).

It's not planned but if we have some time to prepare a build environment
for CentOS we could also provide packages.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[FreeRDP-devel] FreeRDP 2.0.0-rc2 released

2018-04-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

the third release candidate of the upcoming 2.0.0 - 2.0.0-rc2 was just
released and is available for download:

https://pub.freerdp.com/releases/ or
https://github.com/FreeRDP/FreeRDP/releases/tag/2.0.0-rc2

For more information see
http://www.freerdp.com/2018/04/11/2_0_0_rc2-released

Best regards,
Bernhard for the FreeRDP team.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] help-wanted client 2.0.0-dev2 GSSAPI authentication not working

2018-03-19 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

On Mon, Mar 19, 2018 at 02:03:56PM +0100, DELHOMME Christophe 605228 via 
FreeRDP-devel wrote:
> |xfreerdp /buildconfig [10:45:47:939] [13878:13878]
>  ...
> |xfreerdp /u:username /v:hostname.domain [10:47:39:253]
> ...
> [DEBUG][com.freerdp.core.nego] - Negotiated NLA security
> [10:47:39:278] [14032:14033] [DEBUG][com.freerdp.core.nego] -
> nego_security_connect with PROTOCOL_NLA [10:47:39:298] [14032:14033]
> [DEBUG][com.winpr.utils] - Could not open SAM file! Password:|

> I've a valid kerberos ticket and we can use RDP/SSO from Windows to
> Windows. I'm using CentOS7 distribution
Authentication with Kerberos isn't supported with RDP (this is not a FreeRDP 
limitation).
The Windows single sign on is based on passing the same username and
password credentials to the remote desktop server.

Best regards,
Bernhard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Reporting security vulnerabilities in FreeRDP

2018-10-22 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

On Mon, Oct 22, 2018 at 10:43:07AM +, Eyal Itkin via FreeRDP-devel wrote:
> Is there a non-public way to report vulnerabilities to the developers of 
> FreeRDP?
yes there is, but we don't have it (yet) on our page. We'll contact you
directly.

Thank you in advance.


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Centos 7.5 ninja: build stopped: subcommand failed.

2018-10-17 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

On Wed, Oct 17, 2018 at 08:46:28AM +0200, ng0177--- via FreeRDP-devel wrote:
> On Centos 7.5 Linux 3.10.0-862.14.4.el7.x86_64, I get the below error when
> executing
> 
> git clone git://github.com/FreeRDP/FreeRDP.git cd FreeRDP cmake -GNinja
> -DCHANNEL_URBDRC=OFF -DWITH_DSP_FFMPEG=OFF -DWITH_CUPS=OFF -DWITH_PULSE=OFF
> . cmake --build . cmake --build . --target install
> .
> `[424/424] Linking C executable client/X11/xfreerdp
> [th6mas@freckle75 FreeRDP]$
> [th6mas@freckle75 FreeRDP]$ cmake --build . --target install
> [1/1] Install the project...
> FAILED: CMakeFiles/install.util
> cd /home/th6mas/FreeRDP && /usr/bin/cmake -P cmake_install.cmake
> -- Install configuration: "Release"
> -- Installing: /usr/local/share/man/man7/wlog.7
> CMake Error at winpr/cmake_install.cmake:36 (FILE):
> file INSTALL cannot copy file "/home/th6mas/FreeRDP/winpr/wlog.7" to
> "/usr/local/share/man/man7/wlog.7".
> Call Stack (most recent call first):
> cmake_install.cmake:37 (INCLUDE)
> 
> ninja: build stopped: subcommand failed.
"install" tries to install to /usr/local/share/man/man7. My guess would
be that you don't have sufficient rights there.

If you need to install to /usr/local I'd run build first without install
(as user) and then install as root. If it's not required to install to
/usr/local you could pass an CMAKE_INSTALL_PREFIX with some directory
you have rights for (could be /opt/freerdp for example) when running
cmake configuration.

Best regards,
Bernhard


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] FreeRDP to Windows Server 2016 RDSH - Period key issue

2018-10-24 Thread Bernhard Miklautz via FreeRDP-devel
Hi Neil,

On Tue, Oct 23, 2018 at 04:52:52PM +, Neil Broadbent via FreeRDP-devel 
wrote:
> My understanding is that this is the correct place to ask for some support 
> advice with FreeRDP.  If i'm in the wrong spot, please let me know and I'll 
> post to the appropriate location.
you are absolutely right here ;). You can also drop by in our irc
channel #freerdp on freenode for questions.

> Since switching from rdesktop to FreeRDP, the period key on the numeric 
> keypad (US keyboard) has stopped functioning.  Numlock itself works fine, as 
> do all of the keypad numbers once numlock is engaged.  Also, the key in 
> question works as a delete key (as expected) with numlock disengaged, but 
> with numlock engaged the period doesn't work.  All other keys on the keyboard 
> work as expected.
>
> I've recreated this outside of Thinlinc.  From Ubuntu 18 Desktop, 
> establishing a FreeRDP session directly to Windows 2016 has the same result.  
> I have tried version 1 and version 2 builds of FreeRDP including the 
> nightlies.
we haven't seen this issue yet and can't reproduce it here locally.
Just tried with the latest nightly
from Ubuntu 18.04 and Debian 9 as client machine to win 7/win 10/ win 2016 and
do get the expected keys on the remote side ('.' as well as 'DEL'). For the
test I've also used a US keymap.

So my guess would be that there are some differences in the key mapping.
 
Since you can reproduce it on Ubuntu could you provide us
the following information that that we can figure out what is going
on? 

* output of "setxkbmap -print" on the Ubuntu side

* when you run xev on Ubuntu what do you get if you hit the Del/. key
  with and without numlock enabled (I'm mainly interested in the key
  press events xev shows)

* what keyboard language do you use on the windows side?

* for windows side keyboard debugging I tend to use a small utility
  called KeyView.exe (you find it at 
http://pub.freerdp.com/people/bmiklautz/KeyView.exe)
  can you run it on the remote side when you are connected and tell me what you 
get there when
  pressing the key within the session?

For testing please use the latest nightly package from
https://ci.freerdp.com/job/freerdp-nightly-binaries/.


So long,
best regards
Bernhard


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Set title before mapping

2018-11-17 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

On Fri, Nov 16, 2018 at 02:56:20PM -0800, Henrique Martins via FreeRDP-devel 
wrote:
> > It does not depend on whether the window is mapped
> > (visible) or not. So you can totally set the name before
> > the window is made visible.
> I know that. And it works, obviously.
makes sense. Thank you!

> I need to figure out how to do a pull request, though.
You could also just send a patch. I can create the PR.

So long,
Bernhard


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[FreeRDP-devel] Hi! FeeRDP history

2019-01-16 Thread Bernhard Miklautz via FreeRDP-devel
Hi there,

on this day seven years ago FreeRDP 1.0.0 was released.
To celebrate this anniversary we published the first post of the Hi!
series:

Hi! FreeRDP history https://www.freerdp.com/2019/01/16/hi-freerdp-history

So long,
Bernhard and the FreeRDP Team.


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] How to gdb xfreerdp?

2018-12-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

On Tue, Dec 11, 2018 at 07:29:28AM +, Freeman (Longfei) Qin via 
FreeRDP-devel wrote:
> I'm trying to gdb xfreerdp. But I found xfreerdp was using dynamically link. 
> How can I build it with shared libraries.
> Specailly, I want to gdb the funcions in libfreerdp-client2. But it's linked 
> dynamically.
I'm not exactly sure what your problem is (as the description is a
little bit vague ;) but 

gdb --args xfreerdp -grab-keyboard /v:testhost /u:bla /p:foo

usually does the trick for me. If you want to debug a xfreerdp shipped
with your distribution you possibly need to install the debug symbols
before debugging.
For Ubuntu this could for example be done with "apt-get install 
freerdp-x11-dbg".

If you have compiled yourself make sure you did a debug build by
specifying -DCMAKE_BUILD_TYPE=DEBUG.

Best regards,
Bernhard


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Building FreeRDP server & client on Windows

2018-12-05 Thread Bernhard Miklautz via FreeRDP-devel
On Mon, Nov 19, 2018 at 10:09:13AM +, Sergio NNX via FreeRDP-devel
wrote:  

> This is the same issue as the one posted here:
> https://github.com/FreeRDP/FreeRDP/issues/5026
>   
>   


   
as akallabeth already replied in your issue, mingw isn't supported at   

   
the moment. To compile on windows try to compile it natively.   

   
You just need CMake, Visual Studio and openssl. 

   


   
> Building FreeRDP server & client on Windows   
>   
>  
> Hi. Just downloaded master branch as of the date of this post. Using
> MSYS/MinGW on Windows 10 x64 with GCC 6.3.0  cmake 3.8.1 There
> are several building, compilation and linking issues Id... 
> github.com
>   
>  
The compilation and linking issues arise because when compiling with

   
mingw there are plenty of stuff that is redefined. As native compilation

   
does work there isn't much effort to support mingw. There is also an

   
other open issue related to that topic  

   
https://github.com/FreeRDP/FreeRDP/issues/4930. 

   


   
> We are new to this project and we don't know how to test it.  
>   
>  
> We managed to get the building process generate the following
> executables:  
>  
>   
>   
>  
> wfreerdp / sfreerdp / freerdp-shadow-cli / wfreerdp-server /
> sfreerdp-server   
>   
>   
>   
>  
> How can we test this project? 
>   
>  
What exactly do you want to test? Server side, client? Our support ;).

*wfreerdp is a command line client. It doesn't provide any GUI. For the
help you can do the following:

* launch a cmd  
   

Re: [FreeRDP-devel] Touch scroll support

2018-12-05 Thread Bernhard Miklautz via FreeRDP-devel
Hi Don,

sorry for the late response.

On Wed, Nov 21, 2018 at 11:19:24AM -0800, Don Schmitt via FreeRDP-devel wrote:
> When I use MSTSC from a touch-capable client and I run, say, Internet
> Explorer, then I can use touch and drag to scroll the page up and down.
> However, this does not work from wfreerdp, it just behaves like I am
> performing a selection of a portion of the page.
> 
> I am using the latest nightly build from Nov. 21 (I don't see a way to
> extract a version number from wfreerdp.exe though?).
> 
> Has anyone looked into what it would take to get this working?
support for touch input (RDPEI) isn't currently supported in wfreerdp.
The related issue on github https://github.com/FreeRDP/FreeRDP/issues/1327.

Best regards,
Bernhard


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[FreeRDP-devel] Hi! - The upcoming blog series

2018-12-05 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

it was planned for a while already but it took some time until we got
around to start it:

Hi! ... - the upcoming blog series.

Besides providing an overview of the FreeRDP project - like history and
components - the idea behind the series is to also get feedback on how
FreeRDP is used. Therefore we do invite projects and people to share their
experience.

Check out the announcement for details:

https://www.freerdp.com/2018/12/05/hi-blog-series

Best regards,
Bernhard and the FreeRDP Team.


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] Not able to use Display Variable with freerdp

2018-11-21 Thread Bernhard Miklautz via FreeRDP-devel
On Tue, Nov 20, 2018 at 05:23:03PM +0530, Narinder verma via FreeRDP-devel 
wrote:
> So i ran the following commands,
> 
> > export DISPLAY=10.x.x.x:0.0
> >
> xfreerdp /v:10.x.x.x /u:xx /p:xxx
> 
> 
> But i am getting the following error,
> 
> xf_pre_connect: failed to open display: 10.x.x.x:0.0
> Please check that the $DISPLAY environment variable is properly set.
> freerdp_pre_connect failed
> 
> *Note*:-  I have tried 10.x.x.x:0.1 as well but same result.
> 
> So i needed the exact procedure for using this DISPLAY variable , like what
> port needs to be opened,etc.
This is more a generic problem with displaying x programs remotely and
not specific to xfreerdp.

If you have a x server running you need to make sure it's listening on
TCP (the port is usually 6000 + (DISPLAY)) and that it is connectable
from the other machine. You can test if this works with every X program.

Best regards,
Bernhard


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[FreeRDP-devel] FreeRDP 2.0.0-rc4 released

2018-11-20 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

the fifth release candidate of the upcoming 2.0.0 - 2.0.0-rc4 was just
released and is available for download at the usual locations:

http://pub.freerdp.com/releases/
https://github.com/FreeRDP/FreeRDP/releases/tag/2.0.0-rc4

This release candidate contains fixes for **multiple CVEs** we've got reported 
by 
Eyal Itkin from Check Point Software Technologies. If you using any 
2.0 release candidates we recommend you upgrade to rc4.

For more information see the related post in our blog
https://www.freerdp.com/2018/11/20/2_0_0_rc4-released
or the changelog
https://github.com/FreeRDP/FreeRDP/blob/2.0.0-rc4/ChangeLog

So long and best regards,
The FreeRDP team


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


Re: [FreeRDP-devel] builtin channels usage example ?

2019-01-28 Thread Bernhard Miklautz via FreeRDP-devel
Hi,

On Sat, Jan 26, 2019 at 07:41:46PM +0300, Alexandr via FreeRDP-devel wrote:
> does anyone know how to use builtin/static channels in FreeRDP ?
> 
> i have all static build of FreeRDP (with -DBUILD_SHARED_LIBS=OFF
> - -DBUILTIN_CHANNELS=ON -DSTATIC_CHANNELS=ON).
STATIC_CHANNELS is obsolete -DBUILTIN_CHANNELS=ON is
sufficient (and also the default).

> i see following:
> 
> [15~[19:37:17:926] [239670:239678] [ERROR][com.winpr.library] -
> LoadLibraryA: /usr/local/lib64/freerdp2/libcliprdr-client.so:
> невозможно открыть разделяемый объектный файл: Нет такого файла или
> каталога
> [19:37:17:927] [239670:239678] [WARN][com.freerdp.addin] - Failed to
> load channel cliprdr [(nil)]
> [19:37:17:927] [239670:239678] [ERROR][com.winpr.library] -
> LoadLibraryA: /usr/local/lib64/freerdp2/libcliprdr-client.so:
> невозможно открыть разделяемый объектный файл: Нет такого файла или
> каталога
> [19:37:17:927] [239670:239678] [WARN][com.freerdp.addin] - Failed to
> load channel cliprdr [(nil)]
May I ask what version you are working with? The error messages look
like for an older version. If built with -DBUILTIN_CHANNELS=ON all
channels are linked into libfreerdp-client2 which xfreerdp is linked
against during build time.

With the latest master (just re-tested
this) when having -DBUILD_SHARED_LIBS=OFF and -DBUILTIN_CHANNELS=ON I
don't see this error. If you built with -DBUILTIN_CHANNELS=OFF you will
need to install the channel libraries before you can run xfreerdp - that
could cause an error where the channels can't be loaded (but that
doesn't fit the cmake parameters you pasted).

Best regards,
Bernhard


___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


  1   2   >