Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-28 | [snmp|agent] Verbose (debug) improvements | Micael Karlberg | |
Added VMODULE for the two new modules. Also, improved some verbose printouts. OTP-15691 | |||
2019-03-28 | [snmp|agent] Add the net-if data (Extra) argument to get-callbacks | Micael Karlberg | |
Added the Extra (net-if data) argument to all the get- mechanism callback functions. OTP-15691 | |||
2019-03-28 | [snmp|agent] Add the default get-mechanism module snmpa_get | Micael Karlberg | |
Added the snmpa_get module as the default get-mechanism for the agent. This has been done by simply moving the do_get, do_get_next and do_get_bulk functions from the snmpa_agent module. Some functions where also moved into the lib module (with the idea of beeing more generally useful). OTP-15691 | |||
2019-03-28 | [snmp|agent] Add the get-mechanism behaviour | Micael Karlberg | |
Added preliminary version of the get-mechanism behaviour. OTP-15691 | |||
2019-03-28 | [snmp|agent] Add/update/export useful types | Micael Karlberg | |
Add/update and export some useful types. OTP-15691 | |||
2019-03-28 | [snmp|agent] Build order | Micael Karlberg | |
Fixed the build order. Some of the mib modules export types used by other modules, so build them (the mib-modules) first (after snmpa). OTP-15691 | |||
2019-03-28 | [snmp|agent] Handle new get-mechanism config | Micael Karlberg | |
Also streamlined the config storage. And corrected the store of the set_mechanism (in the snmp_agent_table). This is only used for debugging, but just the same. OTP-15691 | |||
2018-06-13 | Prepare release | Erlang/OTP | |
2018-06-11 | Add test case | Raimo Niskanen | |
2018-06-11 | Parse #mc_new_type{}s before definitions_loop/2 | Raimo Niskanen | |
2018-03-09 | Update release notes | Erlang/OTP | |
2018-03-09 | Update version numbers | Erlang/OTP | |
2018-02-24 | Fix example MIB in the documentation | Petr Gotthard | |
The EX1-MIB cannot be compiled because of the missing IMPORT of "experimental". The other instances EX1-MIB.mib (otp/lib/snmp/examples/ex1, lib/snmp/test/snmp_test_data) are correct. I synchronized the documentation with them. | |||
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-11-09 | snmp: Correct netsnmp arglist and check for usable netsnmp | Ingela Anderton Andin | |
2017-10-27 | snmp: Add crypto precondition test | Ingela Anderton Andin | |
2017-10-25 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers erts: Fix so that bind correct schedulers Update version Fix error handling when decoding an AVP with an alternate dictionary Remove unused function arguments Fix faulty recursion vsn -> 2.1.2 Update appup for ERIERL-14684 Fix speling error 'sndbuf' -> 'recbuf' Add zlib:set_controlling_process/2 | |||
2017-10-25 | Update release notes | Erlang/OTP | |
2017-10-16 | Update version | Raimo Niskanen | |
2017-10-13 | Fix speling error 'sndbuf' -> 'recbuf' | Raimo Niskanen | |
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-22 | Update release notes | Erlang/OTP | |
2017-07-28 | Process augments in pass after definitions | Raimo Niskanen | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-11 | snmp_generic: Future-proof exception handling code | Björn Gustavsson | |
In the future, erlang:get_stacktrace/0 will probably only work inside a the 'catch' block of a 'try' expression. Future-proof the code by rewriting the old-style catch to a try...catch. | |||
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-02-14 | Fixed typos in lib/snmp | Andrew Dryga | |
2017-01-17 | Bump version | Raimo Niskanen | |
2017-01-17 | Do without compilation time in SNMP versions[12]() | Raimo Niskanen | |
2017-01-13 | Test enum refinement MIB | Raimo Niskanen | |
2017-01-13 | Fix enum refinement in usertype in SYNTAX | Raimo Niskanen | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-12 | Merge branch 'ingela/snmp/ipv6-tests' into maint | Ingela Anderton Andin | |
* ingela/snmp/ipv6-tests: snmp: Use ipv6 common test configuration check | |||
2016-09-12 | snmp: Use ipv6 common test configuration check | Ingela Anderton Andin | |
The test for ipv6 could return false positives which resulted in failing test cases due lack of full ipv6 support.It could be nice with a working run-time check but this will do for now. | |||
2016-09-10 | snmp: Uncomment compiler files in app.src file | Ingela Anderton Andin | |
The files are not used in runtime of the snmp app, but they are still part of the application and beam files are generated. Not including them will make the general app test fail. | |||
2016-09-10 | snmp: Use built-in support for testing application files | Ingela Anderton Andin | |
2016-09-07 | [snmp] Correct bug when path to mib contains UTF-8 characters | Lars Thorsen | |
2016-06-28 | add snmp_agent_conf_test to modules.mk | Daniel Goertzen | |
2016-06-22 | Fix ERL-164 for agent, vacm, and usm config files | Daniel Goertzen | |
2016-06-22 | snmp tests demonstrating ERL-164, no string escaping for SNMP config files | Daniel Goertzen | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |