[FreeRDP-devel] [HELP] RemoteApp session opens for a brief moment then autocloses with "Closed from X11"

2020-02-28 Thread Tin Sučević via FreeRDP-devel
Hi, I'm currently working on using a Raspberry Pi as a server terminal for a server application. My Raspberry Pi Zero W is running buster and the server is running Windows Server 2008 R2. The freeRDP version is 2.0.0-dev5. Now to the issue, whenever I try to connect to the remote app using the

Re: [FreeRDP-devel] Help

2019-11-21 Thread Armin Novak via FreeRDP-devel
Hi, What you are most likely looking for is part of gcc_read_client_core_data There the server protocol version from server is read and (for internal purposes) the minimum of server and client version supported stored in settings->RdpVersion (there is an enum RDP_VERSION that defines names for

[FreeRDP-devel] Help

2019-11-21 Thread маслов артем via FreeRDP-devel
Hello, I need some help if you don't mind. For my work I need to get the version of rdp Protocol that is used on the server and supported encryption methods. I can not find in your project where there is a definition of these parameters. Can you please help? The language used is C

[FreeRDP-devel] Help with issue #4769

2019-08-29 Thread Mathieu Ferland via FreeRDP-devel
Hi All,We are looking for consulting help on issue #4769 https://github.com/FreeRDP/FreeRDP/issues/4769 Anyone doing some consulting services to help us resolve this ASAP please contact meThanks -- Mathieu FerlandV2 Cloud, Inc.Tel.: 1 (866) 807-7155 x700 www.v2cloud.com

Re: [FreeRDP-devel] Help regarding Openh264 and Jpeg load library issue

2019-04-30 Thread Armin Novak via FreeRDP-devel
Hi, they are optional, but if activated in the build script they must be shipped too as libfreerdp is build with them as dependency. deactivate in the script and the dependency is gone. Note that no AVC420/AVC444 support is available in that case. jpeg is no longer actively used anyway, so no

[FreeRDP-devel] Help - ContextNew callback failed. Failed to create new peer context #4675

2018-05-26 Thread Aditya Sood via FreeRDP-devel
wfreerdp-server [11:19:54:567] [25920:73fc] [INFO][com.freerdp.server.windows] - screen id not provided. attempting to detect... [11:19:54:567] [25920:73fc] [INFO][com.freerdp.server.windows] - Detecting screens... [11:19:54:569] [25920:73fc] [INFO][com.freerdp.server.windows] - ID

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

2018-03-19 Thread DELHOMME Christophe 605228 via FreeRDP-devel
Hi thanks for you help. I've read the Microsoft information before send you an email https://social.msdn.microsoft.com/Forums/en-US/da074f0f-0887-4151-88ea-19a671ed91d9/is-it-possible-to-do-true-kerberos-sso-using-rdp-?forum=os_windowsprotocols but in fact I haven't understood that

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

2018-03-19 Thread Thomas Calderon via FreeRDP-devel
Indeed, what you should be able to do is negotiate the NLA channel using Kerberos and then be prompted again for credentials. You can check that your user credentials store contains the session ticket for the RDP host you are trying to connect to has been added. Cheers, Thomas On Mon, Mar 19,

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 >

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

2018-03-19 Thread DELHOMME Christophe 605228 via FreeRDP-devel
Hey I've compiled 2.0.0-dev2 with WITH_GSSAPI=ON but it seems not working (there is no option to force this feature or something in logs) |xfreerdp /buildconfig [10:45:47:939] [13878:13878] [DEBUG][com.freerdp.utils] - Registering signal hook... [10:45:47:942] [13878:13878]

[FreeRDP-devel] Help w/ xfreerdp

2016-12-16 Thread Melissa Mesler
We recently set up a Microsoft 2012 Server with Excel and Word for use with Remote Desktop Services. We are running on a Debian Jessie desktop using xfreerdp to pull Excel & Word back for the users. We have run into an issue when they are using (2) spreadsheets at a time. It locks up and the

[FreeRDP-devel] Help with RDPserver for research project

2016-01-11 Thread Eric Wedaa
Hi   I understand that the server code is no longer in the repository.  I understand it was buggy once you managed to login.  Still, I find myself in need of an RDP server that presents a login screen (RDpy does not work for me, the instructions are, shall we say, lacking.)  Is there somebody

Re: [Freerdp-devel] help-text in 1.0

2011-08-27 Thread Nils Andresen
2011/8/26 Mike Gilbert floppymas...@gmail.com: On Fri, Aug 26, 2011 at 5:24 PM, Nils Andresen n...@nils-andresen.de wrote: 2011/8/26 Mike Gilbert floppymas...@gmail.com: Why not just use argv[0]? I was under the impression that in c (as in c#) you don't get the clients name in the args. In

[Freerdp-devel] help-text in 1.0

2011-08-26 Thread Nils Andresen
Hi, I wanted to add a nice help-text to libfreerdp-utils/args.c but I ran into a few problems. Some of which I simply need some input from you. One - I'll need a good idea... first the simple things: - what does --no-auth do? - what does --no-fastpath do? - what does --rfx do? now: args.c is

Re: [Freerdp-devel] help-text in 1.0

2011-08-26 Thread Mike Gilbert
On Fri, Aug 26, 2011 at 5:03 PM, Nils Andresen n...@nils-andresen.de wrote: now: args.c is used in xfreerdp and dfreerdp. Help should print something like  Usage: [d|x]freerdp [options] server:port is there a cool way to determine the client that uses args.c, or should freerdp_parse_args get

Re: [Freerdp-devel] help-text in 1.0

2011-08-26 Thread Nils Andresen
2011/8/26 Mike Gilbert floppymas...@gmail.com: Why not just use argv[0]? Hmm. I am mainly a c# programmer trying to get my bearings around c but I was under the impression that in c (as in c#) you don't get the clients name in the args. Or are you suggesting to push the clients name in the args?

Re: [Freerdp-devel] help-text in 1.0

2011-08-26 Thread Mike Gilbert
On Fri, Aug 26, 2011 at 5:24 PM, Nils Andresen n...@nils-andresen.de wrote: 2011/8/26 Mike Gilbert floppymas...@gmail.com: Why not just use argv[0]? Hmm. I am mainly a c# programmer trying to get my bearings around c but I was under the impression that in c (as in c#) you don't get the