Re: [Tigervnc-devel] potential vulnerability in TLS secType?

2011-05-10 Thread Adam Tkac
Hello Brian, thanks for your feedback, I committed (r4400 and r4401) Martin's patch with my modification. Thanks for your report! Regards, Adam On 05/05/2011 01:27 PM, Brian Hinz wrote: Adam, Martin's patch seems to work (my suggestion did not). -brian On Thu, May 5, 2011 at 5:45 AM,

[Tigervnc-devel] Feedback for 1.0.90-20110429

2011-05-10 Thread Franz Sirl
Hi, with 1.0.90-20110429 the bug 3290864 http://sourceforge.net/tracker/?func=detailaid=3290864group_id=254363atid=1126848 I reported is fully fixed for me. No keyrepeat problem anymore, the Windows-EXE doesn't crash the standard SLES11SP1 Xvnc anymore, the prebuilt Xvnc Linux binary works

[Tigervnc-devel] [ tigervnc-Bug Tracker-3252506 ] Odd code in 3-Button Mouse Emulation

2011-05-10 Thread SourceForge.net
Bug Tracker item #3252506, was opened at 2011-03-28 12:07 Message generated for change (Comment added) made by jtuc You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1126848aid=3252506group_id=254363 Please note that this message will contain a full copy of the

Re: [Tigervnc-devel] Feedback for 1.0.90-20110429

2011-05-10 Thread DRC
Adam will have to comment on whether the patches are innocuous enough to include. As far as the rest, I really don't want to get into the business of including everyone's build customizations without knowing whether those are necessary. Fedora manages to build against their X server source

Re: [Tigervnc-devel] building with host headers

2011-05-10 Thread DRC
On 5/2/11 3:39 AM, Adam Tkac wrote: Need Cendio's feedback on that in particular, since they were the ones who paid for the '-version 7.5' modification to build-xorg +1, I'm for removal of 7.5 support and we can consider removal of the build-xorg-git script as well. Still need feedback from

Re: [Tigervnc-devel] [PATCH] Help avoid improper use of LogWriter output methods

2011-05-10 Thread Jochen Neubeck
The patch compiles smooth with gcc when you modify it as follows: --- common\rfb\LogWriter.h (broken) +++ common\rfb\LogWriter.h (fixed) @@ -35 +35 @@ - void name(const char* fmt, any, ...) { \ + void name(any* fmt, ...) { \ @@ -63 +63 @@ -void write(int level, const char*