Re: rdomain -> rtableid confusion

2013-11-26 Thread Claudio Jeker
On Tue, Nov 26, 2013 at 12:38:48PM +0100, Martin Pieuchot wrote: > These two functions take a rtableid not a rdomain as an argument, simple > renaming to avoid confusion. > > ok? Yes. OK > Index: net/if.c > === > RCS file: /home/nc

Re: pop3 daemon with ssl/tls and STARTTLS, V2

2013-11-26 Thread James Turner
On Thu, Jul 11, 2013 at 12:58:58AM +0530, Sunil Nimmagadda wrote: > Second iteration... > > 1. Fixed CRLF issues in RETR and TOP commands that caused message > truncation. > 2. Properly "byte stuff" a line beginning with termination > character "." . > 3. Implemented STLS and CAPA. (STARTTLS RFC 2

The OpenBSD Foundation now accepts BitCoin donations...

2013-11-26 Thread Bob Beck
I'm happy to announce the OpenBSD foundation can now accept donations to assist in funding project activities in BTC. We are using BitPay.com to host our BitCoin donations, which are converted to CAD for use by the project. If you have been interested in making donations in BitCoin, please visit

Re: new queue support for systat(1)

2013-11-26 Thread Arto Jonsson
On Thu, Nov 21, 2013 at 12:35:43PM +0200, Arto Jonsson wrote: > Hi, > > the following adds new queue support for systat(1). Both old and new > queues are shown in the same display (newqs are shown first). Majority > of the code taken from pfctl. > > For new queues the BW field only shows the targ

Re: Weird loop in ftp client

2013-11-26 Thread Maxime Villard
Le 23/11/2013 11:40, Otto Moerbeek a écrit : > On Fri, Nov 22, 2013 at 10:04:02PM +0100, Maxime Villard wrote: > >> Le 22/11/2013 17:48, Ted Unangst a ??crit : >>> On Fri, Nov 22, 2013 at 10:09, Stuart Henderson wrote: On 2013/11/22 07:25, Maxime Villard wrote: >>> > If write() fails with

duid support to dump

2013-11-26 Thread Cody Cutler
hello, the following is my attempt to add duid support to dump. thanks! Index: Makefile === RCS file: /cvs/src/sbin/dump/Makefile,v retrieving revision 1.11 diff -p -u -r1.11 Makefile --- Makefile6 Jan 2013 21:59:28 - 1.

Re: mention dpb in release(8)

2013-11-26 Thread Marc Espie
On Tue, Nov 26, 2013 at 03:38:49PM +, Stuart Henderson wrote: > On 2013/11/26 16:28, Marc Espie wrote: > > On Tue, Nov 26, 2013 at 02:38:43PM +, Stuart Henderson wrote: > > > Is this OK, or should we remove bits about building packages > > > individually too? > > > > I'd rather send people

Re: mention dpb in release(8)

2013-11-26 Thread Stuart Henderson
On 2013/11/26 16:28, Marc Espie wrote: > On Tue, Nov 26, 2013 at 02:38:43PM +, Stuart Henderson wrote: > > Is this OK, or should we remove bits about building packages > > individually too? > > I'd rather send people to ports(7) directly... since that explains both > single port and bulk build

Re: mention dpb in release(8)

2013-11-26 Thread Marc Espie
On Tue, Nov 26, 2013 at 02:38:43PM +, Stuart Henderson wrote: > Is this OK, or should we remove bits about building packages > individually too? I'd rather send people to ports(7) directly... since that explains both single port and bulk building. > Index: share/man/man8/release.8 > =

mention dpb in release(8)

2013-11-26 Thread Stuart Henderson
Is this OK, or should we remove bits about building packages individually too? Index: share/man/man8/release.8 === RCS file: /cvs/src/share/man/man8/release.8,v retrieving revision 1.66 diff -u -p -u -1 -5 -r1.66 release.8 --- share/m

Re: Kill IF_LEN() and IF_IS_EMPTY()

2013-11-26 Thread Henning Brauer
* Mike Belopuhov [2013-11-22 12:37]: > On 22 November 2013 10:32, Martin Pieuchot wrote: > > One kill a day, keeps... > > So, here's a diff that replaces these two macros by their IFQ_* > > equivalent and kill them. No object change. > if you want to unify them, i think we need to figure out bet

Re: No need for INADDR_TO_IFP(), less global IPv4 list usage

2013-11-26 Thread Stuart Henderson
On 2013/11/26 12:44, Martin Pieuchot wrote: > Diff below replaces the INADDR_TO_IFP() macro that iterates over the > global list of IPv4 by a call to in_iawithaddr() that uses the global > tree of addresses. Since these two structures are now always coherent > it is safe to replace one by the othe

Re: Don't link multicast records to the first address

2013-11-26 Thread Mike Belopuhov
On 22 November 2013 09:26, Martin Pieuchot wrote: > On 18/11/13(Mon) 11:43, Martin Pieuchot wrote: >> Diff below changes the way protocol multicast addresses are linked to >> an interface. >> >> Right now they are added to a list attached to the first protocol >> address of an interface. That mak

Re: No need for INADDR_TO_IFP(), less global IPv4 list usage

2013-11-26 Thread Mike Belopuhov
On 26 November 2013 12:44, Martin Pieuchot wrote: > Diff below replaces the INADDR_TO_IFP() macro that iterates over the > global list of IPv4 by a call to in_iawithaddr() that uses the global > tree of addresses. Since these two structures are now always coherent > it is safe to replace one by t

Re: rdomain -> rtableid confusion

2013-11-26 Thread Mike Belopuhov
On 26 November 2013 12:38, Martin Pieuchot wrote: > These two functions take a rtableid not a rdomain as an argument, simple > renaming to avoid confusion. > > ok? > makes sense to me. OK mikeb

No need for INADDR_TO_IFP(), less global IPv4 list usage

2013-11-26 Thread Martin Pieuchot
Diff below replaces the INADDR_TO_IFP() macro that iterates over the global list of IPv4 by a call to in_iawithaddr() that uses the global tree of addresses. Since these two structures are now always coherent it is safe to replace one by the other and this removes one more usage of the global list

rdomain -> rtableid confusion

2013-11-26 Thread Martin Pieuchot
These two functions take a rtableid not a rdomain as an argument, simple renaming to avoid confusion. ok? Index: net/if.c === RCS file: /home/ncvs/src/sys/net/if.c,v retrieving revision 1.277 diff -u -p -r1.277 if.c --- net/if.c1

uncruft device.h and subr_autoconf.c a bit

2013-11-26 Thread David Gwynne
this removes the idea of multiple cfdata tables. code for it was introduced for some reason for some hotplug stuff 17 years ago, if 0'd 14 years ago, and removed 11 years ago. i dont think we need it. ok? Index: sys/device.h === RCS