CVS: cvs.openbsd.org: src

2014-04-22 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2014/04/22 23:43:25 Modified files: lib/libc/stdlib: malloc.c Log message: Better, cleaner hash function that computes the same on be and le archs. Should improve sparc64 and other be archs. ok matthew@ miod

CVS: cvs.openbsd.org: src

2014-04-22 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2014/04/22 23:13:57 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/engine: hw_cryptodev.c lib/libssl/src/ssl: d1_srvr.c s3_srvr.c lib/libssl/ssl : Makefile Lo

CVS: cvs.openbsd.org: src

2014-04-22 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2014/04/22 22:33:10 Modified files: lib/libssl/src/crypto/asn1: x_x509.c Log message: Make sure ret->name is NULL'ed before return when freeing. from Dirk Engling

CVS: cvs.openbsd.org: src

2014-04-22 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2014/04/22 22:24:39 Modified files: lib/libssl/src/crypto/asn1: n_pkey.c Log message: Rather than sprinkling magical numbers everywhere, we can use sizeof() for the size of a fixed size array. >From Dirk Eng

CVS: cvs.openbsd.org: src

2014-04-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/22 21:37:29 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: rename some hardware revisions to match FreeBSD

CVS: cvs.openbsd.org: src

2014-04-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/22 21:20:55 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: add support for RTL8168EP >From Edward O'Callaghan via FreeBSD

CVS: cvs.openbsd.org: src

2014-04-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/22 20:58:06 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: While we always mask the revision with 0x7c80 linux uses a table that masks with either 0x7c80 or 0x7cf0 depend

CVS: cvs.openbsd.org: src

2014-04-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/22 20:39:28 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Add support for RTL8168GU from Rafael Neves

CVS: cvs.openbsd.org: src

2014-04-22 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2014/04/22 16:58:02 Modified files: distrib/notes/luna88k: hardware install prep whatis share/man/man4/man4.luna88k: lcd.4 pcexmem.4 share/man/man8/man8.luna88k: boot_luna88k.8 sys/a

CVS: cvs.openbsd.org: www

2014-04-22 Thread Kenji Aoyama
CVSROOT:/cvs Module name:www Changes by: aoy...@cvs.openbsd.org 2014/04/22 16:40:16 Modified files: . : luna88k.html Log message: Unify the model name to LUNA-88K{,2}, that is considered the `official' name.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 16:21:32 Modified files: lib/libssl/src/crypto/aes: aes.h aes_locl.h Log message: unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller than 32 bits.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/04/22 16:11:23 Modified files: usr.bin/sudo/auth: pam.c Log message: Use calloc() instead of malloc(n * s) followed by memset(). Not actually used on OpenBSD but changed to avoid false positives in aud

CVS: cvs.openbsd.org: src

2014-04-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 15:52:21 Modified files: lib/libssl/src/crypto: x86cpuid.pl Log message: So it turns out that libcrypto on i386 platforms, unconditionaly compiles this little gem called OPENSSL_indirect_call(), s

CVS: cvs.openbsd.org: src

2014-04-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 15:27:15 Modified files: lib/libssl/src/crypto/aes: aes_wrap.c regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/aeswrap: Makefile Log message: When compiling wi

CVS: cvs.openbsd.org: src

2014-04-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 15:25:36 src/regress/lib/libcrypto/aeswrap Update of /cvs/src/regress/lib/libcrypto/aeswrap In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/regress/lib/libcrypto/aeswrap Log Message: Directory /c

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 15:24:20 Modified files: usr.bin/signify: signify.c Log message: use reallocarray

Re: CVS: cvs.openbsd.org: src

2014-04-22 Thread Marc Espie
On Tue, Apr 22, 2014 at 02:14:39PM -0600, Bob Beck wrote: > CVSROOT: /cvs > Module name: src > Changes by: b...@cvs.openbsd.org2014/04/22 14:14:39 > > Modified files: > sys/ufs/ffs: ffs_softdep.c > > Log message: > Fix issue where we could jump into getdirtybuf without splb

CVS: cvs.openbsd.org: src

2014-04-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 15:01:10 Modified files: share/man/man4 : arcofi.4 Log message: Mention 16-bit sound is supported nowadays.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 14:48:41 Modified files: usr.bin/ftp: ftp.c Log message: remove dead stores to error. from Fritjof Bornebusch

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 14:43:12 Modified files: sbin/dmesg : dmesg.c Log message: malloc/memset -> calloc. from peter malone

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 14:42:01 Modified files: sbin/bioctl: bioctl.c Log message: malloc/memset -> calloc. from peter malone

CVS: cvs.openbsd.org: src

2014-04-22 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2014/04/22 14:41:43 Removed files: lib/libssl/src/certs: README.RootCerts lib/libssl/src/certs/demo: ca-cert.pem dsa-ca.pem dsa-pca.pem pca-cert.pem lib/li

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 14:40:37 Modified files: sbin/init : init.c Log message: malloc/memset->calloc. with bonus null check. from peter malone.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 14:38:03 Modified files: lib/libssl/src/crypto/asn1: a_bytes.c Log message: null a pointer to prevent double free. from Dirk Engling

CVS: cvs.openbsd.org: src

2014-04-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 14:33:29 Removed files: lib/libssl/src/crypto/des: cbc3_enc.c lib/libssl/src/crypto/evp: e_dsa.c Log message: Remove files which look like actual code compiled in libcrypto, but isn't. On

CVS: cvs.openbsd.org: src

2014-04-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 14:31:38 Removed files: lib/libssl/src : FAQ INSTALL lib/libssl/src/crypto/bf: bf_opts.c lib/libssl/src/crypto/bn: bn.mul bnspeed.c exp.c expspeed.c lib/libssl/src/crypto/

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 14:31:57 Modified files: lib/libssl/src/crypto/asn1: f_enum.c f_int.c f_string.c Log message: fix memory leaks. from Dirk Engling

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 14:25:16 Modified files: sbin/mountd: mountd.c Log message: malloc/memset -> calloc. from peter malone

CVS: cvs.openbsd.org: src

2014-04-22 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2014/04/22 14:14:39 Modified files: sys/ufs/ffs: ffs_softdep.c Log message: Fix issue where we could jump into getdirtybuf without splbio() on a retry that probably crashed espie. ok tedu@

CVS: cvs.openbsd.org: www

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:www Changes by: henn...@cvs.openbsd.org 2014/04/22 12:51:40 Modified files: faq: current.html Log message: Herr Reyk not only tried to rm -f a directory, he also assumes all the world is amd64. Scandalous! I'll claim a beer from him to

CVS: cvs.openbsd.org: www

2014-04-22 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2014/04/22 12:48:58 Modified files: faq: current.html Log message: Fix instructions for Kerberos removal. From Kent R. Spillner.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2014/04/22 12:22:20 Modified files: usr.sbin/pkg_add/OpenBSD: ArcCheck.pm Log message: turns out there are exactly 3 ports that actually use longnames: eclipse-plugins-wtp-sdk openclipart qt4-html so switc

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 10:58:20 Modified files: share/man/man8 : security.8 Log message: Trojan horse is still a noun. noted by fritjof

CVS: cvs.openbsd.org: src

2014-04-22 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2014/04/22 09:52:05 Modified files: sys/arch/sparc/dev: hme.c sys/dev/ic : gem.c hme.c Log message: Remove RX checksum offloading support. The chip is too limited, and examining higher protocol

CVS: cvs.openbsd.org: src

2014-04-22 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2014/04/22 09:22:04 Modified files: lib/libc/stdio : printf.3 Log message: add closing parenthesis. ok millert@

Re: CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
On Tue, Apr 22, 2014 at 08:26, Ted Unangst wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2014/04/22 08:26:26 > > Modified files: > include: stdlib.h > lib/libc/stdlib: Makefile.inc malloc.3 malloc.c > > Log message: > change mallocar

CVS: cvs.openbsd.org: www

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:www Changes by: r...@cvs.openbsd.org2014/04/22 09:19:10 Modified files: faq: current.html Log message: kerberosV removed

CVS: cvs.openbsd.org: src

2014-04-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/22 09:02:16 Modified files: lib/libc/stdlib: malloc.3 Log message: - one more mallocarray -> reallocarray - use <>

CVS: cvs.openbsd.org: src

2014-04-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/04/22 08:54:13 Modified files: lib/libssl/src/apps: apps.c ciphers.c engine.c req.c s_client.c s_server.c s_time.c speed.c x509.c Log message: Nuke the last of the windows

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 08:47:27 Removed files: usr.sbin/httpd : ABOUT_APACHE Announcement CHANGES INSTALL INSTALL.SSL LICENSE LICENSE.SSL Makefile.bsd-wrapper Makefile.t

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 08:42:53 Modified files: share/mk : bsd.own.mk Log message: Finally remove KERBEROS5? from the Makefile infrastructure. ok henning@

CVS: cvs.openbsd.org: src

2014-04-22 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 08:41:03 Modified files: sys/dev/pci: if_de.c sys/kern : uipc_mbuf.c sys/net: if_tun.c pf.c pf_ioctl.c pfvar.h sys/sys: mbuf.h share/man

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 08:27:25 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: switch to reallocarray

CVS: cvs.openbsd.org: src

2014-04-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/04/22 08:26:26 Modified files: include: stdlib.h lib/libc/stdlib: Makefile.inc malloc.3 malloc.c Log message: change mallocarray to reallocarray. useful in a few more situations. malloc

CVS: cvs.openbsd.org: src

2014-04-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/04/22 08:22:51 Modified files: lib/libssl/src/apps: progs.h s_apps.h testdsa.h testrsa.h timeouts.h Log message: KNF.

CVS: cvs.openbsd.org: www

2014-04-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2014/04/22 08:23:18 Modified files: . : armv7.html Log message: usuable -> usable; From: Tomas Bodzar

CVS: cvs.openbsd.org: src

2014-04-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/22 08:15:55 Modified files: share/man/man8 : afterboot.8 Log message: zap stray Pp;

CVS: cvs.openbsd.org: src

2014-04-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/22 08:19:04 Modified files: share/man/man8 : intro.8 Log message: more kerberos zapping;

CVS: cvs.openbsd.org: src

2014-04-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/04/22 08:16:30 Modified files: usr.bin/ssh: sftp.1 Log message: zap eol whitespace;

CVS: cvs.openbsd.org: src

2014-04-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/04/22 08:05:40 Modified files: lib/libssl/src/apps: ts.c verify.c version.c x509.c Log message: More KNF.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2014/04/22 07:57:58 Modified files: usr.sbin/smtpd : smtpctl.c Log message: malloc -> calloc

CVS: cvs.openbsd.org: src

2014-04-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/04/22 07:48:29 Modified files: lib/libssl/src/apps: openssl.c Log message: More KNF.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/04/22 07:34:56 Modified files: lib/libssl/src/apps: s_cb.c Log message: More KNF.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/04/22 07:32:17 Modified files: lib/libssl/src/apps: ca.c ciphers.c cms.c crl.c crl2p7.c Log message: More KNF.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/04/22 07:13:58 Modified files: lib/libssl/src/apps: ca.c Log message: More KNF.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 06:53:48 Modified files: usr.bin/su : su.1 Log message: no more kerb, ok kettenis

CVS: cvs.openbsd.org: src

2014-04-22 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2014/04/22 06:48:17 Modified files: share/man/man5 : login.conf.5 Log message: no more kerberos authentication styles. ok henning@, reyk@

Re: CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
On Tue, Apr 22, 2014 at 06:00:03AM -0600, Reyk Floeter wrote: > CVSROOT: /cvs > Module name: src > Changes by: r...@cvs.openbsd.org2014/04/22 06:00:03 > > Modified files: > sbin/iked : ca.c config.c control.c iked.c iked.h ikev1.c >ikev2_msg.c ocsp.c

CVS: cvs.openbsd.org: src

2014-04-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/04/22 06:43:34 Modified files: lib/libssl/src/apps: apps.c apps.h Log message: More KNF.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Loganaden Velvindron
CVSROOT:/cvs Module name:src Changes by: lo...@cvs.openbsd.org 2014/04/22 06:42:04 Modified files: usr.bin/ssh: sftp.1 Log message: Document sftp upload resume. OK from djm@, with feedback from okan@.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2014/04/22 06:36:36 Modified files: usr.bin/last : last.c Log message: Instead of special casing ftpd, uucpd and others that may have entries in wtmp, go the other way and exclude entries we know ('console

CVS: cvs.openbsd.org: src

2014-04-22 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/04/22 06:35:00 Modified files: sys/net: if.c route.c Log message: ifa_ifwithroute() is the only magic place where an AF_LINK sockaddr can be given to ifa_ifwithnet(). Handle this specific case

CVS: cvs.openbsd.org: src

2014-04-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2014/04/22 06:21:17 Modified files: usr.bin/make : stats.c Log message: pure reindent

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 06:07:20 Modified files: sys/net: if_ethersubr.c Log message: NULL is cooler than 0 when pointers are concerned ok gcc & md5 (aka no binary change)

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 06:00:03 Modified files: sbin/iked : ca.c config.c control.c iked.c iked.h ikev1.c ikev2_msg.c ocsp.c proc.c Log message: Update iked to use the same proc.c that rel

CVS: cvs.openbsd.org: src

2014-04-22 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2014/04/22 05:54:46 Modified files: sys/dev/pci: if_bge.c Log message: If VLAN_HWTAGGING is disabled, we tell the chip not to strip the tag from the received frame. Do not add the tag from the receive d

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 05:47:55 Modified files: usr.bin/ssh/lib: Makefile Log message: comment out the .if (${KERBEROS5:L} block for now, breaks the build once the bsd.own.mk KERBEROS5 is removed otherwise. this way sug

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 05:43:07 Modified files: sys/net: if_ethersubr.c if_vlan.c Log message: we used to handle the vlan tag etc insertion very very very late, on al already ass embed ethernet frame, which mean

CVS: cvs.openbsd.org: src

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

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 05:15:05 Modified files: share/man/man3 : intro.3 share/man/man5 : mk.conf.5 share/man/man7 : hier.7 share/man/man8 : afterboot.8 Log message: no more kerberos, ok theo

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 05:06:22 Removed files: libexec/login_krb5: login_krb5.8 login_krb5.c Log message: Remove the kerberos login methods.

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 05:05:22 Modified files: share/mk : bsd.README Log message: -KERBEROS5

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 05:03:40 Modified files: etc/etc.alpha : login.conf etc/etc.amd64 : login.conf etc/etc.armish : login.conf etc/etc.armv7 : login.conf etc/etc.aviion : login.co

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 04:50:15 Modified files: distrib/notes : INSTALL Log message: kerberos has been tedu'd, ok reyk

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 04:48:36 Modified files: etc/mtree : special Log message: Remove kerberosV, it is not special anymore. ok henning@

CVS: cvs.openbsd.org: src

2014-04-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/22 04:25:12 Modified files: share/man/man4 : vscsi.4 Log message: list VSCSI_STAT_RESET. claudio didnt believe it existed cos it wasnt documented. i didnt believe there was a manpage. i guess we wer

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 04:24:29 Modified files: etc: Makefile changelist etc/mtree : 4.4BSD.dist special Removed files: etc/kerberosV : krb5.conf.example Log message: Remove kerberosV

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 04:21:56 Modified files: . : Makefile gnu/usr.bin/cvs: Makefile.bsd-wrapper include: Makefile lib: Makefile libexec: Make

CVS: cvs.openbsd.org: src

2014-04-22 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/04/22 04:11:32 Modified files: sbin/ifconfig : ifconfig.8 Log message: for consistency's sake, use the terminology from the 802.1Q standard here too. pt out by alexey suslikov via mpi, ok reyk

CVS: cvs.openbsd.org: src

2014-04-22 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/04/22 04:08:54 Modified files: lib/libc/gen : Makefile.inc Log message: Oh yeah, MLINKS for errc family Prodded by deraadt@

Re: CVS: cvs.openbsd.org: src

2014-04-22 Thread Antoine Jacoutot
The complexity and quality of kerberosV and the fact that almost nobody is using it doesn't justify to have it in base - disable and remove it. If the 2 two people who use it still want it, they can make a port or recompile OpenBSD on their own. FWIW I have a port back home which I can put back

CVS: cvs.openbsd.org: src

2014-04-22 Thread Loganaden Velvindron
CVSROOT:/cvs Module name:src Changes by: lo...@cvs.openbsd.org 2014/04/22 04:07:12 Modified files: usr.bin/ssh: sftp.c Log message: Sort the sftp command list. OK from djm@

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 03:48:51 Modified files: share/mk : bsd.own.mk Log message: The complexity and quality of kerberosV and the fact that almost nobody is using it doesn't justify to enable it by default. It w

CVS: cvs.openbsd.org: src

2014-04-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/22 02:48:51 Modified files: sys/dev: vscsi.c Log message: move vscsi from using scsi_req_probe and scsi_req_detach to using the newly minted scsi_probe and scsi_detach respectively from a tas

CVS: cvs.openbsd.org: src

2014-04-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2014/04/22 02:26:31 Modified files: usr.bin/make : garray.h str.c varmodifiers.c Log message: effectively use emult_realloc, okay guenther@

CVS: cvs.openbsd.org: src

2014-04-22 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/04/22 02:04:23 Modified files: usr.sbin/relayd: ca.c config.c parse.y relay.c relayd.c relayd.h ssl.c Log message: Support the CA key for SSL inspection in the ca process. Ins

CVS: cvs.openbsd.org: src

2014-04-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/04/22 01:29:11 Modified files: sys/scsi : scsi_base.c scsiconf.c scsiconf.h Log message: factor out the code that figures out whether you're probing or detaching a whole bus, a target, or a specif