Re: sender expansions for opensmtpd(try 2)

2010-09-08 Thread Gilles Chehade
ok by me, commited gilles On 09/06/10 11:48, Gregory Edigarov wrote: Hi everybody, The following diff adds sender expansions to OpenSMTPD. %U for sender localpart %D for sender domainpart --- lka.c.orig Sun Jun 20 12:56:26 2010 +++ lka.c Sun Sep 5 16:41:37 2010 @@ -55,11 +55,11 @@

ipv6 support for tftp

2010-09-08 Thread Gleydson Soares
hi, - ipv6 support for tftp client. based on an old itojun's diff. [demime 1.01d removed an attachment of type text/x-diff]

Stay connected to the latest restaurant products and services

2010-09-08 Thread Nation's Restaurant News
If you have problems viewing this message, click below: http://www.magnetmail.net/actions/email_web_version.cfm?recipient_id=18203973 8message_id=1082084user_id=Lebhar_ENTgroup_id=265105 Join over 1,000 users a day who visit Anything4Restaurants.com

Re: ipv6 support for tftp

2010-09-08 Thread Gleydson Soares
On Wed, Sep 08, 2010 at 11:51:11AM -0300, Gleydson Soares wrote: hi, - ipv6 support for tftp client. based on an old itojun's diff. i forgot to attach the diff inline. Index: tftpsubs.c === RCS file:

Re: generating new host key...

2010-09-08 Thread Ted Unangst
On Tue, Sep 7, 2010 at 7:18 PM, Alexander Hall ha...@openbsd.org wrote: $ which true false /usr/bin/true /usr/bin/false while those should be available to /etc/rc, I'd prefer not using them. -5 points for using which. :) $ whence -v true true is a shell builtin I happen to think that

Re: generating new host key...

2010-09-08 Thread Bret S. Lambert
On Wed, Sep 08, 2010 at 11:39:59AM -0400, Ted Unangst wrote: On Tue, Sep 7, 2010 at 7:18 PM, Alexander Hall ha...@openbsd.org wrote: $ which true false /usr/bin/true /usr/bin/false while those should be available to /etc/rc, I'd prefer not using them. -5 points for using which. :)

Re: ipv6 support for tftp

2010-09-08 Thread Paul de Weerd
On Wed, Sep 08, 2010 at 09:35:10AM -0300, Gleydson Soares wrote: | On Wed, Sep 08, 2010 at 11:51:11AM -0300, Gleydson Soares wrote: | hi, | | - ipv6 support for tftp client. | | based on an old itojun's diff. | | i forgot to attach the diff inline. Works for me: [we...@impreza] $ tftp

Re: AES-GCM Part 3: isakmpd

2010-09-08 Thread Mike Belopuhov
changes: made sure that we won't generate quick mode config strings with gcm and other hashes (the very first hunk of the diff). pointed out by naddy. Index: conf.c === RCS file: /home/cvs/src/sbin/isakmpd/conf.c,v retrieving

Re: generating new host key...

2010-09-08 Thread Alexander Hall
On 09/08/10 17:39, Ted Unangst wrote: On Tue, Sep 7, 2010 at 7:18 PM, Alexander Hall ha...@openbsd.org wrote: $ which true false /usr/bin/true /usr/bin/false while those should be available to /etc/rc, I'd prefer not using them. -5 points for using which. :) Ah fuck. Yes. Darn. :-d $

lookup - vfs_lookup

2010-09-08 Thread Thordur I Bjornsson
i've always been annoyed with the oh so very generic name lookup for the vfs lookup routine, so rename it and the relookup routine to vfs_lookup and vfs_relookup. comments/oks? Index: kern/vfs_lookup.c === RCS file:

various fixes in smtpd's lka.c

2010-09-08 Thread Gilles Chehade
hi tech@, In lka.c:lka_expand(), there is a bug which causes the function to not compute correctly the remaining space in its expansion buffer. All strlcpy and strlcat truncation tests will use the bogus value making them useless. The consequence is that IF you hit that bug you will crash at