CVS: cvs.openbsd.org: src

2014-06-10 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2014/06/10 03:36:42 Modified files: sys/lib/libsa : tftp.c Log message: Rearrange the inequality. Pointed out by LLVM. tftp.c:331:17: error: comparison of unsigned expression 0 is always false From

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 05:26:34 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Ensure ssl3_final_finish_mac() returns failure if either the MD5 or SHA1 handshake MAC calculation fails. Currently, the result

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 05:32:38 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Multiple fixes for ssl3_digest_cached_records() - if EVP_MD_CTX_create() fails, the NULL check will add an error but it does not

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 05:40:22 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Avoid potential NULL pointer function calls in n_ssl3_mac() by checking the return value of EVP_MD_CTX_copy_ex(). If the copy

CVS: cvs.openbsd.org: src

2014-06-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2014/06/10 06:41:10 Modified files: sys/arch/octeon/conf: GENERIC RAMDISK Log message: add ppb to the configs as suggested by kettenis@ tested by jj@

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 06:56:39 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: More KNF.

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 08:14:07 Modified files: lib/libssl/src/crypto/evp: m_dss.c m_dss1.c m_ecdsa.c m_md4.c m_md5.c m_mdc2.c m_null.c m_ripemd.c

CVS: cvs.openbsd.org: src

2014-06-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2014/06/10 08:33:01 Modified files: usr.sbin/slowcgi: slowcgi.c slowcgi.8 Log message: Cleanup socket creation. Input ajacoutot some time ago; OK henning@

CVS: cvs.openbsd.org: src

2014-06-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2014/06/10 08:38:27 Modified files: usr.sbin/slowcgi: slowcgi.c slowcgi.8 Log message: Implement -u (user to drop privs to) and -p flag (path to chroot to). This allows to run slowcgi non-chrooted with -p

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 08:46:11 Modified files: lib/libssl/src/ssl: t1_enc.c Log message: In tls1_cert_verify_mac(), check the return value of EVP_MD_CTX_copy_ex() to avoid a possible NULL function call on ctx.final().

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 08:49:15 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Remove pointless casts and use c instead of c[0], since it is the same thing for an unsigned char array. ok deraadt@

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 08:56:02 Modified files: lib/libssl/src/crypto/engine: tb_asnmth.c tb_cipher.c tb_dh.c tb_digest.c tb_dsa.c tb_ecdh.c

CVS: cvs.openbsd.org: src

2014-06-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/06/10 09:20:40 Modified files: lib/libssl/src/crypto/engine: eng_aesni.c eng_all.c eng_cnf.c eng_ctrl.c eng_dyn.c eng_err.c

CVS: cvs.openbsd.org: src

2014-06-10 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2014/06/10 09:50:01 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: get verbose_system in line with _system, do not display \code snippets...

CVS: cvs.openbsd.org: src

2014-06-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/06/10 10:15:19 Modified files: lib/libssl/src/crypto/engine: eng_all.c engine.h lib/libssl/src/crypto/evp: c_all.c lib/libcrypto/crypto: Makefile Removed files:

CVS: cvs.openbsd.org: src

2014-06-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/06/10 10:23:07 Modified files: usr.bin/nc : netcat.c Log message: increase buffer size to 64k, and actually use it. ok deraadt from John-Mark Gurney

CVS: cvs.openbsd.org: src

2014-06-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/06/10 10:35:42 Modified files: usr.bin/nc : netcat.c Log message: stick with 16k buffers for a little while to avoid bufferbloat. atomicio writing out 64k in one direction will cause traffic in the

CVS: cvs.openbsd.org: src

2014-06-10 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2014/06/10 10:43:46 Modified files: usr.sbin/smtpd : table_ldap.c table_sqlite.c Log message: we should really zero a buffer we strlcat to otherwise aliases resolution really resolves nothing :-)

CVS: cvs.openbsd.org: src

2014-06-10 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/06/10 11:19:25 Modified files: etc/mtree : special Log message: Add ed25519 ssh host keys to /etc/mtree/special. From inframare at arachnogoat dot com; OK deraadt@ sthen@

CVS: cvs.openbsd.org: src

2014-06-10 Thread Loganaden Velvindron
CVSROOT:/cvs Module name:src Changes by: lo...@cvs.openbsd.org 2014/06/10 12:00:59 Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Check return value of EVP_MD_CTX_copy_ex() in ssl3_handshake_mac() to avoid potential null pointer dereference. Based on david

CVS: cvs.openbsd.org: src

2014-06-10 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/06/10 14:08:48 Modified files: sys/uvm: uvm_addr.c uvm_addr.h Log message: KNF

CVS: cvs.openbsd.org: src

2014-06-10 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2014/06/10 15:46:11 Modified files: usr.bin/ssh: sshbuf.h Log message: Group ECC functions together to make things a little easier in -portable. doesn't bother me deraadt@

CVS: cvs.openbsd.org: src

2014-06-10 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/06/10 17:03:48 Modified files: sbin/fsck_msdos: fat.c Log message: Fix off by one when writing FAT for FAT12 filesystems. ok deraadt@

CVS: cvs.openbsd.org: src

2014-06-10 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2014/06/10 18:30:25 Modified files: sys/arch/i386/i386: hibernate_machdep.c sys/arch/amd64/amd64: hibernate_machdep.c Log message: Don't map phys pages 64KB in the resume page table. We stopped

CVS: cvs.openbsd.org: www

2014-06-10 Thread Brett Mahar
CVSROOT:/cvs Module name:www Changes by: br...@cvs.openbsd.org 2014/06/10 18:55:09 Modified files: . : plus.html Log message: plus.html for May 26th to June 1st.

CVS: cvs.openbsd.org: src

2014-06-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/06/10 19:53:03 Modified files: lib/libssl/src/apps: engine.c speed.c lib/libssl/src/crypto: o_time.c o_time.h lib/libssl/src/crypto/aes: aes.h aes_cbc.c aes_cfb.c aes_core.c

CVS: cvs.openbsd.org: www

2014-06-10 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:www Changes by: juan...@cvs.openbsd.org 2014/06/10 20:19:05 Modified files: . : want.html Log message: I could use a loongson to test some ports.

CVS: cvs.openbsd.org: src

2014-06-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/06/10 22:28:43 Modified files: sys/dev/pci: if_em.c Log message: em(4) receives jumbos by chaining its MCLBYTES sized descriptors together, so to receive a full 9000 byte frame, it needs 5