Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-21 | Update copyright year | Henrik Nord | |
2018-09-17 | Merge branch 'bmk/snmp/20180907/atl_conversion_failure/OTP-15287' into maint | Micael Karlberg | |
2018-09-17 | [snmp] Updated version | Micael Karlberg | |
OTP-15290 | |||
2018-09-17 | [snmp|compiler] Spurious version message removed | Micael Karlberg | |
The snmp mib compiler printed an spurious version message if the 'version' option was provided. OTP-15290 | |||
2018-09-17 | [snmp] Add proper version | Micael Karlberg | |
Also fixed case clause. OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Update copyright end date | Micael Karlberg | |
OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Updated doc for atl conversion functions | Micael Karlberg | |
OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Corrected (agent) ATL logging of outgoing messages | Micael Karlberg | |
For some outgoing messages (not response) the following error(s) has been corrected: * encrypted: logged incorrectly, should have written the v3-header and the scoped pdu, but was actually logged as-is (encrypted), making conversion impossible. * un-encrypted: messages was not logged at all. OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Improved Audit Trail Log conversion failure | Micael Karlberg | |
If conversion of an Audit Trail Log (ATL) entry failed, this could result in an abort of the entire conversion, not just the one entry. This has now been improved so that the failure now results in a "error message" into the "stream". Furthermore, we now keep track of the number of entries we succeede and fail to convert. OTP-15287 (ERIERL-206) | |||
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
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 | |