-noout description in sess_id.c

2014-05-24 Thread Loganaden Velvindron
Hi All, >From Martin Kaiser (OpenSSL RT #3364): -noout mentions a CRL, which is incorrect. Index: lib/libssl/src/apps/sess_id.c === RCS file: /cvs/src/lib/libssl/src/apps/sess_id.c,v retrieving revision 1.16 diff -u -p -u -p -r1.16

[PATCH SET] malloc + memset => calloc

2014-05-24 Thread Benjamin Baier
Hi tech@ I'm just geting into the OpenBSD source code, and what better way to learn than with real "work"... Some malloc/memset to calloc changes. More to come if this kind of work is appreciated. Index: answer.c === RCS file:

spelling correction for libressl verify.pod

2014-05-24 Thread Loganaden Velvindron
Hi All, >From OpenSSL RT 3355: Index: doc/apps/verify.pod === RCS file: /cvs/src/lib/libssl/src/doc/apps/verify.pod,v retrieving revision 1.8 diff -u -p -u -p -r1.8 verify.pod --- doc/apps/verify.pod 4 May 2014 20:31:33 - 1

[patch] libssl malloc check for NULL

2014-05-24 Thread Chris Hettrick
Hi tech@ Here are some missing checks for NULL after malloc(). Index: libssl/src/apps/apps.c === RCS file: /cvs/src/lib/libssl/src/apps/apps.c,v retrieving revision 1.52 diff -u -p -r1.52 apps.c --- libssl/src/apps/apps.c 23 May

X Font Service Protocol Erratum

2014-05-24 Thread Ted Unangst
>From http://www.openbsd.org/errata55.html: X Font Service Protocol & Font metadata file handling issues in libXfont CVE-2014-0209: integer overflow of allocations in font metadata file parsing CVE-2014-0210: unvalidated length fields when parsing xfs protocol replies CVE-2014-0211: in

Re: pckbd volume keys (part 1), diff to test

2014-05-24 Thread Remi Locherer
On Fri, May 23, 2014 at 12:42:31PM +0200, Alexandre Ratchov wrote: > On Wed, Apr 30, 2014 at 01:06:48AM +0200, Alexandre Ratchov wrote: > > This diff attempts to "unify" volume keys; it makes pckbd and ukbd > > volume keys behave like all other volume keys (acpithinkpad, > > acpiasus, macppc/abtn a

Re: PC-122 keyboard

2014-05-24 Thread Miod Vallat
> Is this the correct way to go about adding a sub-keymap to place > the VT switch commands on dedicated keys? Yes, this ought to work. You'll need to run `make includes' and recompile sbin/kbd and/or sbin/wsconsctl for them to grok `.term122' as a keymap suffix. Miod

diff: setpgid.2: no pgid argument

2014-05-24 Thread Abel Abraham Camarillo Ojeda
There is no pgid argument in the SYNOPSIS: patch inline and attached. Index: setpgid.2 === RCS file: /cvs/src/lib/libc/sys/setpgid.2,v retrieving revision 1.14 diff -u -p -r1.14 setpgid.2 --- setpgid.2 8 May 2013 14:19:44 -