<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/snmp/src/agent, branch OTP-19.3.4</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix ERL-164 for agent, vacm, and usm config files</title>
<updated>2016-06-22T13:42:00+00:00</updated>
<author>
<name>Daniel Goertzen</name>
<email>daniel.goertzen@gmail.com</email>
</author>
<published>2016-06-14T20:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9daf54de91ca8faabe64def3e4238d4c9e3f9150'/>
<id>9daf54de91ca8faabe64def3e4238d4c9e3f9150</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright-year</title>
<updated>2016-03-15T14:19:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-15T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6664eed554974336909d3ffe03f20349cc4c38fd'/>
<id>6664eed554974336909d3ffe03f20349cc4c38fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Snmp agent vacmViewTreeFamily with non 'null' mask bugfix</title>
<updated>2016-01-21T10:41:42+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-01-12T09:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=290dffee0f7af744c86d69234fb2d8ed1c4b8a6b'/>
<id>290dffee0f7af744c86d69234fb2d8ed1c4b8a6b</id>
<content type='text'>
Adresses problems desciribed in
http://erlang.org/pipermail/erlang-bugs/2015-April/004891.html
http://erlang.org/pipermail/erlang-patches/2015-April/004766.html

The original patch also suggested the following fix.
However we need more information to be able to understand if
this is correct or not, and it does not have priority at the moment
for us to investigate.

@@ -816,7 +816,7 @@ next_node(D, {tree, Tree, {table_entry, _MibName}},
 	"~n   RevOidSoFar: ~p"
 	"~n   MibView:     ~p", [size(Tree), Oid, RevOidSoFar, MibView]),
     OidSoFar = lists:reverse(RevOidSoFar),
-    case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar, MibView) of
+    case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar ++ Oid, MibView) of
 	true -&gt;
 	    ?vdebug("next_node(tree,table_entry) -&gt; not in mib view",[]),
 	    false;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adresses problems desciribed in
http://erlang.org/pipermail/erlang-bugs/2015-April/004891.html
http://erlang.org/pipermail/erlang-patches/2015-April/004766.html

The original patch also suggested the following fix.
However we need more information to be able to understand if
this is correct or not, and it does not have priority at the moment
for us to investigate.

@@ -816,7 +816,7 @@ next_node(D, {tree, Tree, {table_entry, _MibName}},
 	"~n   RevOidSoFar: ~p"
 	"~n   MibView:     ~p", [size(Tree), Oid, RevOidSoFar, MibView]),
     OidSoFar = lists:reverse(RevOidSoFar),
-    case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar, MibView) of
+    case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar ++ Oid, MibView) of
 	true -&gt;
 	    ?vdebug("next_node(tree,table_entry) -&gt; not in mib view",[]),
 	    false;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2015-05-06T11:01:07+00:00</updated>
<author>
<name>Zandra Hird</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-05-06T11:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0440e0e45835de5adbe790f9437492d734c6c4e1'/>
<id>0440e0e45835de5adbe790f9437492d734c6c4e1</id>
<content type='text'>
Conflicts:
	OTP_VERSION
	erts/vsn.mk
	lib/test_server/src/erl2html2.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	OTP_VERSION
	erts/vsn.mk
	lib/test_server/src/erl2html2.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve agent fix as in manager</title>
<updated>2015-04-30T13:39:49+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2015-04-30T13:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=82e45c23a31ce2bf7bf4ac7ed9c9a4e6187f6574'/>
<id>82e45c23a31ce2bf7bf4ac7ed9c9a4e6187f6574</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>snmp: Change to random use crypto. Remove use of erlang:now</title>
<updated>2015-04-24T10:56:39+00:00</updated>
<author>
<name>Erland Schönbeck</name>
<email>erland@erlang.org</email>
</author>
<published>2015-04-24T10:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e5228853fd16f9817bc26a82730c697fc0ecdf34'/>
<id>e5228853fd16f9817bc26a82730c697fc0ecdf34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use port 0 with {fd,Fd}, use snmpm_fd in manager</title>
<updated>2015-04-23T13:52:35+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2015-04-23T13:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2b69f31280d0146670bded9889bfa9e3c0ef3134'/>
<id>2b69f31280d0146670bded9889bfa9e3c0ef3134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up some config warts</title>
<updated>2014-09-03T14:03:19+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2014-08-29T09:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5bd1edc7b53dbcea6f63e0a7fb57925935e6b293'/>
<id>5bd1edc7b53dbcea6f63e0a7fb57925935e6b293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up config error handling and negative results</title>
<updated>2014-08-22T10:09:03+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2014-08-22T10:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bdbd6849aa811faf20d5ce7d577a49612266209a'/>
<id>bdbd6849aa811faf20d5ce7d577a49612266209a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
