Networking+wine

2012-03-18 Thread prateek papriwal
Networking + wine (like as running uTorrent in ubuntu) can be very dangerous. I feel there should be some sandboxing(as in Windows) to prevent frequent attacks. I would be very interested in implementing sandboxing for running Wine applications. Thank you Prateek

My GSoC 2012 proposal

2012-03-18 Thread Lucas Zawacki
Hello all, First of all, I'll introduce myself: I'm Lucas Fialho Zawacki a Computer Science undergrad at UFRGS university in Brazil. I have worked with Wine in GSoC 2011 (http://www.google-melange.com/gsoc/project/google/gsoc2011/lfzawacki/8001) and pretty much enjoyed the experience. I'd like to

Re: [1/2] msvcrt: Add tmpfile_s implementation (resend)

2012-03-18 Thread André Hentschel
Am 13.03.2012 10:34, schrieb Alexandre Julliard: > André Hentschel writes: > >> +int CDECL MSVCRT_tmpfile_s(MSVCRT_FILE** file) >> +{ >> +if (!file) { >> +*MSVCRT__errno() = MSVCRT_EINVAL; >> +return MSVCRT_EINVAL; >> +} > > That's not the right way to check parameters in