CVS: cvs.openbsd.org: src

2015-04-15 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2015/04/15 17:23:25 Modified files: usr.bin/ssh: sshd.c Log message: Plug leak of address passed to logging. bz#2373, patch from jjelen at redhat, ok markus@

CVS: cvs.openbsd.org: src

2015-04-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/15 16:34:46 Modified files: usr.bin/tmux : tty.c Log message: Fix some issues in bright colour handling. Bold background doesn't exist so there is no reason for tty_check_bg to mess with the BRIGHT

CVS: cvs.openbsd.org: src

2015-04-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/15 16:10:13 Modified files: usr.bin/tmux : tty.c Log message: Use tty_term_flag not _has for flags, also fix a typo (position not permission).

CVS: cvs.openbsd.org: src

2015-04-15 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/04/15 15:29:15 Modified files: regress/sys/netinet6/frag6: Makefile Added files: regress/sys/netinet6/frag6: frag6_padding.py Log message: Test that ping6 fragments with ethernet padding get re

CVS: cvs.openbsd.org: www

2015-04-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:www Changes by: clau...@cvs.openbsd.org 2015/04/15 14:20:51 Modified files: . : donations.html Log message: Mischa Peters donated a 10G card (Intel X520) with SFP+ optics Thanks a lot

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2015/04/15 14:17:33 Modified files: . : MODULES Log message: +libepoxy

CVS: cvs.openbsd.org: src

2015-04-15 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/04/15 10:43:11 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c Log message: Convert error/errorx/errorc functions -> fatal/fatalx/fatalc and make then take a printf format string instead of requiring the

CVS: cvs.openbsd.org: src

2015-04-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/04/15 10:33:49 Modified files: usr.bin/openssl: s_time.c Log message: Only set the cipher list if one was specified and actually check the return value from SSL_CTX_set_cipher_list(). Also remove pointl

CVS: cvs.openbsd.org: src

2015-04-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/04/15 10:25:43 Modified files: lib/libssl/src/ssl: s3_srvr.c ssl_lib.c ssl_locl.h Log message: Clean up the ssl_bytes_to_cipher_list() API - rather than having the ability to pass or not pass a STACK_OF

CVS: cvs.openbsd.org: src

2015-04-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/04/15 10:09:29 Modified files: regress/lib/libtls/gotls: tls_test.go Log message: Now that tls_close() is more robust, consider a failure to be fatal.

CVS: cvs.openbsd.org: src

2015-04-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/04/15 10:08:44 Modified files: lib/libtls : tls.c Log message: Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. Also ensure that outlen is set to zero so that tls_read() has read(2)

CVS: cvs.openbsd.org: src

2015-04-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/04/15 10:05:23 Modified files: lib/libtls : tls.c Log message: Make tls_close() more robust - do not rely on a close notify being received from the other side and only return TLS_READ_AGAIN/TLS_WRIT

CVS: cvs.openbsd.org: src

2015-04-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/15 09:44:40 Modified files: usr.bin/tmux : style.c Log message: Fix setting old-style window -fg/-bg/-attr options that aren't global.

CVS: cvs.openbsd.org: src

2015-04-15 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/15 09:16:17 Modified files: sys/netinet: ip_carp.c Log message: Add the necessary glue to keep carp(4) working while other pseudo-drivers are converted to if_input(). ok dlg@, claudio@

CVS: cvs.openbsd.org: src

2015-04-15 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/15 09:14:37 Modified files: sys/netinet: ip_carp.c Log message: Use ether_ifattach() and ether_ifdetach() when cloning/destroying an interface instead of rewritting most of them. This change is

CVS: cvs.openbsd.org: src

2015-04-15 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2015/04/15 08:06:03 Modified files: sys/arch/amd64/amd64: disksubr.c Log message: include header required for DEBUG build; ok jsg@

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 06:49:37 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk

CVS: cvs.openbsd.org: src

2015-04-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/04/15 06:40:57 Modified files: usr.sbin/dhcpd : dhcp.c Log message: Avoid using inet_ntoa() twice in a single printf() parameter list by caching the results from excess inet_ntoa() calls before doing th

CVS: cvs.openbsd.org: src

2015-04-15 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/15 04:11:29 Modified files: sys/net: if_tun.c Log message: Fix a typo introduced in the niq_enqueue() conversion. Should fix a panic reported by many on bugs@ and misc@. ok dlg@

CVS: cvs.openbsd.org: src

2015-04-15 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/15 03:58:44 Modified files: sys/net: if_vlan.c Log message: Add the necessary glue to keep vlan(4) working while other pseudo-drivers are converted to if_input(). Reviewed by Rafael Zalamena

CVS: cvs.openbsd.org: src

2015-04-15 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/04/15 03:48:19 Modified files: sys/dev/pci/drm: drm_drv.c drm_irq.c Log message: Convert remaining drm ioctl implementation functions to return Linux-style negative errno values. ok jsg@

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:xenocara Changes by: ajacou...@cvs.openbsd.org 2015/04/15 03:39:53 Modified files: lib: Makefile Log message: Hook up libepoxy. committing on behalf of jsg@

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 01:58:59 Added files: lib/libepoxy/generated: Makefile lib/libepoxy/generated/include/epoxy: gl_generated.h glx_generated.h

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 01:44:22 xenocara/lib/libepoxy/generated/src Update of /cvs/xenocara/lib/libepoxy/generated/src In directory cvs.openbsd.org:/tmp/cvs-serv16284/src Log Message: Directory /cvs/xenocara/lib/libepoxy/g

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 01:44:07 xenocara/lib/libepoxy/generated/include/epoxy Update of /cvs/xenocara/lib/libepoxy/generated/include/epoxy In directory cvs.openbsd.org:/tmp/cvs-serv6493/epoxy Log Message: Directory /cvs/xe

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 01:43:01 xenocara/lib/libepoxy Update of /cvs/xenocara/lib/libepoxy In directory cvs.openbsd.org:/tmp/cvs-serv972/libepoxy Log Message: Directory /cvs/xenocara/lib/libepoxy added to the repository

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 01:43:39 xenocara/lib/libepoxy/generated/include Update of /cvs/xenocara/lib/libepoxy/generated/include In directory cvs.openbsd.org:/tmp/cvs-serv22553/include Log Message: Directory /cvs/xenocara/li

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 01:43:22 xenocara/lib/libepoxy/generated Update of /cvs/xenocara/lib/libepoxy/generated In directory cvs.openbsd.org:/tmp/cvs-serv3065/generated Log Message: Directory /cvs/xenocara/lib/libepoxy/gene

CVS: cvs.openbsd.org: src

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/04/15 01:41:53 Modified files: etc/mtree : BSD.x11.dist Log message: add the include dir for libepoxy

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 01:40:24 Modified files: dist/libepoxy/src: dispatch_common.c Log message: don't include library major numbers when calling dlopen for gl libraries on OpenBSD

CVS: cvs.openbsd.org: xenocara

2015-04-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/04/15 01:32:53 Log message: Import libepoxy 1.2 Status: Vendor Tag: libepoxy Release Tags: v1_2 N xenocara/dist/libepoxy/.dir-locals.el N xenocara/dist/libepoxy/.