From owner-svn-ports-all@freebsd.org Fri May 18 08:07:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DB78EEDE7D; Fri, 18 May 2018 08:07:05 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B82076BEB9; Fri, 18 May 2018 08:07:04 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 9538A4C746; Fri, 18 May 2018 10:06:57 +0200 (CEST) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id w4I86v0u067648; Fri, 18 May 2018 10:06:57 +0200 (CEST) (envelope-from lars) Date: Fri, 18 May 2018 10:06:57 +0200 From: Lars Engels To: Devin Teske Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469984 - in head/sysutils: . dwatch-pwsnoop Message-ID: <20180518080656.GH46700@e.0x20.net> References: <201805150030.w4F0Ue6O067145@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201805150030.w4F0Ue6O067145@repo.freebsd.org> X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 08:07:05 -0000 On Tue, May 15, 2018 at 12:30:40AM +0000, Devin Teske wrote: > Author: dteske > Date: Tue May 15 00:30:40 2018 > New Revision: 469984 > URL: https://svnweb.freebsd.org/changeset/ports/469984 > > Log: > [New Port] sysutils/dwatch-pwsnoop > > DTrace module for FreeBSD dwatch(1) to read password prompts by snooping on > read/write syscalls. This needs a check to run only on 11.2-* as dwatch itself is missing on earlier FreeBSD releases.