Re: PATCH: ftp: allow @ in username for Basic Auth

2014-06-29 Thread Philip Guenther
On Thu, 26 Jun 2014, S?bastien Marie wrote: > On Wed, Jun 25, 2014 at 07:07:30PM -0700, Philip Guenther wrote: > > On Wed, 25 Jun 2014, S?bastien Marie wrote: > > > On Tue, Jun 24, 2014 at 10:55:44AM -0700, Philip Guenther wrote: > > > > On Tue, Jun 24, 2014 at 9:01 AM, S?bastien Marie < > > > > se

Re: kill unused macppc system_type

2014-06-29 Thread Tobias Ulmer
While I'm at it... Index: arch/macppc/include/autoconf.h === RCS file: /home/vcs/cvs/openbsd/src/sys/arch/macppc/include/autoconf.h,v retrieving revision 1.9 diff -u -p -r1.9 autoconf.h --- arch/macppc/include/autoconf.h 22 Aug 2

kill unused macppc system_type

2014-06-29 Thread Tobias Ulmer
grep and make agree that this stuff is unused. Index: arch/macppc/include/autoconf.h === RCS file: /home/vcs/cvs/openbsd/src/sys/arch/macppc/include/autoconf.h,v retrieving revision 1.9 diff -u -p -r1.9 autoconf.h --- arch/macppc/incl

sort(1) updates

2014-06-29 Thread Jared Yanovich
Hi, sort(1) does some funky things and isn't hard to break: $ perl -e 'print "\n"x117000,"x\n"' | sort | sort -c This patch contains a few changes from NetBSD to correct the behavior regarding ordering of appending bins to output in certain circumstances which helps pass more of our own regres

Re: POSIX-compliant page fault error codes

2014-06-29 Thread Theo de Raadt
> To prevent this from happening, the X server will install a signal > handler for SIGBUS, check if a shared memory object is being accessed > and patch things up (by mmap'ing anonymous memory on top of the > mapping). This code can be extended of course by handling SIGSEGV as > well. But this me

Re: POSIX-compliant page fault error codes

2014-06-29 Thread Mark Kettenis
> Date: Tue, 24 Jun 2014 15:53:20 -0700 > From: Matthew Dempsky > > On Tue, Jun 24, 2014 at 11:04:10AM -0700, Matthew Dempsky wrote: > > SIGBUS/BUS_ADRERR: Accessing a mapped page that exceeds the end of > > the underlying mapped file. > > Generating SIGBUS for this case has proven controver

boot/zboot: cmd.c merge

2014-06-29 Thread Tobias Stoeckmann
Hi, this diff merges cmd.c files of sys/stand/boot and sys/arch/zaurus/stand/zboot. Back in time, that file was copied to add "clear" command for zaurus. Revision 1.2 of zaurus' file added some clean ups which could be merged back. Otherwise, get the changes of stand/boot into stand/zboot, too.

Re: "openssl smime -sign" broken

2014-06-29 Thread Joel Sing
On Mon, 30 Jun 2014, Joel Sing wrote: > On Sun, 29 Jun 2014, Stuart Henderson wrote: > > Does anyone have ideas about this before I start digging to find when > > it got broken? > > Still digging, but it looks like it will be caused by > crypto/pkcs7/pk7_doit.c. r1.20... The following diff resolve

Re: "openssl smime -sign" broken

2014-06-29 Thread Joel Sing
On Sun, 29 Jun 2014, Stuart Henderson wrote: > Does anyone have ideas about this before I start digging to find when > it got broken? Still digging, but it looks like it will be caused by crypto/pkcs7/pk7_doit.c. r1.20... > On -current: > | $ echo "test message" | openssl smime -sign -signer mai

Re: getent(1) hosts enumeration defunc

2014-06-29 Thread Marcus MERIGHI
Hello, (this was on tech@, therefore reviving it here.) getent(1) manual and output stil do not match. It does not enumerate for database ``hosts'' and does not return 3 as exit status, as stated by the man page. Bye, Marcus st...@openbsd.org (Stuart Henderson), 2013.04.26 (Fri) 13:27 (CEST):

"openssl smime -sign" broken

2014-06-29 Thread Stuart Henderson
Does anyone have ideas about this before I start digging to find when it got broken? On -current: | $ echo "test message" | openssl smime -sign -signer mail.cert -inkey mail.key | Enter pass phrase for mail.key: | MIME-Version: 1.0 | Content-Type: multipart/signed; protocol="application/x-pkcs7-s