SECURITY: libpng (CVE-2006-3334)

2006-07-19 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In pngrutil.c, the function png_decompress_chunk() allocates insufficient space for an error message, potentially overwriting stack data, leading to a buffer overflow. Solution: update libpng10 to 1.0.20 and libpng12 to 1.2.12 More information:

Re: SECURITY: tiff

2006-07-19 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaakov S (Cygwin Ports) wrote: Yaakov S (Cygwin Ports) wrote: Multiple vulnerabilities, ranging from integer overflows and NULL pointer dereferences to double frees, were reported in libTIFF. And now, there's more: A buffer overflow has been

Re: Problem with starting X server

2006-07-19 Thread Alan Hourihane
On Tue, 2006-07-18 at 23:55 +0200, Alexander Gottwald wrote: Igor Peshansky wrote: This mount used to be routinely added by the X postinstall script. IIRC, this has been fixed in X so that such a mount is no longer required. Searching the list archives may unearth the relevant thread.

REe: xmgrace fails to start

2006-07-19 Thread Charles Werner
I attempted to downgrade to the previous X-server version, but experienced the same errors as before with starting xmgrace. What is the approved way to downgrade cleanly? Charles -- Charles and Margat Werner Grossmatt 4m CH-3111 Tägertschi Switzerland Tel: +41 (0)31 721 55 53 -- Unsubscribe

src/winsup/cygwin ChangeLog path.cc

2006-07-19 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-19 08:20:26 Modified files: winsup/cygwin : ChangeLog path.cc Log message: * path.cc (symlink_worker): Return EEXIST if newpath exists. Patches:

src/winsup/cygwin ChangeLog mmap.cc

2006-07-19 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-19 08:58:10 Modified files: winsup/cygwin : ChangeLog mmap.cc Log message: * mmap.cc (msync): Disable rounding up len. Fix bug in access check loop. Patches:

src/winsup/cygwin ChangeLog path.cc mmap.cc

2006-07-19 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cv-branch Changes by: [EMAIL PROTECTED] 2006-07-19 11:11:15 Modified files: winsup/cygwin : ChangeLog path.cc mmap.cc Log message: * Merge HEAD into cv-branch. Patches:

src/winsup/cygwin mmap.cc

2006-07-19 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cv-branch Changes by: [EMAIL PROTECTED] 2006-07-19 11:17:05 Modified files: winsup/cygwin : mmap.cc Log message: * Correctly merge HEAD into cv-branch. Patches:

src/winsup/cygwin ChangeLog pinfo.cc

2006-07-19 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-19 16:00:28 Modified files: winsup/cygwin : ChangeLog pinfo.cc Log message: * pinfo.cc (commune_process): Don't add extra \0 to cmdline. (_pinfo::cmdline): Ditto process

src/winsup/cygwin ChangeLog pinfo.cc

2006-07-19 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cv-branch Changes by: [EMAIL PROTECTED] 2006-07-19 16:00:30 Modified files: winsup/cygwin : ChangeLog pinfo.cc Log message: * pinfo.cc (commune_process): Don't add extra \0 to cmdline.

src/winsup/w32api ChangeLog include/iptypes.h

2006-07-19 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-19 21:24:42 Modified files: winsup/w32api : ChangeLog winsup/w32api/include: iptypes.h Log message: [mingw-Bugs-1525021] * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix

src/winsup/w32api ChangeLog include/winuser.h

2006-07-19 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-19 21:45:25 Modified files: winsup/w32api : ChangeLog winsup/w32api/include: winuser.h Log message: 2006-07-19 Elias Naur [EMAIL PROTECTED] *

Re: allow read into untouched noreserve mappings

2006-07-19 Thread Brian Ford
On Tue, 18 Jul 2006, Christopher Faylor wrote: On Tue, Jul 18, 2006 at 08:22:38AM -0500, Brian Ford wrote: I guess I can infer from cgf's mail to cygwin-developers that this will not make it into 1.5.21 :-(. I guess the fact that Corinna mentioned installing this into a branch wasn't a big

Re: allow read into untouched noreserve mappings

2006-07-19 Thread Brian Ford
On Tue, 18 Jul 2006, Corinna Vinschen wrote: On Jul 18 11:59, Brian Ford wrote: I confess to not understanding the purpose and inner workings of either search_record implementation. I first tried the two parameter version, but then realized it was searching through file offsets rather

Re: xmgrace fails to start

2006-07-19 Thread Charles L. Werner
I checked for symlinks, and also executed xmgrace in /etc/share/grace/bin home directory with the same result. Volker Quetschke determined that the problem lies with the X-Server This error does not arise using the previous version xorg-X11-* 6.8.2.0-1. This discussion should continue on the

Re: msync failure due to rounding up length (with test case and suggested fix)

2006-07-19 Thread Corinna Vinschen
On Jul 18 20:36, Neal Norwitz wrote: See winsup/cygwin/mmap.cc line 1355 in current CVS (msync function): len = roundup2 (len, pagesize); I verified my suspicion that roundup2() is causing Python's test suite to fail. Thanks for the testcase. I agree that rounding up len is wrong.

Re: When ssh'd in, cannot run MS compiler /Zi debug option.

2006-07-19 Thread Corinna Vinschen
On Jul 19 04:06, Mark Charney wrote: I suspect I'm missing some rights. This is an issue for me on multiple machines running Windows Server 2003 x64 or for 32b WinXP. When I try to compile using the debug-option (/Zi) to the Microsoft Visual Studio Pro 2005 compiler: cl /Zi

Re: CreateFileMapping problem but Win32 error is 0

2006-07-19 Thread Corinna Vinschen
On Jul 18 22:41, Andrew DeFaria wrote: I am helping a client install a new server and we use a process that essentially does an rsh machine make. The make process is fairly complicated. The new server is a Windows 2003 Server. There is no RDP involved - just an rsh. I'm getting errors like:

Re: Perl failure

2006-07-19 Thread Corinna Vinschen
On Jul 18 17:45, Bruce Dobrin wrote: Hi, I stripped down the code to a small testable bit. The problem seems to occur when I reach 256 forks on a cygwin1.5.18 or 19 but not on my cygwin1.5.5. win2k system. The original code give the forked process time to finish, but it still looks like

RE: exe handling

2006-07-19 Thread Oliver Walsh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen Sent: 18 July 2006 20:41 To: cygwin@cygwin.com Subject: Re: exe handling On Jul 18 18:10, Oliver Walsh wrote: Hi, Sorry if this has been already been discussed, the only

Re: exe handling

2006-07-19 Thread Corinna Vinschen
On Jul 19 13:41, Oliver Walsh wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On http://cygwin.com/acronyms/#PCYMTNQREAIYR The general idea for the future is to avoid having a file foo and a file foo.exe in the same directory like pestilence. Ok, I can't avoid having both files

RE: exe handling

2006-07-19 Thread Oliver Walsh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen Sent: 19 July 2006 13:51 To: cygwin@cygwin.com Subject: Re: exe handling On Jul 19 13:41, Oliver Walsh wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: Cygwin services using uid 400, not SYSTEM. Why?

2006-07-19 Thread Shaddy Baddah
Hi again, On 7/19/2006 11:39 PM, Shaddy Baddah wrote: Well, after running cygserver-config, and before running the cygserver service itself, I was able to run the ssh and exim services (as before), and actually make valid connections to the servers (as was not happening before). I was also

Compiling euchre 0.7 n cygwin

2006-07-19 Thread Laurent Duperval
Hi, I am trying to compile a game called euchre (http://sourceforge.net/projects/euchre) on cygwin 1.5.20-1. When I do, I get the following errors at link time: c++ -g -O2 -o euchre ComputerGuiPlayer.o GuiGame.o GuiOptions.o GuiPlayer.o HumanGuiPlayer.o callbacks.o globals.o interface.o su

bug in /proc/*/cmdline

2006-07-19 Thread Bengt-Arne Fjellner
Hi /proc/*/cmdline contains one extra nul which makes pgrep,pkill and ps misbehave on cygwin $ cat /proc/self/cmdline |od -c 000 c a t \0 / p r o c / s e l f / c 020 m d l i n e \0 \0 030 note the terminating nulnul on linux(trustix)

Re: Cygwin services using uid 400, not SYSTEM. Why?

2006-07-19 Thread Shaddy Baddah
Hi, AARRGGHH! I have solved the problem... bloody tunnel vision :-( The following will explain it in technocolor: SNIP [EMAIL PROTECTED] ~ $ ls -l /etc/inetd.conf -rwxr-x--- 1 shaddy None 2434 Jul 10 04:52 /etc/inetd.conf [EMAIL PROTECTED] ~ $ chmod a+r /etc/inetd.conf [EMAIL PROTECTED] ~ $

Re: CreateFileMapping problem but Win32 error is 0

2006-07-19 Thread Andrew DeFaria
Corinna Vinschen wrote: On Jul 18 22:41, Andrew DeFaria wrote: I am helping a client install a new server and we use a process that essentially does an rsh machine make. The make process is fairly complicated. The new server is a Windows 2003 Server. There is no RDP involved - just an rsh.

Re: CreateFileMapping problem but Win32 error is 0

2006-07-19 Thread Corinna Vinschen
On Jul 19 08:36, Andrew DeFaria wrote: $ editrights -l -u sshd_server SeDenyInteractiveLogonRight SeDenyNetworkLogonRight SeDenyRemoteInteractiveLogonRight This *is* broken from the start. The right set which should have been printed is this: $ editrights -l -u sshd_server

Re: bug in /proc/*/cmdline

2006-07-19 Thread Corinna Vinschen
On Jul 19 16:23, Bengt-Arne Fjellner wrote: Hi /proc/*/cmdline contains one extra nul which makes pgrep,pkill and ps misbehave on cygwin $ cat /proc/self/cmdline |od -c 000 c a t \0 / p r o c / s e l f / c 020 m d l i n e \0 \0

about status of cygwin gcc and PR24196

2006-07-19 Thread LenX
Dear Dave and Brian: How about status of cygwin's gcc and PR24196 ? I think many people are looking forward to it :) yours sincerely LenX -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: about status of cygwin gcc and PR24196

2006-07-19 Thread Dave Korn
On 19 July 2006 17:08, LenX wrote: Dear Dave and Brian: How about status of cygwin's gcc and PR24196 ? I think many people are looking forward to it :) I haven't been able to solve (or even understand properly yet) the regressions that arose in some aspects of PCH and

RE: exe handling

2006-07-19 Thread Oliver Walsh
http://cygwin.com/acronyms/#PCYMTNQREAIYR Sigh...Outlook. Sorry, about that. Ollie -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

OBJDUMP.EXE fails to start

2006-07-19 Thread Ken Sheldon
From a fresh, new cygwin installation, OBJDUMP.EXE exhibits an intermittent failure. It terminates prematurely. There is no stack dump. Under GDB, the program runs normally. This problem occurs with cygwin 1.5.20-1. The previous version, 1.5.19-4, does not exhibit this behavior. cygcheck.out

Re: When ssh'd in, cannot run MS compiler /Zi debug option.

2006-07-19 Thread mwoehlke
Mark Charney wrote: I suspect I'm missing some rights. This is an issue for me on multiple machines running Windows Server 2003 x64 or for 32b WinXP. When I try to compile using the debug-option (/Zi) to the Microsoft Visual Studio Pro 2005 compiler: cl /Zi hello.cpp it only works

Re: Compiling euchre 0.7 n cygwin

2006-07-19 Thread Buster
On 19/07/06, Laurent Duperval wrote: I am trying to compile a game called euchre (http://sourceforge.net/projects/euchre) on cygwin 1.5.20-1. When I do, I get the following errors at link time: c++ -g -O2 -o euchre ComputerGuiPlayer.o GuiGame.o GuiOptions.o GuiPlayer.o HumanGuiPlayer.o

Re: CreateFileMapping problem but Win32 error is 0

2006-07-19 Thread Andrew DeFaria
Corinna Vinschen wrote: On Jul 19 08:36, Andrew DeFaria wrote: $ editrights -l -u sshd_server SeDenyInteractiveLogonRight SeDenyNetworkLogonRight SeDenyRemoteInteractiveLogonRight This *is* broken from the start. That's funny because inetd (which is running under sshd_server) was up

RE: exe handling

2006-07-19 Thread Igor Peshansky
On Wed, 19 Jul 2006, Oliver Walsh wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR Sigh...Outlook. Sorry, about that. http://google.com/search?q=PCYMTNQREAIYR+Outlook. HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_

Re: Compiling euchre 0.7 n cygwin

2006-07-19 Thread Laurent Duperval
Buster wrote: This is not a Cygwin-specific problem. In euchre-0.7/src/gui/Makefile.am, @GTK_LIBS@ should come at the end of the list of libraries to link, instead of at the beginning. Further questions (for example, about why 'make install' fails while trying to invoke automake -- sorry,

RE: Perl failure

2006-07-19 Thread Bruce Dobrin
Thanks for the suggestion, I tried it with 1.5.20 and 1.5.21s 20060718. But Alas no better luck. Any Idea if this is Cygwin or Perl? Thanks Bruce D. From: Larry Hall (Cygwin) reply-to-list-only-lh at cygwin dot com To: cygwin at cygwin dot com Date: Tue, 18 Jul 2006 22:15:14 -0400 Subject:

cygutil 1.3.0-1 missing programs

2006-07-19 Thread Eric Schweitz
I notice that cal, col, colcrt, etc. are no longer in the cygutil package (as of version 1.3.0-1). Did they get conscripted to some other package or where they just purged? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Additions to genini

2006-07-19 Thread Gordon . Schumacher
I've added a few things to the genini.pl script, as I downloaded it from the CVS archive. Mostly this was to make it not choke on the setup.hint files that come with CygWin. I've added an --append switch, so that one can build a setup.ini file incrementally, because (at least on my system) I

make crashes with threadlist_ix -1 error

2006-07-19 Thread Joachim Achtzehnter
After updating my Cygwin installation make crashes with the following error when building a very complex project: 4 [sig] make 1976 C:\cygwin\bin\make.exe: *** fatal error - C:\cygwin\bin\make.exe: *** called with threadlist_ix -1 This is with make version 3.81-1. After downgrading to

Re: cygutil 1.3.0-1 missing programs

2006-07-19 Thread Igor Peshansky
On Wed, 19 Jul 2006, Eric Schweitz wrote: I notice that cal, col, colcrt, etc. are no longer in the cygutil package (as of version 1.3.0-1). Did they get conscripted to some other package or where they just purged? The Cygwin package search page at http://cygwin.com/packages/ is usually the

RE: Perl failure

2006-07-19 Thread Yitzchak Scott-Thoennes
Thanks for the suggestion, I tried it with 1.5.20 and 1.5.21s 20060718. But Alas no better luck. Any Idea if this is Cygwin or Perl? I'm betting on cygwin. I hope to look more into this soon. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Ev alacagim diye 20 yil bankalara esir olma

2006-07-19 Thread isinikur
is arama maas artacak diye bekleme ucuzluk olsun diye dusunme ev alacagim diye 20 yil bankalara esir olma arkadasina arabami degistirecegim bana kefil ol deme arkadasinin yazligina gitmek icin ona temenna durma ”Peki Ne Yapayim Kardesim !!!” KENDI ISINI KUR BIR YILDA TUM BU

Suggestion for Cygwin mailing list handling

2006-07-19 Thread Mark Geisert
O powers that be, Would it be possible to have the mailing list software reject emails containing appended (i.e., not attached) cygcheck output? And/or bounce such emails back to their senders? Another theoretical option would be to automatically convert appended cygcheck output to an

Strange behaviour of windres under cygwin....

2006-07-19 Thread Robert Rozman
Hi, I'm banging my head about following problem: ls -l /cygdrive/c/MATLAB~1/extern/include/mexversion.rc gives: -rwxr--r--+ 1 robert None 862 Dec 2 1998 /cygdrive/c/MATLAB~1/extern/include/mexversion.rc and windres -o mexversion.res cygdrive/c/MATLAB~1/extern/include/mexversion.rc -O

Re: cygwin 1.5.20 and stalling cygstart

2006-07-19 Thread Krzysztof Duleba
Corinna Vinschen wrote: There was a tiny bug with the CYGWIN=tty setting. cgf applied a patch for this. It works now - thanks! Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: