Re: [Freerdp-devel] smartcard branch on gitorious

2011-01-01 Thread Martin Vogt
Hello, I have working smartcard support for freerdp. Its a complete rewrite, based on the published Microsoft IDL, its windows only, but overall it seems to work. Currently it looks that its possible to port the windows code to linux http://marc.info/?t=12938051661&r=1&w=2 I'm preparing my

[Freerdp-devel] [PATCH] channel/librdpdr support for windows

2011-01-15 Thread Martin Vogt
nged, 1012 insertions(+), 111 deletions(-) commit b97554c77eba551bfa7ba2ee618db89ece50f36e Author: Martin Vogt Date: Sat Jan 15 16:05:56 2011 +0100 fix compiler warnings diff --git a/libfreerdp/stream.h b/libfreerdp/stream.h index d3779ab..88b3c4d 100644 --- a/libfreerdp/stream.h +++ b/

Re: [Freerdp-devel] [PATCH] channel/librdpdr support for windows

2011-01-22 Thread Martin Vogt
Hello, On Thu, Jan 20, 2011 at 3:05 AM, Mads Kiilerich wrote: > Thanks for the work. > > I would however like to see the changes reworked a bit. Ok, I try to restructure the series (with regards to the comments) and post them again. > Try to put the simple fixes first in the series - such as th

Re: [Freerdp-devel] Smart card redirection

2011-05-02 Thread Martin Vogt
On Fri, Apr 29, 2011 at 11:39 PM, Eduardo Beloni wrote: > Hello, > > We've been working in the smart card redirection. >So far, our tests have produced great results, so we think it is time >to ask you to take a look and test it. Here is the branch: > > https://github.com/OSSystems/FreeRDP/tree/wi

[Freerdp-devel] freerdp-mitm

2013-07-03 Thread Martin Vogt
Hello, I currently developing a freerdp mitm proxy. As far as I understand it, the current git tree does not have such a tool included. My idea is to have two sides: TS<--->[freerdp<--MITM->(listener,freerdp-peer)|<-->rdpClient The component [freerdp<--MITM->(listener,freerdp-peer)| needs to be

Re: [Freerdp-devel] freerdp-mitm

2013-07-03 Thread Martin Vogt
Hello Bernhard, On Wed, Jul 3, 2013 at 3:54 PM, Bernhard Miklautz wrote: > 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

Re: [Freerdp-devel] freerdp-mitm

2013-07-03 Thread Martin Vogt
Hello Harish, On Wed, Jul 3, 2013 at 4:15 PM, harish badrinath wrote: > Just wanted to say that i too would be interested in such a piece of code > (hope it will be open sourced). My idea was to put it on a git repo after if it works for me. But for now its more a small test project. regards,