CVS: cvs.openbsd.org: src

2015-12-10 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2015/12/11 00:51:38 Modified files: usr.sbin/smtpd : smtpd.h Log message: add filter.c prototypes, unused for now

CVS: cvs.openbsd.org: src

2015-12-10 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2015/12/11 00:48:33 Modified files: usr.sbin/smtpd : smtpd.h Log message: prepare smtpd.h for masquerading

CVS: cvs.openbsd.org: src

2015-12-10 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:src Changes by: su...@cvs.openbsd.org 2015/12/11 00:44:59 Modified files: usr.sbin/smtpd : smtpd.c Log message: New '-F' option to let smtpd run in foreground while logging to syslog. Ok gilles@ jung@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2015/12/11 00:30:24 Modified files: usr.sbin/smtpd : smtpctl.c Log message: whitespace

CVS: cvs.openbsd.org: src

2015-12-10 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/12/11 00:10:07 Modified files: usr.sbin/smtpd : makemap.8 makemap.c Log message: Add -U option like the sendmail makemap, for dumping DB files back to text ok sunil@ gilles@

Re: CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
Michael McConville wrote: > CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org2015/12/10 21:21:12 > > Modified files: > usr.bin/ssh: authfile.c krl.c packet.c ssh-dss.c ssh-ecdsa.c >ssh-rsa.c sshbuf.c sshkey.c > > Log message: > Rem

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 21:26:01 Modified files: usr.sbin/amd/amd: xutil.c usr.sbin/amd/amq: amq.c usr.sbin/amd/include: config.h Log message: Remove debugging fluff from allocation functions. There's p

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 21:21:12 Modified files: usr.bin/ssh: authfile.c krl.c packet.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c sshbuf.c sshkey.c Log message: Remove NULL-checks before sshbuf_free()

CVS: cvs.openbsd.org: src

2015-12-10 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/12/10 20:24:25 Modified files: usr.bin/ssh: packet.c packet.h Log message: include remote port number in a few more messages; makes tying log messages together into a session a bit easier; bz#2503 o

CVS: cvs.openbsd.org: src

2015-12-10 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/12/10 20:19:09 Modified files: usr.bin/ssh: ssh.h ssh-keygen.c Log message: use SSH_MAX_PUBKEY_BYTES consistently as buffer size when reading key files. Increase it to match the size of the buffers

CVS: cvs.openbsd.org: src

2015-12-10 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/12/10 20:20:09 Modified files: usr.bin/ssh: ssh.c Log message: don't try to load SSHv1 private key when compiled without SSHv1 support. From Iain Morgan bz#2505

CVS: cvs.openbsd.org: src

2015-12-10 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2015/12/10 19:29:03 Modified files: usr.bin/ssh: ssh-agent.c Log message: fflush stdout so that output is seen even when running in debug mode when output may otherwise not be flushed. Patch from dustin

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 19:31:47 Modified files: usr.bin/ssh: authfile.c ssh-add.c ssh-keygen.c sshconnect2.c sshkey.c Log message: Remove NULL-checks before sshkey_free(). ok djm@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/12/10 19:20:28 Modified files: usr.bin/ssh: sshconnect2.c ssh-agent.c Log message: correct error messages; from Tomas Kuthan bz#2507

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 17:20:04 Modified files: usr.bin/ssh: readpass.c ssh-pkcs11-client.c sshconnect2.c Log message: Pass (char *)NULL rather than (char *)0 to execl and execlp. ok dtucker@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 17:08:43 Modified files: usr.bin/lex: main.c scanopt.c tables.c Log message: Remove a few NULL-checks before free(). I've already removed these upstream.

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 17:05:46 Modified files: lib/libc/arch/amd64/string: strlen.S Log message: "the the" -> "the" in comment

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 15:52:12 Modified files: usr.bin/unifdef: unifdef.c Log message: Merge a lexer fix from upstream: https://github.com/fanf2/unifdef/commit/90ca2eee76db715943ec4b7ca2892d155ca64075 Fixes the suppl

CVS: cvs.openbsd.org: src

2015-12-10 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2015/12/10 14:00:51 Modified files: share/man/man4 : hifn.4 safe.4 ubsec.4 share/man/man9 : crypto.9 sys/crypto : cryptodev.h cryptosoft.c des_locl.h ecb_enc.c s

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 12:48:04 Modified files: sys/arch/sparc/dev: if_le.c if_lereg.h zs.c sys/arch/sparc/sparc: cache.c consinit.c cpu.c intr.c Log message: Remove remaining Solbourne code. ok deraadt@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 12:43:48 Modified files: usr.bin/unifdef: unifdef.1 Log message: Remove extraneous punctuation in DIAGNOSTICS. Reduces diff with upstream. ok sthen@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 12:35:07 Modified files: sys/arch/sgi/hpc: if_sq.c Log message: comment typo

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 12:13:46 Modified files: usr.bin/unifdef: unifdef.1 Log message: Swap two DIAGNOSTICS entries to alphabetize. Reduces diff with upstream.

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 12:10:46 Modified files: usr.bin/unifdef: unifdef.c Log message: Capitalize a few error messages to reduce diff with upstream.

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 11:40:46 Modified files: usr.sbin/ldapd : ber.c ssl.c usr.sbin/kvm_mkdb: nlist.c usr.sbin/installboot: i386_installboot.c Log message: Remove NULL-checks before free(). ok tb@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 11:31:52 Modified files: usr.bin/nc : socks.c Log message: Specify SOCKS version in error messages. ok deraadt@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/12/10 11:22:59 Modified files: sbin/dhclient : dhclient.c Log message: Pledge. Diff from Ricardo Mestre. ok deraadt@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/12/10 11:06:06 Modified files: lib/libc/stdlib: icdb.c Log message: tiny sanity check on file size

CVS: cvs.openbsd.org: src

2015-12-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/12/10 10:54:29 Modified files: usr.sbin/unbound/smallapp: unbound-control-setup.sh.in Log message: use echo rather than here documents for compat with some other shells; from unbound 1.5.7 (reducing the

CVS: cvs.openbsd.org: src

2015-12-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/12/10 10:58:00 Modified files: usr.sbin/unbound/doc: example.conf.in Log message: minor changes, mostly whitespace, from unbound 1.5.7

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 10:34:14 Modified files: sys/dev/pci: if_iwmreg.h Log message: a couple comment typos

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 10:27:00 Modified files: sbin/disklabel : editor.c sbin/fsck_ffs : inode.c sbin/fsck_msdos: dir.c fat.c sbin/ifconfig : ifconfig.c sbin/init : init.c

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 10:23:34 Modified files: sbin/iked : pfkey.c Log message: comment typo

CVS: cvs.openbsd.org: src

2015-12-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/12/10 10:16:46 Modified files: usr.sbin/unbound/doc: Changelog Log message: typo fixes from 1.5.7

CVS: cvs.openbsd.org: src

2015-12-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/12/10 10:10:38 Modified files: usr.sbin/unbound/dnstap: dnstap.proto Log message: typo fix, from 1.5.7

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 10:08:40 Modified files: usr.bin/ssh: auth-options.c authfile.c cipher.c kex.c packet.c ssh-dss.c ssh-rsa.c ssh.c sshconnect2.c sshd.c sshkey.

CVS: cvs.openbsd.org: src

2015-12-10 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/10 09:49:28 Modified files: usr.bin/nc : socks.c Log message: Map SOCKS error codes to error strings. With input from deraadt@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/12/10 09:06:29 Modified files: libexec/spamd : grey.c spamd.c Log message: tighten the pledge for spamd, from Ricardo Mestre this loads the tls certificate files pre-pledge then does the bulk of the t

CVS: cvs.openbsd.org: src

2015-12-10 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:src Changes by: su...@cvs.openbsd.org 2015/12/10 07:07:04 Modified files: usr.sbin/smtpd : smtpd.c Log message: free sc_queue_key only when it points to something other than "stdin" string literal. Ok gilles@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/12/10 06:02:24 Modified files: lib/librthread : rthread_sem.c Log message: use geteuid to allow root to communicate with others. report from Jeunder Yu

CVS: cvs.openbsd.org: src

2015-12-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/12/10 06:03:22 Modified files: lib/libc/gen : shm_open.c Log message: use geteuid to make it easier for root to communicate. reported by Jeunder Yu

CVS: cvs.openbsd.org: src

2015-12-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/12/10 05:24:27 Modified files: sys/dev/pci: if_bnx.c Log message: mark bnx_start as mpsafe. tweak it to use ifq_restart so ifq_clr_oactive is serialised with start. ok jmatthew@

CVS: cvs.openbsd.org: src

2015-12-10 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/12/10 03:00:14 Modified files: bin/ksh: emacs.c Log message: In emacs command-line editing mode, make sure that moving left and right can only move by whole characters, not into the midd

CVS: cvs.openbsd.org: src

2015-12-10 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:src Changes by: su...@cvs.openbsd.org 2015/12/10 02:33:50 Modified files: usr.sbin/smtpd : smtpd.c Log message: Do not fatal when a log_warn suffices. Ok jung@ gilles@

Re: CVS: cvs.openbsd.org: src

2015-12-10 Thread Sunil Nimmagadda
> CVSROOT: /cvs > Module name: src > Changes by: su...@cvs.openbsd.org 2015/12/10 00:49:59 > > Modified files: > usr.sbin/smtpd : queue.c smtpctl.c > > Log message: > While listing envelopes using mailq(or smtpctl show queue), pass > the data between processes by dumping to and loading