CVS: cvs.openbsd.org: src

2015-04-27 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2015/04/27 23:54:31 Modified files: sbin/pflogd: privsep.c Log message: Someone went to the trouble of vertically aligning a set of parameters but missed one. This diff is only a spacing change.

CVS: cvs.openbsd.org: src

2015-04-27 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2015/04/27 20:26:43 Modified files: usr.bin/file : file.c Log message: Add a missing free in the error path. ok nicm@

CVS: cvs.openbsd.org: src

2015-04-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/04/27 17:17:11 Modified files: distrib/miniroot: install.sh install.sub Log message: Rework sshd enable root login questions in light of sshd PermitRootLogin default change. The new default is not to as

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 16:58:58 Modified files: usr.bin/tmux : cmd-find.c Log message: Do not include unattached clients when trying to find one for target.

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 16:50:35 Modified files: usr.bin/tmux : cfg.c Log message: Reset cfg_ncauses to 0 as well or we could allocate the wrong size if called again.

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 16:42:10 Modified files: usr.bin/tmux : cmd-find.c Log message: Assign to the right variable when comparing clients.

CVS: cvs.openbsd.org: src

2015-04-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/04/27 15:42:48 Modified files: usr.bin/ssh: sshd_config servconf.c sshd_config.5 Log message: Make sshd default to PermitRootLogin=no; ok deraadt@ rpe@

CVS: cvs.openbsd.org: src

2015-04-27 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/04/27 14:01:59 Added files: regress/usr.sbin/relayd: args-http-headline-close.pl args-https-headline-close.pl Log message: Let the HTTP client close the connection with

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 13:12:27 Modified files: etc/examples : remote Log message: Simplify remote(5) example file and remove stuff not supported by cu(1). some tweaks from sobrado@, ok deraadt@

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 10:25:57 Modified files: usr.bin/tmux : Makefile cmd-choose-buffer.c cmd-choose-client.c cmd-choose-tree.c cmd-display-message.c cmd-find-window

CVS: cvs.openbsd.org: www

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2015/04/27 08:59:54 Modified files: faq: current.html Log message: New _file user.

CVS: cvs.openbsd.org: src

2015-04-27 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/27 08:51:44 Modified files: sys/netinet6 : in6_ifattach.c nd6.c nd6_rtr.c Log message: Do not call nd6_purge() before purging the IPv6 addresses of a detached interface. Fix a use after free intro

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 07:52:17 Modified files: usr.bin/file : Makefile file.c file.h Added files: usr.bin/file : sandbox.c Log message: Use a systrace(4) sandbox with a short whitelist of allowed syscalls

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 07:48:06 Modified files: etc: master.passwd group etc/mail : aliases usr.bin/file : file.h Log message: Add a _file user and use for privsep, ok deraadt

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 07:41:45 Modified files: usr.bin/file : Makefile file.c file.h Log message: Add simple privilege separation to file(1). Two processes, file descriptors and a few other bits are opened in parent

CVS: cvs.openbsd.org: src

2015-04-27 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/04/27 07:25:10 Modified files: gnu/usr.bin/binutils-2.17/ld: lexsup.c Log message: Adjust ld semantics to make static PIE the default. Forgotten by pascal@. Original commit message: Change gc

CVS: cvs.openbsd.org: src

2015-04-27 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/04/27 05:12:49 Modified files: usr.bin/file : file.1 Log message: remove some extraneous text; ok nicm

CVS: cvs.openbsd.org: src

2015-04-27 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2015/04/27 03:54:04 Modified files: usr.bin/netstat: show.c Log message: sync with rev 1.99 of sbin/route/show.c requested by claudio@ and mpi@

CVS: cvs.openbsd.org: src

2015-04-27 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2015/04/27 03:51:58 Modified files: sbin/route : show.c Log message: route show does not need to filter unwanted af itself, the sysctl does that for us. approach seems sound deraadt@ ok claudio@ mpi@ hen

CVS: cvs.openbsd.org: src

2015-04-27 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/27 03:14:45 Modified files: sys/dev/usb: upd.c Log message: Since upd(4) currently supports a known but limited number of sensors, parse the HID descriptor multiple times to find them. This logi

CVS: cvs.openbsd.org: src

2015-04-27 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/04/27 03:07:49 Modified files: share/man/man4 : rtsx.4 Log message: Update list of card readers supported by rtsx(4). From brad.

CVS: cvs.openbsd.org: src

2015-04-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/04/27 01:49:36 Modified files: usr.bin/tmux : cmd-select-pane.c Log message: If the requested pane is already active, do not unzoom the window (or do anything else). Prevents mouse clicking when zoome

CVS: cvs.openbsd.org: src

2015-04-27 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/27 01:41:41 Modified files: sys/dev/usb: upd.c Log message: with more unit convertion when new sensors will appear. >From David Higgs.

CVS: cvs.openbsd.org: src

2015-04-27 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/27 01:37:19 Modified files: sys/dev/usb: upd.c Log message: Make use of DEVNAME(), from David Higgs.

CVS: cvs.openbsd.org: src

2015-04-27 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/04/27 01:20:57 Modified files: sys/arch/powerpc/powerpc: cpu_subr.c Log message: Correctly write the 64bits of the HID 1, 4 and 5 registers. This makes the secondary cpu of my PowerMac as fast as the p