Re: [FreeRDP-devel] FreeRDP-Server on windows

2015-03-25 Thread Jon Schneider
I've not done much in c, but I know with activestates Perl compiler, I could build larger, dependency free binaries. I'm certain someone had a way to do this for C. Please keep us posted as I'm interested to know if you can get this working. On Feb 25, 2015 2:27 PM, "mats olsson" wrote: > I'm l

Re: [FreeRDP-devel] RDP via gateway gets RPC_S_INVALID_TAG

2014-11-11 Thread Jon Schneider
This appears to be a bug in the 1.2 code. I checked out the stable-1.1 branch and compiled that. With 1.1 I can RDP to Server 2008 via the RDP Gateway. On Mon, Nov 10, 2014 at 12:09 PM, Jon Schneider wrote: > I'm still having problems connecting to this tsgateway externally. I >

Re: [FreeRDP-devel] RDP via gateway gets RPC_S_INVALID_TAG

2014-11-10 Thread Jon Schneider
I'm still having problems connecting to this tsgateway externally. I recompiled with debugging enabled to get a better idea of the output and here is what I'm seeing (with some markup): root@ubuntu:~/FreeRDP# xfreerdp /v:WORKSTATION /d:DOMAIN /u:USER /p:PASSWORD /g:GATEWAY /gd:DOMAIN /gu:GWUSER /

[FreeRDP-devel] RDP via gateway gets RPC_S_INVALID_TAG

2014-10-21 Thread Jon Schneider
I'm sure I'm probably doing something wrong during the compile. I've done this before on 13.04 and it has worked marvelously, but that has been about a year ago. I compiled this on 14.04.4, with a copy of the Utopic (14.10) beta kernel (for a touchpad driver on my Chromebook). Any ideas? jon@ub