Re: New OpenSSL double-free and invalid free vulnerabilities in X509 parsing

2016-10-13 Thread Aaron Mason
If it was discovered before the LibreSSL fork, there's a good chance it has been fixed, otherwise the move from non-standard malloc functions has probably nipped this one in the bud. That's my guess based on what I know about LibreSSL. On Fri, Oct 14, 2016 at 3:55 PM, Peter Janos

New OpenSSL double-free and invalid free vulnerabilities in X509 parsing

2016-10-13 Thread Peter Janos
Hello gods, http://seclists.org/fulldisclosure/2016/Oct/62 -> https://github.com/guidovranken/openssl-x509-vulnerabilities   a little bit old, but LibreSSL got this?   The original X509_NAME decode free code was buggy: this could result in double free or leaks if a malloc failure occurred.

axen(4) usb ethernet problems

2016-10-13 Thread Ilya Kaliman
Hi! I have a "Plugable USB 3.0 ethernet adapter" with ASIX AX88179 chipset. The device is successfully recognized by axen(4) driver but behaves strangely. When I plug in the ethernet cable the ifconfig axen0 status says active and the leds start blinking. But after a second or two both leds turn

Fwd: OpenBSD on Toshiba S55-C5274 Laptop wakeup is immediate on suspend.

2016-10-13 Thread Bradley Hanna
I am running suspend on my laptop using apm -z and zzz as explained in apm(8). As far as I can tell, the system successfully suspends (keyboard lights go out, power button light goes out, screen blanks, fans go quiet). The system them immediately starts wakeup showing the dmesg output and then

Re: Using isc-dhcp-client as alternate dhclient - Alias working (I think)

2016-10-13 Thread Ted Wynnychenko
Hello I am responding to my original question. I have been able to get isc-dhcp-client to work assigning an alias on the dhcp interface. In case this is of value to anyone, here is how I did it. Obviously, I added isc-dhcp-client from packages. I then created a new configuration file I called

Re: httpd and php script

2016-10-13 Thread Mike
On 10/13/2016 1:53 PM, Robert Klein wrote: > Hi, > > Mike wrote: >> >> Diving into tcpdump, I found an important difference between httpd and >> nginx. > > > See /usr/src/usr.sbin/httpd/server_fcgi.c > > Transfer Encoding `chunked' is set for HTTP/1.1 in lines 389 and

Re: What is the opinion of Theo de Raadt about translation tools?

2016-10-13 Thread Solène Rapenne
Le 2016-10-13 20:16, SOUL_OF_ROOT 55 a écrit : PC-BSD still uses Pootle? https://forums.freebsd.org/threads/44595/ Pootle translates well or sometimes translates incorrect? Pootle translates better than Google Translator? I uses Google Translator, but if is true that Pootle translates better

Re: httpd and php script

2016-10-13 Thread Robert Klein
Hi, Mike wrote: > > Diving into tcpdump, I found an important difference between httpd and > nginx. See /usr/src/usr.sbin/httpd/server_fcgi.c Transfer Encoding `chunked' is set for HTTP/1.1 in lines 389 and 390. In lines 620 to 634 the Content-Length Header is

Re: How should vmm hosts access the internet?

2016-10-13 Thread Dimitris Papastamos
On Thu, Oct 13, 2016 at 05:16:05PM +0200, Reyk Floeter wrote: > > Am 13.10.2016 um 16:18 schrieb Dimitris Papastamos : > > > >> On Thu, Oct 13, 2016 at 03:43:54PM +0200, Stefan Sperling wrote: > >>> On Thu, Oct 13, 2016 at 02:23:20PM +0100, Edd Barrett wrote: > >>> Hi, > >>> > >>>

Re: How should vmm hosts access the internet?

2016-10-13 Thread Reyk Floeter
> Am 13.10.2016 um 16:18 schrieb Dimitris Papastamos : > >> On Thu, Oct 13, 2016 at 03:43:54PM +0200, Stefan Sperling wrote: >>> On Thu, Oct 13, 2016 at 02:23:20PM +0100, Edd Barrett wrote: >>> Hi, >>> >>> Since vmm is now enabled, I thought I would have a play. >>> >>> So far so

httpd and php script

2016-10-13 Thread Mike
I'm moving the server side of an IoT application from the 'net (FreeBSD 10.3 and nginx) to a server on my home network (OpenBSD 6.0 and httpd). The server runs a php script. The IoT device POSTs an xml file to the server and the php script processes it. I set up php on httpd and redirected

Re: How should vmm hosts access the internet?

2016-10-13 Thread Dimitris Papastamos
On Thu, Oct 13, 2016 at 03:43:54PM +0200, Stefan Sperling wrote: > On Thu, Oct 13, 2016 at 02:23:20PM +0100, Edd Barrett wrote: > > Hi, > > > > Since vmm is now enabled, I thought I would have a play. > > > > So far so good, but I've not managed to get the host on the internet > > yet. > > > >

Re: How should vmm hosts access the internet?

2016-10-13 Thread Stefan Sperling
On Thu, Oct 13, 2016 at 02:23:20PM +0100, Edd Barrett wrote: > Hi, > > Since vmm is now enabled, I thought I would have a play. > > So far so good, but I've not managed to get the host on the internet > yet. > > If I set up a vmm VM on my laptop, we have on the host: > > * iwn0 providing

How should vmm hosts access the internet?

2016-10-13 Thread Edd Barrett
Hi, Since vmm is now enabled, I thought I would have a play. So far so good, but I've not managed to get the host on the internet yet. If I set up a vmm VM on my laptop, we have on the host: * iwn0 providing internet access to the host * tap0 connected to vio0 in the guest. What is the