Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Brad Hards
On Wed, 16 Mar 2011 05:20:12 pm Marc-André Moreau wrote: > It might actually be even more interesting than iconv. Very good find. I'll > definitely look into it, development packages are at least available for my > current distro (openSUSE 11.4). I'm surprised I had never heard of it > before. Its

Re: [Freerdp-devel] RemoteFX

2011-03-16 Thread Vikas KM
Hi All, I am little confused with the capabilities the server sends with DEMAND ACTIVE PDU. When i connect the freeRDP using RDP [that is no RFX] i get around 18 capabilities in DEMAND ACTIVE PDU. but when i connect it using RFX i get 19 capabilities. Why is the extra capability. What i unders

Re: [Freerdp-devel] RemoteFX

2011-03-16 Thread Marc-André Moreau
On Wed, Mar 16, 2011 at 3:03 AM, Vikas KM wrote: > Hi All, > > I am little confused with the capabilities the server sends with DEMAND > ACTIVE PDU. > > When i connect the freeRDP using RDP [that is no RFX] i get around 18 > capabilities in DEMAND ACTIVE PDU. > > but when i connect it using RFX i

Re: [Freerdp-devel] RemoteFX

2011-03-16 Thread Jay Sorg
> I am little confused with the capabilities the server sends with DEMAND > ACTIVE PDU. > > When i connect the freeRDP using RDP [that is no RFX] i get around 18 > capabilities in DEMAND ACTIVE PDU. > > but when i connect it using RFX i get 19 capabilities. > > Why is the extra capability. > > What

Re: [Freerdp-devel] Sound-Opitons in current master

2011-03-16 Thread Nils Andresen
Hi Vic, thanks for the hint. In gentoo we configure the packages (called ebuild) on the user side using something called use-flags. So if it is possible to have freerdp with pulseaudio and without I'll add a "pulseaudio" use-flag to the ebuild. If the user during install has pulseaudio enabled free

Re: [Freerdp-devel] Problem xfreerdp

2011-03-16 Thread Anna Martynova
It was fixed in GIT version: https://github.com/FreeRDP/FreeRDP/commit/51a41e36a9e477ad55242cf5c036bd463e1891dc#channels/rdpdr/printer You can build current version from GIT or that revision. 2011/3/16 Dmitriy Murzin : > Hello. > I want to connect two printers to windows 2008 server, but only con

[Freerdp-devel] what's the reason about notifychange directory request

2011-03-16 Thread APOLLOH
hi, everyone: I'm researching RDP and there's a problem for my trying. I implement a client of RDP using JAVA. The problem is that the remote serve always sends Server Drive NotifyChange Directory Request when I redirect a disk. Actually there's no any changing about the mapped disk, so i just

[Freerdp-devel] what's the reason about notifychange directory request

2011-03-16 Thread APOLLOH
hi, everyone: I'm researching RDP and there's a problem for my trying. I implement a client of RDP using JAVA. The problem is that the remote serve always sends Server Drive NotifyChange Directory Request when I redirect a disk. Actually there's no any changing about the mapped disk, so i just

[Freerdp-devel] what's the reason about notifychange directory request

2011-03-16 Thread APOLLOH
hi, everyone: I'm researching RDP and there's a problem for my trying. I implement a client of RDP using JAVA. The problem is that the remote serve always sends Server Drive NotifyChange Directory Request when I redirect a disk. Actually there's no any changing about the mapped disk, so i just

Re: [Freerdp-devel] what's the reason about notifychange directory request

2011-03-16 Thread Vic Lee
Hi, I think I fixed it some days ago in latest git version. Try it if you can. Vic On 03/16/2011 04:44 PM, APOLLOH wrote: > hi, everyone: > I'm researching RDP and there's a problem for my trying. I > implement a client of RDP using JAVA. The problem is that the remote > serve always sends

Re: [Freerdp-devel] Sound-Opitons in current master

2011-03-16 Thread Vic Lee
Yes, it's automatically detected, however you can force to use a sub-plugin. Usually this will not needed but it might be useful you have multiple audio devices and want to use the one that is not default, you can use such argument. example: 1. ALSA, default device xfreerdp --rdpsnd --data

Re: [Freerdp-devel] Sound-Opitons in current master

2011-03-16 Thread Nils Andresen
Vic, I read the man-page ;-) I was talking about buildtime parameters to send to ./configure, not runtime parameters for xfreerdp. Nils 2011/3/16 Vic Lee > Yes, it's automatically detected, however you can force to use a > sub-plugin. Usually this will not needed but it might be useful you have

Re: [Freerdp-devel] Sound-Opitons in current master

2011-03-16 Thread Mads Kiilerich
On 03/15/2011 10:34 PM, Nils Andresen wrote: > Hi, > I was on the way to change the current gentoo ebuild to reflect the new > git repo and the license change Note that the license change haven't been completed yet, AFAIK. What we have on the master branch is inconsistent and can not legally be

Re: [Freerdp-devel] RemoteFX

2011-03-16 Thread Vikas KM
Hi, Yes, the the DEMAND_ACTIVE_PDU gets twice sometimes. I am trying to dump the data that the server sends when connected over RFX [ when we get the black screen as no decoder is present yet.] after the logon info PDU. To analyse if the data after decrypt is RFX valid data? I compiled the Fre

Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Mads Kiilerich
On 03/16/2011 04:18 AM, Marc-André Moreau wrote: > Hi FreeRDP developers, > > I have just moved more stuff to the new libfreerdputils library, > including datablob.c, mem.c and unicode utilities. Note that semaphore.c can't be used under windows, so I have left it out of the windows build. I am

Re: [Freerdp-devel] Sound-Opitons in current master

2011-03-16 Thread APOLLOH
Thank Vic I found my problem was related with windows server's bug. It should make sure the hotfix KB831129 was installed in the server and 'NoRemoteRecursiveEvents' 'NoRemoteChangeNotify' were setted to 1 in register table. Otherwise, the server will send notify change request frequently. Genglin

[Freerdp-devel] TLS abstraction layer and ui_check_certificate

2011-03-16 Thread Vic Lee
Hi! As a continued discussion some days ago regarding TLS security, I have pushed 2 commits in master directly. Hope it's alright. :) First one added a TLS abstraction layer and rename tls.c to tls_openssl.c. I think this one should be good for everyone. Second one added a ui_check_certificate

Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Marc-André Moreau
Hi Mads, On Wed, Mar 16, 2011 at 9:52 AM, Mads Kiilerich wrote: > On 03/16/2011 04:18 AM, Marc-André Moreau wrote: > >> Hi FreeRDP developers, >> >> I have just moved more stuff to the new libfreerdputils library, >> including datablob.c, mem.c and unicode utilities. >> > > Note that semaphore.c

Re: [Freerdp-devel] TLS abstraction layer and ui_check_certificate

2011-03-16 Thread Marc-André Moreau
Hi Vic, On Wed, Mar 16, 2011 at 1:14 PM, Vic Lee wrote: > Hi! > > As a continued discussion some days ago regarding TLS security, I have > pushed 2 commits in master directly. Hope it's alright. :) > > First one added a TLS abstraction layer and rename tls.c to > tls_openssl.c. I think this one

Re: [Freerdp-devel] TLS abstraction layer and ui_check_certificate

2011-03-16 Thread Mads Kiilerich
On 03/16/2011 06:14 PM, Vic Lee wrote: > Hi! > > As a continued discussion some days ago regarding TLS security, I have > pushed 2 commits in master directly. Hope it's alright. :) > > First one added a TLS abstraction layer and rename tls.c to > tls_openssl.c. I think this one should be good for e

Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Mads Kiilerich
On 03/16/2011 06:35 PM, Marc-André Moreau wrote: > I am also not a big fan of having one big header file for everything > in the library. I would prefer to have include/freerdp/utils/*.h for > everything libfreerdputils. > > > What about what you just proposed, with include/freerdp/util

[Freerdp-devel] github tracker

2011-03-16 Thread Mads Kiilerich
The github tracker is annoying. Who is it sending mails to? How can I see/control which emails I should receive - and see who will receive the comments I add there? It also seems like I have some kind of imaginary super powers that allows me to edit all comments - even though I can't save the c

Re: [Freerdp-devel] github tracker

2011-03-16 Thread Marc-André Moreau
Hi Mads, You can change the settings for email notifications here: https://github.com/account/notifications On Wed, Mar 16, 2011 at 2:50 PM, Mads Kiilerich wrote: > The github tracker is annoying. Who is it sending mails to? How can I > see/control which emails I should receive - and see who wi

Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Marc-André Moreau
Hi Mads, On Wed, Mar 16, 2011 at 2:32 PM, Mads Kiilerich wrote: > On 03/16/2011 06:35 PM, Marc-André Moreau wrote: > >>I am also not a big fan of having one big header file for everything >>in the library. I would prefer to have include/freerdp/utils/*.h for >>everything libfreerdput

Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Marc-André Moreau
Just to elaborate on the idea, this would give a mechanism similar to java imports. If FreeRDP was written in Java, we would have something that looks like this: import freerdp.utils.* <-> #include import freerdp.utils.semaphore <-> #include import freerdp.gdi.* <-> #include import freerdp.gd

Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Mads Kiilerich
Marc-André Moreau wrote, On 03/17/2011 02:05 AM: > Maybe we can deal with the problem this way: > > each "package" or library gets its folder in include/freerdp. For > instance, we would have: > > include/freerdp > include/freerdp/utils > include/freerdp/chanman > include/freerdp/gdi > include/fre

[Freerdp-devel] Has this project been moved to github?

2011-03-16 Thread Longchao Dong
Hi, I want to know if the whole project had moved to github.Because when I check the README file,I find this "git clone git://freerdp.git.sourceforge.net/gitroot/freerdp/freerdp",not this "git clone git://github.com/FreeRDP/FreeRDP.git".If I want to follow the latest code,which repo should I clone

Re: [Freerdp-devel] Has this project been moved to github?

2011-03-16 Thread Marc-André Moreau
Hi Longchao, On Wed, Mar 16, 2011 at 9:48 PM, Longchao Dong wrote: > Hi, > > I want to know if the whole project had moved to github.Because when I > check the README file,I find this "git clone > git://freerdp.git.sourceforge.net/gitroot/freerdp/freerdp",not this > "git clone git://github.com/Fr

Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Marc-André Moreau
On Wed, Mar 16, 2011 at 9:29 PM, Mads Kiilerich wrote: > Marc-André Moreau wrote, On 03/17/2011 02:05 AM: > > Maybe we can deal with the problem this way: >> >> each "package" or library gets its folder in include/freerdp. For >> instance, we would have: >> >> include/freerdp >> include/freerdp/

Re: [Freerdp-devel] Utils / Unicode, and Uppercasing

2011-03-16 Thread Marc-André Moreau
There is also some stuff that should probably be moved out of libfreerdp. We could make the following modules: auth: credssp, ntlmssp, and eventually kerberos. crypto: all the crypto_, tls_, and secure.c. stuff like stream.h should probably be moved to the utils library. On Wed, Mar 16, 2011 at

Re: [Freerdp-devel] TLS abstraction layer and ui_check_certificate

2011-03-16 Thread Vic Lee
On 03/17/2011 02:19 AM, Mads Kiilerich wrote: > On 03/16/2011 06:14 PM, Vic Lee wrote: > I would like to merge that with crypto_openssl.c, but I agree with the > direction of the change ;-) I don't think it's a good idea to merge them. tls.c is more readable as a separated file. It implements ver