Re: [Mono-dev] Potential security problem on EndPointManager.cs

2012-03-24 Thread Gonzalo Paniagua Javier
On Sat, Mar 24, 2012 at 9:38 AM, 정연운(Jung, Yeonwoon) wrote: [...] > > As you might know, this could be a potential vulnerability in term of > network security. If someone opens port on their machine with multiple > network interfaces combined with public/private IPs, even the person > restricted b

Re: [Mono-dev] GSoC 2012 Proposal - WPF

2012-03-24 Thread Sharique uddin Ahmed Farooqui
Hi Lucas, Since you have already contributed in wine, I suggest you to look into wine mono bridge, this will be very useful too run applications on mono which use component which are already in mono like Winform, Gtk# .. etc and those apps did not have a Linux version. -- Sharique uddin Ahmed Far

[Mono-dev] Potential security problem on EndPointManager.cs

2012-03-24 Thread Jung, Yeonwoon
Hi, While i was working on my project, i found a problem that HttpChannel class doesn't take IP from 'bindTo' property well. HttpChannel internally uses HttpListener. so i wrote simple test application like below: static void Main(string[] args) { HttpListener listener = new HttpListener(); liste