Re: MPD-3.11 MPPE key-breakage (was: mpd 3.11 doesn't send packets)

2003-02-10 Thread Andrew Reilly
Hi Michael, Archie, On Tue, 2003-02-11 at 07:18, Michael Bretterklieber wrote: > Archie Cobbs wrote: > > > > Michael- did you test PPTP+MPPE, non-RADIUS, 128 bit, client side? > > Server side and client side may behave differently, etc. > The problem occured only if you are used mpd client side.

Re: MPD-3.11 MPPE key-breakage (was: mpd 3.11 doesn't send packets)

2003-02-10 Thread Archie Cobbs
Michael Bretterklieber wrote: > > Michael- did you test PPTP+MPPE, non-RADIUS, 128 bit, client side? > > Server side and client side may behave differently, etc. > > The problem occured only if you are used mpd client side. > The new bund->msPassword was empty. I attached a patch wich should solve

MPD-3.11 MPPE key-breakage (was: mpd 3.11 doesn't send packets)

2003-02-10 Thread Michael Bretterklieber
Hi Archie, Archie Cobbs wrote: Michael- did you test PPTP+MPPE, non-RADIUS, 128 bit, client side? Server side and client side may behave differently, etc. The problem occured only if you are used mpd client side. The new bund->msPassword was empty. I attached a patch wich should solve the prob

Bluetooth stack for FreeBSD

2003-02-10 Thread Maksim Yevmenkin
Dear Hackers, I'm very pleased to announce that another engineering release is available for download at http://www.geocities.com/m_evmenkin/ngbt-fbsd-20030210.tar.gz Note: This release has new tree layout that matches FreeBSD source tree. Quick summary of changes - New in-kernel R

Re: ipsec & ipfw: 4.7-release vs -stable

2003-02-10 Thread Mike Durian
On Monday 10 February 2003 09:42 am, Andriy Gapon wrote: > > The reason I am asking this question with such a big crosspost is that it > seems that all previous discussions on this topic resulted in nothing. And > this change definetely breaks things for those who use ipsec without extra > stuff li

Re: Programmatically obtaining interface hardware addrs

2003-02-10 Thread Joe Marcus Clarke
On Mon, 2003-02-10 at 04:37, Martin Stiemerling wrote: > See man getifaddrs: > > >http://www.freebsd.org/cgi/man.cgi?query=getifaddrs&sektion=3&apropos=0&manpath=FreeBSD+4.7-RELEASE > > You can obtain l2 addresses with this system call. Thanks, I had my head buried so deep in ioctls and sysctls

ipsec & ipfw: 4.7-release vs -stable

2003-02-10 Thread Andriy Gapon
Is there any remedy expected before 4.8 release for the situation with ipsec & ipfw interaction that was created after 'ip_input.c 1.130.2.40, MFC: 1.214' ? The reason I am asking this question with such a big crosspost is that it seems that all previous discussions on this topic resulted in noth

Re: mpd pptp in multi-homed environment

2003-02-10 Thread Michael Bretterklieber
Hi, Clive Lin schrieb: On Sun, Feb 09, 2003 at 09:07:12AM -0800, Archie Cobbs wrote: I don't have time to work on MPD these days but would be happy to post patches anyone submits that fixes this on the new mpd web site.. http://www.dellroad.org/mpd Wow, the long awaiting radius support! BTW

Re: mpd pptp in multi-homed environment

2003-02-10 Thread Clive Lin
On Sun, Feb 09, 2003 at 09:07:12AM -0800, Archie Cobbs wrote: > I don't have time to work on MPD these days but would be happy to post > patches anyone submits that fixes this on the new mpd web site.. > http://www.dellroad.org/mpd Wow, the long awaiting radius support! BTW, I also notice that MP

Re: Programmatically obtaining interface hardware addrs

2003-02-10 Thread Martin Stiemerling
See man getifaddrs: http://www.freebsd.org/cgi/man.cgi?query=getifaddrs&sektion=3&apropos=0&manpath=FreeBSD+4.7-RELEASE You can obtain l2 addresses with this system call. Martin Joe Marcus Clarke wrote: What's the best (or easiest) way to programmatically obtain interfaces' hardware addresses