From: kostas <> Date: Wed, 25 Feb 1998 18:26:08 +0000 (+0000) Subject: notes on snmp things added X-Git-Tag: SQUID_3_0_PRE1~3994 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e13863d0337d615741e1c3d6a030d0b6c6bf4ae;p=thirdparty%2Fsquid.git notes on snmp things added --- diff --git a/ChangeLog b/ChangeLog index cb122ccfdf..daac8cafbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ + - Security controls for the SNMP agent added. Besides communities + (like password) and views (part of tree accessible), the snmp_acl + config option can be used to do acl based access checks per + community. + - SNMP agent was heavily re-written, based on cmu-snmpV1.8. + You can now walk through the whole mib tree. Several + new variables added under cacheProtoAggregateStats - Added rudimental statistics for HTTP headers. - Adjusted StatLogHist to a more "generic"/flexible StatHist. Moved StatHist implementation into a separate file.