sis(4) diff for promisc mode/multicast code needs testing.

2009-05-27 Thread Brad
Please test the following diff with any sis(4) adapters using any apps making use of multicast (IPv6, OSPF, CARP, etc.) and/or promiscuous mode of operation. Please provide a dmesg. Index: if_sis.c === RCS file: /cvs/src/sys/dev/pci

em(4) diff for promisc mode/multicast code needs testing.

2009-05-27 Thread Brad
Please test the following diff with any em(4) adapters using any apps making use of multicast (IPv6, OSPF, CARP, etc.) and/or promiscuous mode of operation. Please provide a dmesg. Index: if_em.c === RCS file: /cvs/src/sys/dev/pci/i

fxp(4) diff to add support for the 82552 chipset

2009-05-27 Thread Brad
Add support to fxp(4) for the 82552 MAC found in some variation of the ICH7 chipset. Index: if_fxp_pci.c === RCS file: /cvs/src/sys/dev/pci/if_fxp_pci.c,v retrieving revision 1.49 diff -u -p -r1.49 if_fxp_pci.c --- if_fxp_pci.c

8 526 Case per le vacanze, Appartamenti per le vacanze, Hotel

2009-05-27 Thread Maik Schmidt
Ferienunterkunft vacation rentals worldwide * secondcasa.com * vacation rentals worldwide * Reuchlinstrasse 23 * 72800 Eningen unter Achalm * Germania * Telefono/Telefax +49 (0)7123 2846889/2846892 * E-Mail i...@secondcasa.com * Greece Gentili signore ed egregi signori,

Re: smtpd.c.diff - unbroken and KNF'ed a bit

2009-05-27 Thread Gilles Chehade
This was discussed with Gregory in private but for the record and archives: I think this doesn't belong here and should be part of a login script which would take care of forking the executable, or calling the function exported from some shared lib. This feeling is shared by others too. Gilles

Re: smtpd.c.diff - unbroken and KNF'ed a bit

2009-05-27 Thread Gregory Edigarov
patrick keshishian wrote: On Wed, May 27, 2009 at 12:09:45PM +0300, Gregory Edigarov wrote: Sorry for the first one. If there's something wrong with style again, please tell me exactly what. I will edit it again. -- With best regards, Gregory Edigarov --- smtpd.c.origTue

Re: smtpd.c.diff - unbroken and KNF'ed a bit

2009-05-27 Thread patrick keshishian
On Wed, May 27, 2009 at 12:09:45PM +0300, Gregory Edigarov wrote: > Sorry for the first one. > If there's something wrong with style again, please tell me exactly > what. I will edit it again. > > -- > With best regards, > Gregory Edigarov > --- smtpd.c.orig Tue May 26 23:11:26 2009

Re: smtpd - patch to add more authentication types

2009-05-27 Thread Gilles Chehade
Gregory Edigarov a icrit : Hello, everybody. The following patch adds possibility to have different authentication types with smtpd, there can now be three of them: 1. bsdauth 2. authentication through program execution 3. authentication using plugin -- dlopen Hope it will go into main bran

smtpd.c.diff - unbroken and KNF'ed a bit

2009-05-27 Thread Gregory Edigarov
Sorry for the first one. If there's something wrong with style again, please tell me exactly what. I will edit it again. -- With best regards, Gregory Edigarov --- smtpd.c.origTue May 26 23:11:26 2009 +++ smtpd.c.new Wed May 27 12:04:17 2009 @@ -83,6 +83,52 @@ extern char

smtpd - patch to add more authentication types

2009-05-27 Thread Gregory Edigarov
Hello, everybody. The following patch adds possibility to have different authentication types with smtpd, there can now be three of them: 1. bsdauth 2. authentication through program execution 3. authentication using plugin -- dlopen Hope it will go into main branch. Gilles, dns at poolp.org