From owner-cvs-src@FreeBSD.ORG Tue Jan 10 11:49:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4619616A41F; Tue, 10 Jan 2006 11:49:27 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD9143D55; Tue, 10 Jan 2006 11:49:26 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0ABnQOk048447; Tue, 10 Jan 2006 11:49:26 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0ABnQGi048446; Tue, 10 Jan 2006 11:49:26 GMT (envelope-from harti) Message-Id: <200601101149.k0ABnQGi048446@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 10 Jan 2006 11:49:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Cc: Subject: cvs commit: src/contrib/bsnmp/snmpd main.c snmpd.config X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 11:49:27 -0000 harti 2006-01-10 11:49:26 UTC FreeBSD src repository Modified files: (Branch: BEGEMOT) contrib/bsnmp/snmpd main.c snmpd.config Log: Vendor fix: make the default read and write communities NULL. This basically disables any access unless other strings are set in the config file. Note, that there is no way to set the communities back to NULL once they're set to something not NULL. Revision Changes Path 1.1.1.11 +2 -2 src/contrib/bsnmp/snmpd/main.c 1.1.1.6 +15 -1 src/contrib/bsnmp/snmpd/snmpd.config