Wrong link to FAQ in kerberos(8)

2010-11-16 Thread Tomas Bodzar
$ diff -u -p /usr/src/kerberosV/src/lib/krb5/kerberos.8 kerberos.8 --- /usr/src/kerberosV/src/lib/krb5/kerberos.8 Wed Nov 17 06:53:36 2010 +++ kerberos.8 Wed Nov 17 06:37:52 2010 @@ -73,7 +73,7 @@ without giving your password. .Pp For more information on how Kerberos works, and other general Ke

msk(4) 88E8059 support

2010-11-16 Thread Kevin Lo
This diff adds support for Marvell 88E8059, found in HP mini 5102. Tested by Frans Haarman. # dmesg | grep msk mskc0 at pci3 dev 0 function 0 "Marvell Yukon 88E8059" rev 0x11, Yukon-2 Optima (0x1): apic 1 int 19 (irq 11) msk0 at mskc0 port A: address 1c:c1:de:9c:04:e2 ukphy0 at msk0 phy 0: Generic

Re: new uplcom(4)/BenQ GPRS modem

2010-11-16 Thread Mark Peoples
obviously, i need more beer. without it, i add extra commas. no one should do this stuff without beer fixed ... Index: uplcom.c === RCS file: /cvs/src/sys/dev/usb/uplcom.c,v retrieving revision 1.53 diff -u uplcom.c --- uplcom.c

new uplcom(4)/BenQ GPRS modem

2010-11-16 Thread Mark Peoples
Hello, This device: http://www.dealextreme.com/details.dx/sku.12057 it has a BenQ M32 GSM/GPRS modem sitting behind a PL2303 BenQ datasheet fwiw: http://www.sure-electronics.net/rf,audio/GP-GC006-pdf.pdf furball.peoples$ usbdevs -v Control

Newsletter compark.fr

2010-11-16 Thread COMPARK FRANCE
[IMAGE] Si vous ne visualisez pas correctement ce mail, veuillez cliquer ici [IMAGE] COMPARK FRANCE Avenue de GalilC)e 86360 FUTUROSCOPE TC)l.: 05 49 49 00 41 Click logo Communicate and Identify your parking spaces The Com'Park is the first outdoor advertising display for the floor. It fits

Re: relayd(8) 'disable/enable table' support for relays

2010-11-16 Thread Jonathan Gray
Thanks, committed.

Re: relayd(8) 'disable/enable table' support for relays

2010-11-16 Thread Patrik Lundin
On Tue, Nov 16, 2010 at 01:48:51PM +0100, Patrik Lundin wrote: > > You will find the complete patch attached to this message for easy reference. > [...] > > [demime 1.01d removed an attachment of type text/x-diff] > I was hoping the attachment would not get eaten when added inline, sorry about

Re: Allow routing options in PF match rules

2010-11-16 Thread Vadim Zhukov
(Feel myself like a spammer today... :-\ ) And now with fixed rule reference counting in if_pfsync.c (modelled after pf_test_rule()): if (rtr != NULL && rtr != r) { /* * We need to keep the routing rule in case of changes, * so add a refer

relayd(8) 'disable/enable table' support for relays

2010-11-16 Thread Patrik Lundin
Hello tech@, Similarly to http://marc.info/?l=openbsd-misc&m=122633408801658&w=2 we noticed that the relayctl command 'disable table' made relayd crash when we used relays: # relayctl sh sum Id TypeNameAvlblty Status 1 relay test-relay

Votre campagne d'emailing ... Offerte

2010-11-16 Thread Jacques
Si vous ne lisez pas correctement ce mail vous devez le visualiser en html

Re: Today's pkg_add -u broke my Thunar on xfce

2010-11-16 Thread Landry Breuil
On Tue, Nov 16, 2010 at 11:58:44AM +0100, David Coppa wrote: > On Mon, Nov 15, 2010 at 11:43 AM, Andreas Kahari wrote: > > On Thu, Nov 11, 2010 at 07:28:18PM +0100, Landry Breuil wrote: > >> On Thu, Nov 11, 2010 at 06:23:50PM +0100, Landry Breuil wrote: > >> > On Thu, Nov 11, 2010 at 04:39:55PM +0

Re: Allow routing options in PF match rules

2010-11-16 Thread Vadim Zhukov
Oops, sorry for the previous one, I was typing faster than thinking. :-\ Of course, it's pfsync changes are needed. It's only the state count manipulation that was wrong. Routing rules do not have anything common with this. So the final (I hope) version is here. Index: if_pflog.c =

Allow routing options in PF match rules

2010-11-16 Thread Vadim Zhukov
Third try. Looks like we don't need to cope with pfsync at all, as the rule information was used only for state accounting, which is done already. BTW, pflog(4) page needs update after recent pflog changes too, so I did not touched it this time. Index: sys/net/if_pflog.c =

Re: Today's pkg_add -u broke my Thunar on xfce

2010-11-16 Thread Andreas Kahari
On Tue, Nov 16, 2010 at 11:58:44AM +0100, David Coppa wrote: > On Mon, Nov 15, 2010 at 11:43 AM, Andreas Kahari wrote: > > On Thu, Nov 11, 2010 at 07:28:18PM +0100, Landry Breuil wrote: > >> On Thu, Nov 11, 2010 at 06:23:50PM +0100, Landry Breuil wrote: > >> > On Thu, Nov 11, 2010 at 04:39:55PM +0

Re: Today's pkg_add -u broke my Thunar on xfce

2010-11-16 Thread David Coppa
On Mon, Nov 15, 2010 at 11:43 AM, Andreas Kahari wrote: > On Thu, Nov 11, 2010 at 07:28:18PM +0100, Landry Breuil wrote: >> On Thu, Nov 11, 2010 at 06:23:50PM +0100, Landry Breuil wrote: >> > On Thu, Nov 11, 2010 at 04:39:55PM +, Andreas Kahari wrote: >> > > On Thu, Nov 11, 2010 at 05:17:06PM

Re: Allow routing options in PF match rules

2010-11-16 Thread Otto Moerbeek
On Tue, Nov 16, 2010 at 01:04:48PM +0300, Vadim Zhukov wrote: > 2010/11/16 Vadim Zhukov : > > 2010/11/16 Stuart Henderson : > >> On 2010/11/16 04:50, Vadim Zhukov wrote: > >> [..] > >> > >> Great stuff, this has annoyed me for a while :) I can't test today but > >> will try and do that soon. I won

Re: Allow routing options in PF match rules

2010-11-16 Thread Henning Brauer
* Stuart Henderson [2010-11-16 09:04]: > Afaik the strictest requirements on any arch we support is that > a data type must be aligned to the size of that data type. 32-bit > aligned for 4-byte types, 64-bit aligned for 8-byte types, etc. > > > @@ -807,6 +808,7 @@ struct pf_state { > > struct

Re: Allow routing options in PF match rules

2010-11-16 Thread Vadim Zhukov
2010/11/16 Vadim Zhukov : > 2010/11/16 Stuart Henderson : >> On 2010/11/16 04:50, Vadim Zhukov wrote: >> [..] >> >> Great stuff, this has annoyed me for a while :) I can't test today but >> will try and do that soon. I won't be able to really test pfsync though.. >> >>> B - More style(9) complianc

Chase Online Banking Access Suspension (Updating Required)

2010-11-16 Thread JPMorgan Chase | Security Center Home
If you are having trouble viewing this message, please click here. E-mail Security Information. Chase Logo Welcome to your new Chase Platinum Visa(R) Card Make managing your account quick and easy. Try Chase Online(SM) today! Sign Up for Chase Online(SM) at www.chase.com/creditcards View Accou

Re: Allow routing options in PF match rules

2010-11-16 Thread Vadim Zhukov
2010/11/16 Stuart Henderson : > On 2010/11/16 04:50, Vadim Zhukov wrote: > [..] > > Great stuff, this has annoyed me for a while :) I can't test today but > will try and do that soon. I won't be able to really test pfsync though.. > >> B - More style(9) compliance. Not sure about struct pf_state c

Re: Allow routing options in PF match rules

2010-11-16 Thread Stuart Henderson
On 2010/11/16 04:50, Vadim Zhukov wrote: [..] Great stuff, this has annoyed me for a while :) I can't test today but will try and do that soon. I won't be able to really test pfsync though.. > - More style(9) compliance. Not sure about struct pf_state change, > though: will it ever break on