search for: michalkiewicz

Displaying 7 results from an estimated 7 matches for "michalkiewicz".

1998 Jul 08
2
Re: RedHat 5.X Security Book
>>>>> <seifried@seifried.org> writes: > I was looking around for a book specifically on Linux security a week or > two ago, and couldn''t find any. I wanted something Linux specific as > opposed to say O''Reilly''s yellow safe book. There are actually Linux-specific details in Practical; I put some of them there. They are not, however,
2001 Feb 17
2
Where is OpenSSH 2.5.0p1?
Hi, it seems the 2.5.0p1 announcement on www.openssh.com went out a little bit too early ;). Just curious, why 2.4 was skipped? I don't believe this is just to have a higher version number than the competition ;). I see 2.5.0 is there, but no 2.5.0p1 yet even on ftp.openbsd.org itself. Looking at the CVS tree, I see the two bugs I reported to this list some time ago (with no response) are
2005 Sep 20
1
Powerware Prestige EXT 1000VA / PowerWorks A30 support?
Hello, does NUT support Powerware Prestige EXT 1000VA / PowerWorks A30 models in smart mode? I don't see them mentioned in the compatibility list (only Powerware 3115 and 5119 are there, listed as supported only by the "genericups" driver). Is the protocol known to be compatible with any other, supported UPS types? Thanks, Marek
2007 Jul 01
0
Re: tc-atm for current 2.6.x kernels?
On Thu, 2007-06-28 at 12:28 +0200, Marek Michalkiewicz wrote: > Do you have an updated version of your patches for the latest > kernel (soon to be 2.6.22), iptables and iproute? Or can the > current patches be safely applied (with some merging by hand, > but no significant changes) to the latest sources? No, not yet. But I am in the pro...
1997 Jan 02
2
Re: libc bugs (was Re: Distributions...)
Marek Michalkiewicz <marekm@I17LINUXB.ISTS.PWR.WROC.PL> wrote: : It seems that most of the RedHat 5.3.12 security patches are in the : standard 5.4.17, except for the patch below. Also, there are more : (different) fixes in 5.4.18 (check h_length against sizeof(sin_addr) : in inet/rcmd.c and inet/rexec.c). : +...
1996 Nov 14
1
Security hole in Debian 1.1 dosemu package
...y mail2.redhat.com with SMTP; 27 Nov 1996 20:09:53 -0000 Received: by i17linuxb.ists.pwr.wroc.pl id m0vSqI9-0007qSC (Debian Smail-3.2 1996-Jul-4 #3); Wed, 27 Nov 1996 21:09:09 +0100 (MET) Message-Id: <m0vSqI9-0007qSC@i17linuxb.ists.pwr.wroc.pl> From: marekm@i17linuxb.ists.pwr.wroc.pl (Marek Michalkiewicz) Approved: R.E.Wolff@BitWizard.nl Subject: Re: [linux-security] Re: denial of service attack on login To: linux-security@redhat.com Date: Wed, 27 Nov 1996 21:09:08 +0100 (MET) Cc: johnsonm@redhat.com In-Reply-To: <199611270540.XAA32687@sh1.ro.com> from "Chris Adams" at Nov 26, 96 11...
2001 Jan 07
0
Linux glibc 2.1 openpty() and /dev/ptmx
Hello, looking at the pty handling in OpenSSH 2.3.0p1 (hasn't changed much in CVS, as far as I can tell after a quick look at it), I can see that if the system provides both /dev/ptmx and openpty() types of pty interface, the latter is preferred. This is the case on Linux with glibc 2.1.3 and most likely later versions too. However, openpty() is documented to be dangerous - quote from the