login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
6
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinterfaceforon access scanning
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Serge E. Hallyn
Subject:
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinterfaceforon access scanning
Date: Wednesday, August 6, 2008 - 7:20 am
Quoting Peter Dolding (
oiaohm@gmail.com
):
quoted text
> On Wed, Aug 6, 2008 at 11:55 PM, Eric Paris <eparis@redhat.com> wrote: > > On Wed, 2008-08-06 at 06:49 -0700, Arjan van de Ven wrote: > >> On Wed, 6 Aug 2008 09:11:14 -0400 > >> > There was probably an implicit assumption on everyone's part, > >> > including Red Hat's, that what ought to be done was to replace the > >> > existing syscall-based event trapping with some other interface that > >> > more or less does the same thing in a cleaner way -- NOT to have all > >> > of the AV and other product vendors go out and completely rethink > >> > their models. And that's not because we inherently object to > >> > rethinking. It's really an issue of what kind of time frame we have > >> > before a new OS goes out that completely breaks our products. > >> > >> not writing to the syscall table hasn't been possible/allowed for.. > >> about 5 years now. (yes I know there were still bad hacks possible > >> until 2 years ago). So I'm sorry, but the timeline argument doesn't > >> hold, you've had 5+ years of warning. > >> > >> All existing RHEL products already don't allow this (I know it for the > >> earlier ones since I was part of the design team)... unless your > >> software acts entirely like a rootkit (but even then) > > > > Other options involved overwriting LSM function pointers. I was told > > that recently moving SELinux to be statically compiled in apparently > > messed them up on that method, at least for RH products. The other > > method I've heard is hunting down all of the filesystem_operations > > structs and overwriting those functions. I was also told that until > > recently pages marked RO could just be marked RW and then remarked RO, > > although it was recently fixed to RO pages stayed RO. So yeah, I'd have > > to call them all ugly rootkit like hacks. > > > > they just keep finding uglier and uglier ways to infiltrate the kernel > > which is why I was ask to try to help get a clean solution. > > > Simplely they are following the windows way of doing things. Rootkit > the OS no one will stop us. Sorry that RootKitting is not going to > work here long term because we will fix Root Kit weaknesses. TPM from > IBM will make it even harder. Nice bits of that are in 2.6.27. > > Allowing LSM stacking solves nothing. IBM's developers credentials
Seriously, it's David Howells at Redhat who's doing that. In your last email i figured it was a typo, but credit where it's due :) -serge --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC 0/5] [TALPA] Intro to a linux interface for on access ...
, Eric Paris
, (Mon Aug 4, 2:00 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Mon Aug 4, 3:32 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Christoph Hellwig
, (Mon Aug 4, 5:26 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Mon Aug 4, 5:32 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Mon Aug 4, 5:35 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Mon Aug 4, 5:47 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Mon Aug 4, 5:51 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Christoph Hellwig
, (Mon Aug 4, 5:54 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Casey Schaufler
, (Mon Aug 4, 7:49 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Cliffe
, (Mon Aug 4, 8:01 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Casey Schaufler
, (Mon Aug 4, 8:44 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Cliffe
, (Mon Aug 4, 8:45 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Greg KH
, (Mon Aug 4, 8:46 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Cliffe
, (Mon Aug 4, 8:58 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Kyle Moffett
, (Mon Aug 4, 10:49 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Helge Hafting
, (Tue Aug 5, 4:21 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 4:23 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 4:25 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 4:31 am)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Peter Dolding
, (Tue Aug 5, 5:05 am)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Alan Cox
, (Tue Aug 5, 5:22 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 5:32 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Peter Zijlstra
, (Tue Aug 5, 7:06 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 7:09 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Press, Jonathan
, (Tue Aug 5, 7:41 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Tue Aug 5, 7:56 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Press, Jonathan
, (Tue Aug 5, 9:37 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Tue Aug 5, 10:01 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Tue Aug 5, 10:03 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Tue Aug 5, 10:04 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Tue Aug 5, 10:19 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 10:29 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Arjan van de Ven
, (Tue Aug 5, 10:38 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Nick Piggin
, (Tue Aug 5, 10:58 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Arjan van de Ven
, (Tue Aug 5, 11:02 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Press, Jonathan
, (Tue Aug 5, 11:04 am)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Nick Piggin
, (Tue Aug 5, 11:08 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Tue Aug 5, 11:11 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Arjan van de Ven
, (Tue Aug 5, 11:27 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Press, Jonathan
, (Tue Aug 5, 11:34 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Press, Jonathan
, (Tue Aug 5, 11:38 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Tue Aug 5, 11:38 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Arjan van de Ven
, (Tue Aug 5, 11:38 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Tue Aug 5, 11:39 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Theodore Tso
, (Tue Aug 5, 11:54 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Tue Aug 5, 11:56 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Tue Aug 5, 12:46 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 1:12 pm)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Press, Jonathan
, (Tue Aug 5, 1:15 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Tue Aug 5, 1:15 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 1:17 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Greg KH
, (Tue Aug 5, 1:18 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Greg KH
, (Tue Aug 5, 1:26 pm)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Press, Jonathan
, (Tue Aug 5, 1:28 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Tue Aug 5, 1:30 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Alan Cox
, (Tue Aug 5, 1:36 pm)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Press, Jonathan
, (Tue Aug 5, 1:37 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Tue Aug 5, 1:38 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Arjan van de Ven
, (Tue Aug 5, 1:41 pm)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Eric Paris
, (Tue Aug 5, 1:51 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Eric Paris
, (Tue Aug 5, 1:54 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Paul Moore
, (Tue Aug 5, 1:56 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Al Viro
, (Tue Aug 5, 2:05 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Arjan van de Ven
, (Tue Aug 5, 2:08 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Greg KH
, (Tue Aug 5, 2:14 pm)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Press, Jonathan
, (Tue Aug 5, 2:23 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Arjan van de Ven
, (Tue Aug 5, 2:42 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Greg KH
, (Tue Aug 5, 2:44 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Al Viro
, (Tue Aug 5, 2:45 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, J. Bruce Fields
, (Tue Aug 5, 3:55 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Rik van Riel
, (Tue Aug 5, 5:22 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Rik van Riel
, (Tue Aug 5, 5:30 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Rik van Riel
, (Tue Aug 5, 5:51 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, jmorris
, (Tue Aug 5, 5:53 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Tue Aug 5, 6:55 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Andi Kleen
, (Tue Aug 5, 7:35 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Andi Kleen
, (Tue Aug 5, 7:41 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Andi Kleen
, (Tue Aug 5, 7:46 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Casey Schaufler
, (Tue Aug 5, 8:00 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Eric Paris
, (Tue Aug 5, 8:43 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Andi Kleen
, (Tue Aug 5, 8:52 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, tvrtko.ursulin
, (Wed Aug 6, 1:39 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, tvrtko.ursulin
, (Wed Aug 6, 2:24 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, tvrtko.ursulin
, (Wed Aug 6, 2:28 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, tvrtko.ursulin
, (Wed Aug 6, 2:37 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, tvrtko.ursulin
, (Wed Aug 6, 2:44 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, tvrtko.ursulin
, (Wed Aug 6, 3:05 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, tvrtko.ursulin
, (Wed Aug 6, 3:09 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Adrian Bunk
, (Wed Aug 6, 3:50 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, tvrtko.ursulin
, (Wed Aug 6, 4:07 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Nick Piggin
, (Wed Aug 6, 4:10 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Adrian Bunk
, (Wed Aug 6, 4:26 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, tvrtko.ursulin
, (Wed Aug 6, 4:29 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, David Collier-Brown
, (Wed Aug 6, 4:31 am)
Sidebar to [malware-list] [RFC 0/5] [TALPA] Intro to a lin ...
, David Collier-Brown
, (Wed Aug 6, 4:40 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Press, Jonathan
, (Wed Aug 6, 5:10 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Peter Dolding
, (Wed Aug 6, 5:38 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Press, Jonathan
, (Wed Aug 6, 6:11 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Wed Aug 6, 6:44 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Wed Aug 6, 6:49 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Eric Paris
, (Wed Aug 6, 6:55 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Peter Dolding
, (Wed Aug 6, 6:57 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Peter Dolding
, (Wed Aug 6, 7:11 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, tvrtko.ursulin
, (Wed Aug 6, 7:16 am)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Paul Moore
, (Wed Aug 6, 7:18 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Serge E. Hallyn
, (Wed Aug 6, 7:20 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Wed Aug 6, 7:23 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Theodore Tso
, (Wed Aug 6, 8:00 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Theodore Tso
, (Wed Aug 6, 8:08 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Greg KH
, (Wed Aug 6, 8:17 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Theodore Tso
, (Wed Aug 6, 8:22 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Eric Paris
, (Wed Aug 6, 8:22 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Wed Aug 6, 8:24 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Greg KH
, (Wed Aug 6, 8:25 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Press, Jonathan
, (Wed Aug 6, 8:33 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Wed Aug 6, 8:41 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Rik van Riel
, (Wed Aug 6, 8:46 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, tvrtko.ursulin
, (Wed Aug 6, 8:54 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, tvrtko.ursulin
, (Wed Aug 6, 9:03 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, tvrtko.ursulin
, (Wed Aug 6, 9:12 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Rik van Riel
, (Wed Aug 6, 9:25 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Nick Piggin
, (Wed Aug 6, 9:57 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Rik van Riel
, (Wed Aug 6, 11:04 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Eric Paris
, (Wed Aug 6, 11:06 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Wed Aug 6, 11:49 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Theodore Tso
, (Wed Aug 6, 2:02 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Wed Aug 6, 2:28 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Theodore Tso
, (Wed Aug 6, 2:52 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Peter Dolding
, (Wed Aug 6, 4:20 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, Casey Schaufler
, (Wed Aug 6, 5:49 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Mihai
, (Wed Aug 6, 5:49 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Wed Aug 6, 9:39 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Pavel Machek
, (Thu Aug 7, 2:28 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Thu Aug 7, 7:16 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Peter Dolding
, (Thu Aug 7, 7:21 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Eric Paris
, (Thu Aug 7, 7:31 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Peter Dolding
, (Thu Aug 7, 5:05 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Rene Herman
, (Thu Aug 7, 7:06 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Eric Paris
, (Thu Aug 7, 7:15 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Rene Herman
, (Thu Aug 7, 7:55 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, James Morris
, (Thu Aug 7, 10:17 pm)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Press, Jonathan
, (Fri Aug 8, 4:58 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Rene Herman
, (Fri Aug 8, 5:34 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Press, Jonathan
, (Fri Aug 8, 6:11 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux inte ...
, Rene Herman
, (Fri Aug 8, 6:43 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Mihai
, (Mon Aug 11, 6:45 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Mon Aug 11, 6:56 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, David Collier-Brown
, (Mon Aug 11, 9:11 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Press, Jonathan
, (Mon Aug 11, 2:18 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Pavel Machek
, (Wed Aug 13, 3:28 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Press, Jonathan
, (Wed Aug 13, 3:46 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Peter Dolding
, (Wed Aug 13, 4:08 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Pavel Machek
, (Wed Aug 13, 5:56 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, tvrtko.ursulin
, (Wed Aug 13, 6:52 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Wed Aug 13, 6:54 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Wed Aug 13, 6:58 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, tvrtko.ursulin
, (Wed Aug 13, 7:16 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Arjan van de Ven
, (Wed Aug 13, 7:28 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, tvrtko.ursulin
, (Wed Aug 13, 8:19 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Pavel Machek
, (Thu Aug 14, 5:54 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Pavel Machek
, (Thu Aug 14, 5:56 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Press, Jonathan
, (Thu Aug 14, 11:37 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Alan Cox
, (Thu Aug 14, 1:06 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinter ...
, Pavel Machek
, (Thu Aug 14, 3:35 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Pavel Machek
, (Thu Aug 14, 3:39 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Rik van Riel
, (Thu Aug 14, 5:00 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Theodore Tso
, (Thu Aug 14, 5:43 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Rik van Riel
, (Thu Aug 14, 6:02 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Eric Paris
, (Thu Aug 14, 8:00 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, david
, (Thu Aug 14, 10:22 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, david
, (Thu Aug 14, 10:33 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, david
, (Thu Aug 14, 10:38 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Alan Cox
, (Fri Aug 15, 1:35 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Theodore Tso
, (Fri Aug 15, 4:35 am)
RE: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Press, Jonathan
, (Fri Aug 15, 5:57 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Theodore Tso
, (Fri Aug 15, 6:16 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, douglas.leeder
, (Fri Aug 15, 6:22 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, douglas.leeder
, (Fri Aug 15, 6:28 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Theodore Tso
, (Fri Aug 15, 6:55 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, douglas.leeder
, (Fri Aug 15, 7:19 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Valdis.Kletnieks
, (Fri Aug 15, 8:42 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Pavel Machek
, (Sun Aug 17, 3:10 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Pavel Machek
, (Sun Aug 17, 3:12 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Pavel Machek
, (Sun Aug 17, 3:14 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, david
, (Sun Aug 17, 3:47 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Pavel Machek
, (Sun Aug 17, 3:58 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, david
, (Sun Aug 17, 4:24 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Casey Schaufler
, (Sun Aug 17, 5:00 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Rik van Riel
, (Sun Aug 17, 5:07 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, david
, (Sun Aug 17, 5:17 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Peter Dolding
, (Sun Aug 17, 5:31 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, david
, (Sun Aug 17, 5:39 pm)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Casey Schaufler
, (Sun Aug 17, 5:42 pm)
Re: [RFC 0/5] [TALPA] Intro to a linux interface for on ac ...
, John Moser
, (Mon Aug 18, 7:06 am)
Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterf ...
, Pavel Machek
, (Tue Aug 19, 3:41 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Greg Kroah-Hartman
[PATCH 22/36] PM: Make wakeup flags available whenever CONFIG_PM is set
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
Greg Kroah-Hartman
[PATCH 26/36] Kobject: Replace list_for_each() with list_for_each_entry().
Robert P. J. Day
Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final.
git
:
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Pieter de Bie
Re: Using url.insteadOf in git-clone
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
Teemu Likonen
Re: [PATCH] gc --aggressive: make it really aggressive
linux-netdev
:
Lennert Buytenhek
Re: Distributed Switch Architecture(DSA)
Pavel Emelyanov
Re: [RFC][PATCH] ns: Syscalls for better namespace sharing control.
Daniel Schaffrath
Re: tcp bw in 2.6
Guo-Fu Tseng
Re: jme: UDP checksum error, and lots of them
Gerrit Renker
[PATCH 37/37] dccp: Debugging functions for feature negotiation
openbsd-misc
:
Conor
Re: RFID Reader
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Pieter Verberne
File collision while using pkg_add
Stuart Henderson
Re: SquidGuard problem
Western Union
Online account has been suspended
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
ath9k: Added get_survey callback in order to get channel noise
Linux Kernel Mailing List
ALSA: snd-usb-caiaq: Do not expose hardware input mode 0 of A4DJ
Linux Kernel Mailing List
tracing: protect reader of cmdline output
Linux Kernel Mailing List
kconfig: recalc symbol value before showing search results
Colocation donated by:
Syndicate