[ovs-dev] Bug#683665: marked as done (openvswitch-pki: creates world writable directories: /var/lib/openvswitch/pki/*ca/incoming/)

2012-08-02 Thread Debian Bug Tracking System
Your message dated Fri, 03 Aug 2012 03:03:01 + with message-id and subject line Bug#683665: fixed in openvswitch 1.4.2+git20120612-8 has caused the Debian Bug report #683665, regarding openvswitch-pki: creates world writable directories: /var/lib/openvswitch/pki/*ca/incoming/ to be marked as

[ovs-dev] openvswitch_1.4.2+git20120612-8_i386.changes ACCEPTED into unstable

2012-08-02 Thread Debian FTP Masters
Accepted: openvswitch-brcompat_1.4.2+git20120612-8_i386.deb to main/o/openvswitch/openvswitch-brcompat_1.4.2+git20120612-8_i386.deb openvswitch-common_1.4.2+git20120612-8_i386.deb to main/o/openvswitch/openvswitch-common_1.4.2+git20120612-8_i386.deb openvswitch-controller_1.4.2+git20120612-8

[ovs-dev] [PATCH] datapath: Relax set header validation.

2012-08-02 Thread Jesse Gross
When installing a flow with an action to set a particular field we need to validate that the packets that are part of the flow actually contain that header. With IP we use zeroed addresses and with TCP/UDP the check is for zeroed ports. This check is overly broad and can catch packets like DHCP r

[ovs-dev] Processing of openvswitch_1.4.2+git20120612-8_i386.changes

2012-08-02 Thread Debian FTP Masters
openvswitch_1.4.2+git20120612-8_i386.changes uploaded successfully to localhost along with the files: openvswitch_1.4.2+git20120612-8.dsc openvswitch_1.4.2+git20120612-8.debian.tar.gz openvswitch-common_1.4.2+git20120612-8_i386.deb openvswitch-switch_1.4.2+git20120612-8_i386.deb openvswit

Re: [ovs-dev] [PATCH v2] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ansis Atteka
On Thu, Aug 2, 2012 at 5:06 PM, Ben Pfaff wrote: > On Thu, Aug 02, 2012 at 04:57:25PM -0700, Ansis Atteka wrote: > > > From: Ben Pfaff > > > Date: Thu, 2 Aug 2012 16:01:49 -0700 > > > Subject: [PATCH] dirs: dbdir default must be based on sysconfdir. > > > > > > Some in-tree and out-of-tree code

Re: [ovs-dev] [PATCH v2] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ben Pfaff
On Thu, Aug 02, 2012 at 04:57:25PM -0700, Ansis Atteka wrote: > > From: Ben Pfaff > > Date: Thu, 2 Aug 2012 16:01:49 -0700 > > Subject: [PATCH] dirs: dbdir default must be based on sysconfdir. > > > > Some in-tree and out-of-tree code sets the OVS_SYSCONFDIR environment > > variable to control whe

Re: [ovs-dev] [PATCH v2] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ansis Atteka
On Thu, Aug 2, 2012 at 4:05 PM, Ben Pfaff wrote: > On Thu, Aug 02, 2012 at 03:51:05PM -0700, Ansis Atteka wrote: > > On Thu, Aug 2, 2012 at 2:13 PM, Ben Pfaff wrote: > > > > > Some in-tree and out-of-tree code sets the OVS_SYSCONFDIR environment > > > variable to control where /etc files go (mos

Re: [ovs-dev] [PATCH] Adding checksum to IP packets created by ovs for testing.

2012-08-02 Thread Mehak Mahajan
Sure. Will do before the merge. Thanks for the reviews Ethan. thanx! mehak On Thu, Aug 2, 2012 at 3:58 PM, Ethan Jackson wrote: > Looks good to me. > > > #include "packets.h" > > #include "unaligned.h" > > #include "vlog.h" > > +#include "csum.h" > > Minor nit-pick, could you please insert t

Re: [ovs-dev] [PATCH v2] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ben Pfaff
On Thu, Aug 02, 2012 at 03:51:05PM -0700, Ansis Atteka wrote: > On Thu, Aug 2, 2012 at 2:13 PM, Ben Pfaff wrote: > > > Some in-tree and out-of-tree code sets the OVS_SYSCONFDIR environment > > variable to control where /etc files go (mostly for test purposes). When > > the database directory (db

Re: [ovs-dev] [PATCH] Adding checksum to IP packets created by ovs for testing.

2012-08-02 Thread Ethan Jackson
Looks good to me. > #include "packets.h" > #include "unaligned.h" > #include "vlog.h" > +#include "csum.h" Minor nit-pick, could you please insert this in sorted order (i.e. after coverage.h). No need to resend the patch just for this change, go ahead and merge. Ethan ___

Re: [ovs-dev] [PATCH v2] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ansis Atteka
On Thu, Aug 2, 2012 at 2:13 PM, Ben Pfaff wrote: > Some in-tree and out-of-tree code sets the OVS_SYSCONFDIR environment > variable to control where /etc files go (mostly for test purposes). When > the database directory (dbdir) was split off from the sysconfdir, the > configure-time default con

[ovs-dev] [PATCH] Adding checksum to IP packets created by ovs for testing.

2012-08-02 Thread Mehak Mahajan
OVS provides a utility to create IP packets for the purpose of testing using ovs-appctl netdev-dummy/receive. These packets created by flow_compose() earlier did not have the IP checksum in them. With this commit, the checksum with be added to these test IP packets. Signed-off-by: Mehak Mahajan

[ovs-dev] Mini máquina de coser por 60,90¤ / Visita el Museo de la Semana Santa en Zamora al 40% / Separador de dedos de silicona para relajar tus pies por 8,22¤

2012-08-02 Thread GlobalBono
Cabestan. Layout Doble Asegúrate de no perderte ninguna oferta, añade ofer...@globalbono.com a tu lista de contactos. Si no ves correctamente las imágenes, pulsa [ http://email.globalbono.com/E02082012153945.cfm?WL=861&WS=208833_8707685&WA=341 ] aquí [ http://email.globalbono.com/Go/index.cfm

Re: [ovs-dev] [PATCH] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ben Pfaff
On Thu, Aug 02, 2012 at 02:05:24PM -0700, Ben Pfaff wrote: > On Thu, Aug 02, 2012 at 11:28:38AM -0700, Ben Pfaff wrote: > > Here's the full revised patch. > > Crap, that didn't make any sense, did it. I'll repost the actual > revised patch. Here it is: http://openvswitch.org/pipermail/de

[ovs-dev] [PATCH v2] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ben Pfaff
Some in-tree and out-of-tree code sets the OVS_SYSCONFDIR environment variable to control where /etc files go (mostly for test purposes). When the database directory (dbdir) was split off from the sysconfdir, the configure-time default continued to be based on the sysconfdir, but overriding the sy

Re: [ovs-dev] [PATCH] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ben Pfaff
On Thu, Aug 02, 2012 at 11:28:38AM -0700, Ben Pfaff wrote: > On Thu, Aug 02, 2012 at 10:51:26AM -0700, Ansis Atteka wrote: > > On Wed, Aug 1, 2012 at 11:23 PM, Ben Pfaff wrote: > > > > > Some in-tree and out-of-tree code sets the OVS_SYSCONFDIR environment > > > variable to control where /etc fil

[ovs-dev] Bug#683665: Bug #683665 - Fwd: openvswitch world writable directories (CVE-2012-3449)

2012-08-02 Thread Ben Pfaff
On Thu, Aug 02, 2012 at 09:16:25PM +0200, Andreas Beckmann wrote: > Even if an ordinary local user cannot list the contents of the > directory, he may correctly derive/guess filenames (unless they are > exclusively $(mktemp)) and delete and replace files in there. > > I don't know how openvswitch-

[ovs-dev] Bug#683665: Bug #683665 - Fwd: openvswitch world writable directories (CVE-2012-3449)

2012-08-02 Thread Andreas Beckmann
Original Message Subject: openvswitch world writable directories (CVE-2012-3449) Date: Thu, 02 Aug 2012 13:08:37 -0600 From: Kurt Seifried To: oss-secur...@lists.openwall.com , deb...@abeckmann.de -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Beckmann deb...@abe

Re: [ovs-dev] [PATCH] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ben Pfaff
On Thu, Aug 02, 2012 at 10:51:26AM -0700, Ansis Atteka wrote: > On Wed, Aug 1, 2012 at 11:23 PM, Ben Pfaff wrote: > > > Some in-tree and out-of-tree code sets the OVS_SYSCONFDIR environment > > variable to control where /etc files go (mostly for test purposes). When > > the database directory (d

Re: [ovs-dev] [PATCH] dirs: dbdir default must be based on sysconfdir.

2012-08-02 Thread Ansis Atteka
On Wed, Aug 1, 2012 at 11:23 PM, Ben Pfaff wrote: > Some in-tree and out-of-tree code sets the OVS_SYSCONFDIR environment > variable to control where /etc files go (mostly for test purposes). When > the database directory (dbdir) was split off from the sysconfdir, the > configure-time default co

Re: [ovs-dev] [PATCH] FAQ: Add section on basic configuration.

2012-08-02 Thread Luiz Ozaki
On 8/1/12 2:15 PM, Ben Pfaff wrote: On Thu, Jul 26, 2012 at 10:27:07PM -0700, Ben Pfaff wrote: Signed-off-by: Ben Pfaff Anyone want to read this? It shouldn't take long. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinf

[ovs-dev] Bug#683665: openvswitch-pki: creates world writable directories: /var/lib/openvswitch/pki/*ca/incoming/

2012-08-02 Thread Andreas Beckmann
Package: openvswitch-pki Version: 1.4.2+git20120612-7 Severity: grave Tags: security User: debian...@lists.debian.org Usertags: piuparts Hi, openvswitch-pki creates the following world writable directories during installation: drwx-wx-wx 2 root root 40 Aug 1 05:32 /var/lib/openvswitch/pki/

[ovs-dev] ADP Security Management Update

2012-08-02 Thread adp_netsec...@adp.com
  ADP Security Management Update Reference ID:  08949 Dear ADP Client  August 2012 This message is to inform you of the upcoming “Phase 2” enhancement toADP Security Management (formally ADP Nets

[ovs-dev] Your AT&T bill is ready for download

2012-08-02 Thread Nola Keller
View yourAT&T bill onlineatt.com| Support | My AT&TAccount Youronline bill is ready to beviewed DearEsteemed Customer, Anew bill for your AT&Tservices isready. Any paymentsmade after your bill period ends will not bereflected in the bill amountlisted directly below. If you have made arecent pay

[ovs-dev] Pay your AT&T bill online

2012-08-02 Thread Olivia Preston
Your bill is ready for downloadatt.com| Support | My AT&TAccount Youronline bill is ready to beviewed DearEsteemed Customer, Anew bill for your AT&Taccount isready. Any paymentscompleted after your bill periodexpires will not bereflected in the bill amountlisted directly below. If you have made