CVS: cvs.openbsd.org: src

2014-04-29 Thread Andre de Oliveira
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2014/04/29 01:23:40 Modified files: sys/dev/usb: upd.c Log message: Remove device white-listing as matching method, relies on on usage id versus supported sensors table filtering. discussed with and ok

CVS: cvs.openbsd.org: src

2014-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/29 01:44:19 Modified files: usr.bin/rcs: rcstime.c Log message: fix a test for invalid timezones oks from a bunch of people

CVS: cvs.openbsd.org: src

2014-04-29 Thread David Coppa
CVSROOT:/cvs Module name:src Changes by: dco...@cvs.openbsd.org 2014/04/29 01:52:06 Modified files: sys/lib/libsa : ufs2.c Log message: Fix typo: d_addrt - daddr_t ok bmercer@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/04/29 03:55:28 Modified files: sys/uvm: uvm_swap.c Log message: Replace 1 PAGE_SHIFT with PAGE_SIZE. ok beck@, miod@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/29 04:08:55 Modified files: usr.sbin/smtpd : ssl.c ssl.h ssl_smtpd.c Log message: It is only required to load the keys and certs into the same SSL context once. Simplify the code path by moving the

CVS: cvs.openbsd.org: src

2014-04-29 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/29 04:18:06 Modified files: usr.sbin/smtpd : config.c mta_session.c smtp_session.c smtpd.c Log message: use explicit_bzero() instead of memset() to clear out sensitive data. ok gilles@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Markus Friedl
CVSROOT:/cvs Module name:src Changes by: mar...@cvs.openbsd.org 2014/04/29 05:51:13 Modified files: sbin/iked : iked.h ikev2.c ikev2.h ikev2_msg.c policy.c Log message: make sure the state machine only advances if the AUTH payload has been verified; with ok mikeb@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/29 05:58:29 Modified files: sys/net: route.c Log message: If you plan to write an obfuscated-by-design kernel / userland interface, I suggest you have a look at the link-layer sockaddr

CVS: cvs.openbsd.org: src

2014-04-29 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/04/29 06:11:25 Modified files: usr.bin/less : command.c less.1 opttbl.c Log message: Remove support for the obsolete (non-POSIX) more -d prompt. This was a local change that was only enabled when the

CVS: cvs.openbsd.org: src

2014-04-29 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/29 06:18:27 Modified files: usr.sbin/smtpd : smtp_session.c smtpd.h ssl_smtpd.c Log message: Remove unused arguments from ssl_smtp_init() ok gilles@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/29 06:45:29 Modified files: sys/dev/usb: ehci.c ehcivar.h xhci.c xhcivar.h Log message: Get rid of the per-softc freelist of transfer descriptors and use a per-driver pool(9) instead. With

CVS: cvs.openbsd.org: src

2014-04-29 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/29 06:47:34 Modified files: sys/dev/usb: uhidev.c Log message: Plug an xfer leak.

CVS: cvs.openbsd.org: src

2014-04-29 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/29 06:53:33 Modified files: sys/dev/usb: ugold.c Log message: Make sure to call uhidev_close() upon detach, plug another xfer leak.

CVS: cvs.openbsd.org: src

2014-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/29 07:10:30 Modified files: usr.bin/ssh: serverloop.c clientloop.c Log message: bz#1818 - don't send channel success/failre replies on channels that have sent a close already; analysis and patch

CVS: cvs.openbsd.org: src

2014-04-29 Thread Ryan Thomas McBride
CVSROOT:/cvs Module name:src Changes by: mcbr...@cvs.openbsd.org 2014/04/29 07:46:55 Modified files: sys/dev/usb: usbdevs Log message: Add Microsoft Wireless Mobile Mouse 3500 and Wireless Arc Mouse. ok mpi

CVS: cvs.openbsd.org: src

2014-04-29 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/29 07:48:18 Modified files: share/man/man8 : afterboot.8 Log message: smtpd is the default mailer now; From: Jan Stary ok gilles

CVS: cvs.openbsd.org: src

2014-04-29 Thread Ryan Thomas McBride
CVSROOT:/cvs Module name:src Changes by: mcbr...@cvs.openbsd.org 2014/04/29 07:49:19 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2014-04-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/29 08:10:07 Modified files: usr.sbin/nginx/src/event: ngx_event_openssl.c Log message: nginx dudes unrolled SSL_OP_ALL by hand so we also have to delete SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS from here

CVS: cvs.openbsd.org: src

2014-04-29 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/29 08:11:23 Modified files: sys/dev/usb: ehci.c ohci.c uhci.c Log message: Finally plug the public xfer leak #1 in our USB stack. Every call to usbd_abort_pipe() on an interrupt pipe would

CVS: cvs.openbsd.org: src

2014-04-29 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2014/04/29 09:04:04 Removed files: usr.bin/bgplg/traceroute6: Makefile Log message: Move traceroute6 to the attic, fully merged into traceroute.

CVS: cvs.openbsd.org: src

2014-04-29 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2014/04/29 09:03:07 Removed files: usr.sbin/traceroute6: Makefile traceroute6.8 traceroute6.c Log message: Move traceroute6 to the attic, fully merged into traceroute.

CVS: cvs.openbsd.org: src

2014-04-29 Thread Markus Friedl
CVSROOT:/cvs Module name:src Changes by: mar...@cvs.openbsd.org 2014/04/29 09:42:08 Added files: usr.bin/ssh: rijndael.c rijndael.h Log message: re-add our own aesctr implementation; ok djm@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2014/04/29 09:46:54 Modified files: lib/libssl/src/ssl: s3_pkt.c Log message: Constrain bytes read/written to positive values. ok miod@ tedu@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2014/04/29 11:32:42 Modified files: usr.sbin/smtpd : mta_session.c Log message: when a session fails due to a TLS error in a smtp+tls:// connection, try plain before giving up ok eric@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/29 11:35:29 Modified files: usr.sbin/traceroute: traceroute.8 Log message: a bit more merge for traceroute6 stuff, and some consistency fixes; help/ok florian

CVS: cvs.openbsd.org: www

2014-04-29 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2014/04/29 11:37:30 Modified files: faq: upgrade55.html Log message: grammar and punctuation, from tj at mrsk dot me, thanks!

CVS: cvs.openbsd.org: www

2014-04-29 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2014/04/29 11:56:25 Modified files: faq: faq4.html faq8.html Log message: multi-boot to multiboot.

CVS: cvs.openbsd.org: src

2014-04-29 Thread Markus Friedl
CVSROOT:/cvs Module name:src Changes by: mar...@cvs.openbsd.org 2014/04/29 12:01:49 Modified files: usr.bin/ssh: Makefile.inc auth.c authfd.c authfile.c bufaux.c cipher.c cipher.h hostfile.c kex.c key.c mac.c

CVS: cvs.openbsd.org: www

2014-04-29 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2014/04/29 12:36:31 Modified files: faq: upgrade55.html Log message: add section about releases being signed. Yes, references a not yet updated article in faq3.html, will be there on release

CVS: cvs.openbsd.org: src

2014-04-29 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/29 13:13:14 Modified files: usr.sbin/smtpd : ca.c config.c lka.c mproc.c mta_session.c pony.c smtp.c smtp_session.c smtpd.c smtpd.h ssl.c ssl.h

Re: CVS: cvs.openbsd.org: src

2014-04-29 Thread Alexander Hall
On April 29, 2014 7:32:42 PM CEST, Gilles Chehade gil...@cvs.openbsd.org wrote: CVSROOT: /cvs Module name: src Changes by:gil...@cvs.openbsd.org 2014/04/29 11:32:42 Modified files: usr.sbin/smtpd : mta_session.c Log message: when a session fails due to a TLS error in a

CVS: cvs.openbsd.org: src

2014-04-29 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2014/04/29 13:58:50 Modified files: usr.bin/ssh: sftp.c Log message: Move nulling of variable next to where it's freed. ok markus@

CVS: cvs.openbsd.org: src

2014-04-29 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2014/04/29 14:36:52 Modified files: usr.bin/ssh: sftp.c Log message: Don't attempt to append a nul quote char to the filename. Should prevent fatal'ing with el_insertstr failed when there's a single

Re: CVS: cvs.openbsd.org: src

2014-04-29 Thread Gilles Chehade
On Tue, Apr 29, 2014 at 09:21:24PM +0200, Alexander Hall wrote: On April 29, 2014 7:32:42 PM CEST, Gilles Chehade gil...@cvs.openbsd.org wrote: CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2014/04/29 11:32:42 Modified files: usr.sbin/smtpd :

CVS: cvs.openbsd.org: www

2014-04-29 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2014/04/29 14:47:55 Modified files: faq: upgrade55.html Log message: I can't spell, and tj at mrsk dot me can, and for this, I am thankful.

Re: CVS: cvs.openbsd.org: src

2014-04-29 Thread Alexander Hall
On April 29, 2014 10:41:53 PM CEST, Gilles Chehade gil...@poolp.org wrote: On Tue, Apr 29, 2014 at 09:21:24PM +0200, Alexander Hall wrote: On April 29, 2014 7:32:42 PM CEST, Gilles Chehade gil...@cvs.openbsd.org wrote: CVSROOT:/cvs Module name:src Changes by:

CVS: cvs.openbsd.org: src

2014-04-29 Thread David Coppa
CVSROOT:/cvs Module name:src Changes by: dco...@cvs.openbsd.org 2014/04/29 15:30:20 Modified files: distrib/sets/lists/etc: mi etc: Makefile changelist etc/mtree : special libexec/security: security Removed files:

CVS: cvs.openbsd.org: src

2014-04-29 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/29 15:51:18 Modified files: sys/dev/usb: ohci.c ohcivar.h uhci.c uhcivar.h Log message: Get rid of the per-softc freelist of transfer descriptors and use a per-driver pool(9) instead.

CVS: cvs.openbsd.org: src

2014-04-29 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/04/29 16:31:22 Modified files: usr.bin/tmux : client.c Log message: fcntl.h is still needed here.

CVS: cvs.openbsd.org: src

2014-04-29 Thread Simon Perreault
CVSROOT:/cvs Module name:src Changes by: sperrea...@cvs.openbsd.org 2014/04/29 18:16:47 Modified files: lib/libc : shlib_version Log message: minor++ because of AI_ADDRCONFIG prodded by naddy, confirmed by Mark Kettenis

CVS: cvs.openbsd.org: src

2014-04-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/04/29 18:20:28 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386

Re: CVS: cvs.openbsd.org: src

2014-04-29 Thread Stuart Henderson
On 2014/04/23 09:07, Ted Unangst wrote: CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org2014/04/23 09:07:27 Modified files: lib/libc/stdlib: malloc.c Log message: Here's a first attempt at documenting the change to junk behaviour. Index: malloc.3

CVS: cvs.openbsd.org: src

2014-04-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/29 19:05:50 Modified files: lib/libssl/src/ssl: ssl.h Log message: i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.

CVS: cvs.openbsd.org: www

2014-04-29 Thread Brett Mahar
CVSROOT:/cvs Module name:www Changes by: br...@cvs.openbsd.org 2014/04/29 20:07:27 Modified files: . : plus.html Log message: plus.html april 15-20, fixes from jj@.

CVS: cvs.openbsd.org: www

2014-04-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2014/04/29 21:46:08 Modified files: . : donations.html Log message: spelling

CVS: cvs.openbsd.org: src

2014-04-29 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/29 22:20:31 Modified files: sys/arch/sparc/sparc: cpu.c trap.c Log message: Enforce proper alignment of stack variables which may get accessed with double-word load and store instructions. This used

CVS: cvs.openbsd.org: src

2014-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/29 23:30:06 src/regress/usr.bin/ssh/unittests Update of /cvs/src/regress/usr.bin/ssh/unittests In directory cvs.openbsd.org:/tmp/cvs-serv23129/unittests Log Message: Directory

CVS: cvs.openbsd.org: src

2014-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/29 23:29:56 Modified files: usr.bin/ssh: bufaux.c bufbn.c bufec.c buffer.c buffer.h usr.bin/ssh/lib: Makefile Added files: usr.bin/ssh: sshbuf-getput-basic.c

CVS: cvs.openbsd.org: src

2014-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/29 23:30:18 src/regress/usr.bin/ssh/unittests/sshbuf Update of /cvs/src/regress/usr.bin/ssh/unittests/sshbuf In directory cvs.openbsd.org:/tmp/cvs-serv26651/sshbuf Log Message: Directory

CVS: cvs.openbsd.org: src

2014-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/29 23:30:17 src/regress/usr.bin/ssh/unittests/test_helper Update of /cvs/src/regress/usr.bin/ssh/unittests/test_helper In directory cvs.openbsd.org:/tmp/cvs-serv26651/test_helper Log Message: Directory

CVS: cvs.openbsd.org: src

2014-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/29 23:32:00 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh/unittests: Makefile Makefile.inc regress/usr.bin/ssh/unittests/sshbuf: Makefile