Re: segfault in dhclient 5.4 please help

2014-04-15 Thread Otto Moerbeek
On Mon, Apr 14, 2014 at 09:32:43PM -0400, sven falempin wrote: so i got gdb back to the machine because i cannot reproduce outside of the box. gdb too old cannot gcore. The state is nasty, but i do get the trace of the dhcp transaction. [..] DHCPREQUEST on trunk0 to 255.255.255.255

Re: print time_t with %lld in last(1)

2014-04-15 Thread Arto Jonsson
ping On Sun, Mar 23, 2014 at 07:31:11PM +0200, Arto Jonsson wrote: Index: last.c === RCS file: /cvs/src/usr.bin/last/last.c,v retrieving revision 1.39 diff -u -p -r1.39 last.c --- last.c22 Aug 2013 04:43:40 - 1.39

xcb-util-cursor broken

2014-04-15 Thread David Coppa
Hi! x11/i3 (and x11/awesome too) wants to use libxcb-cursor. Back in the days I patched upstream code and reverted it to use libXcursor. Now that we have xcb-util-cursor I want to remove those patches. However, xcb-util-cursor is currently broken: [i3] CC src/config_parser.c cc

Re: xcb-util-cursor broken

2014-04-15 Thread Matthieu Herrb
On Tue, Apr 15, 2014 at 10:52:25AM +0200, David Coppa wrote: Hi! x11/i3 (and x11/awesome too) wants to use libxcb-cursor. Back in the days I patched upstream code and reverted it to use libXcursor. Now that we have xcb-util-cursor I want to remove those patches. However, xcb-util-cursor

Re: segfault in dhclient 5.4 please help

2014-04-15 Thread Kenneth Westerback
On 15 April 2014 08:34, Otto Moerbeek o...@drijf.net wrote: On Mon, Apr 14, 2014 at 09:32:43PM -0400, sven falempin wrote: so i got gdb back to the machine because i cannot reproduce outside of the box. gdb too old cannot gcore. The state is nasty, but i do get the trace of the dhcp

Re: segfault in dhclient 5.4 please help

2014-04-15 Thread Otto Moerbeek
Op 15 apr. 2014 om 13:13 heeft Kenneth Westerback kwesterb...@gmail.com het volgende geschreven: On 15 April 2014 08:34, Otto Moerbeek o...@drijf.net wrote: On Mon, Apr 14, 2014 at 09:32:43PM -0400, sven falempin wrote: so i got gdb back to the machine because i cannot reproduce outside

Re: segfault in dhclient 5.4 please help

2014-04-15 Thread sven falempin
On Tue, Apr 15, 2014 at 7:13 AM, Kenneth Westerback kwesterb...@gmail.com wrote: On 15 April 2014 08:34, Otto Moerbeek o...@drijf.net wrote: On Mon, Apr 14, 2014 at 09:32:43PM -0400, sven falempin wrote: so i got gdb back to the machine because i cannot reproduce outside of the box. gdb too

re-introducing ssl_privsep.c

2014-04-15 Thread Pierre-Yves Ritschard
Hi gang, Long-time no see :-) Now that there will be more limited interaction between upstream and the in-tree libssl, would it make sense for me to prep up a diff which would integrate ssl_privsep.c in libssl directly (I initially sent out a diff upstream which was never looked at and we decided

Re: re-introducing ssl_privsep.c

2014-04-15 Thread Theo de Raadt
Long-time no see :-) Now that there will be more limited interaction between upstream and the in-tree libssl, would it make sense for me to prep up a diff which would integrate ssl_privsep.c in libssl directly (I initially sent out a diff upstream which was never looked at and we decided on

Re: re-introducing ssl_privsep.c

2014-04-15 Thread Pierre-Yves Ritschard
The code I'm referring to is src/usr.sbin/relayd/ssl_privsep.c which is also present in ldapd and smtpd. There's a lot more code to remove first. That should be first order of action, so come back in a few weeks. Makes perfect sense, I'll wait a bit

GOST was removed

2014-04-15 Thread Артур Истомин
Log message: Remove the GOST engine: It is not compiled or used and depends on the dynamic engine feature that is not enabled in our build. People who need it can still pull it out of the Attic; if it is to have a Russian engine just because it's a Russian engine.

Re: GOST was removed

2014-04-15 Thread Theo de Raadt
Log message: Remove the GOST engine: It is not compiled or used and depends on the dynamic engine feature that is not enabled in our build. People who need it can still pull it out of the Attic; if it is to have a Russian engine just because it's a Russian engine.

Re: GOST was removed

2014-04-15 Thread Bob Beck
In the interests of full disclosure, do you work for the government or sell to the government? And in the interests of full disclosure, please note, It's absolutely not political. We just deleted all the FIPS junk too. the right way to add GOST if you need it is not as an engine, but as a

Re: GOST was removed

2014-04-15 Thread Reyk Floeter
Hi, On Tue, Apr 15, 2014 at 09:24:48PM +, �?�?�?�?�? �?�?�?омин wrote: Log message: Remove the GOST engine: It is not compiled or used and depends on the dynamic engine feature that is not enabled in our build. People who need it can still pull it out of the Attic; if it is to have a

libexec/login_tis fallout after OpenSSL Valhalla rampage

2014-04-15 Thread ianmcw01
ianm-openbsd:login_tis {123} make cc -O2 -pipe  -Wall   -c /usr/src/libexec/login_tis/login_tis.c In file included from /usr/src/libexec/login_tis/login_tis.c:43: /usr/src/libexec/login_tis/login_tis.h:36: error: expected specifier-qualifier-list before

Re: libexec/login_tis fallout after OpenSSL Valhalla rampage

2014-04-15 Thread Miod Vallat
Fixed. Thanks for reporting. Miod

sbin/iked fallout after OpenSSL valahalla slashing

2014-04-15 Thread Ian McWilliam
Hoope the attached diff is a correct fix. Hit me with the cluebat if not. cc -O2 -pipe  -Wall -I/usr/src/sbin/iked -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -fno-pie   -c