summaryrefslogtreecommitdiff
path: root/lib/snmp
Commit message (Collapse)AuthorAgeFilesLines
...
* | [snmp|manager|test] Use port 0 (zero) instead of 5000Micael Karlberg2021-11-222-4/+9
| | | | | | | | | | | | | | | | | | | | | | In these tests there is actually no communication, so there is no need to use a specific port. Therefor, make the system choose (by specifying potr = 0). The reason for this is that it seems that on some systems, the port (5000) seems to be still "used" (from the previous tests). OTP-17783
* | [snmp|manager] Improve debug info for transport port(s)Micael Karlberg2021-11-221-3/+13
|/ | | | OTP-17783
* Merge branch 'bmk/snmp/20211008/test_tweaking' into maintMicael Karlberg2021-11-101-19/+36
|\
| * [snmp|agent|test] Tweaked mibs suite testMicael Karlberg2021-10-081-19/+36
| | | | | | | | | | | | | | | | | | There is no test cases that would cause a node down, so such an event is not our fault. Also, there is nothing we can do about it. So if this happens => SKIP. So, when tc_try/3 receives either 'nodedown' or an EXIT with reason 'noconnection', skip the test case (instead of failing).
* | Merge branch 'bmk/snmp/20210929/HMAC-SHA2/OTP-17615' into maintMicael Karlberg2021-11-1027-444/+2067
|\ \ | |/ |/| | | OTP-17615
| * [snmp|manager|test] Add more explicit tests for auth algsMicael Karlberg2021-10-131-32/+139
| | | | | | | | | | | | | | Add explicit tests for authentication algorithms MD5, SHA, SHA224, SHA256, SHA384 and SHA512. OTP-17615
| * [snmp|manager] Test cases for managerMicael Karlberg2021-10-127-167/+437
| | | | | | | | | | | | Including a lot of verbosity printout tweaking. OTP-17615
| * [snmp|test] Fixed copyright end dateMicael Karlberg2021-10-052-2/+2
| | | | | | | | OTP-17615
| * [snmp|manager|test] Add more SHA2 test casesMicael Karlberg2021-09-301-6/+154
| | | | | | | | OTP-17615
| * [snmp|manager|test] Add (manager) tests for new auth algorithmsMicael Karlberg2021-09-302-85/+280
| | | | | | | | OTP-17615
| * [snmp|doc] Add documentation about RFC-7860 additionsMicael Karlberg2021-09-297-29/+83
| | | | | | | | | | | | | | Add support for new authentication algorithms (SHA-224, SHA-256, SHA-384 and SHA-512). OTP-17615 (RFC7860)
| * [snmp] Add handling of the new authentication algorithmsMicael Karlberg2021-09-2913-126/+860
| | | | | | | | | | | | | | Add support for the new authentication algorithms; SHA-224, SHA-256, SHA-384 and SHA-512. OTP-17615 (RFC 7860)
| * [snmp] Update function for derivation of keys from passwordsMicael Karlberg2021-09-292-31/+34
| | | | | | | | OTP-17615
| * [snmp] Add SNMP-USM-HMAC-SHA2-MIBMicael Karlberg2021-09-292-4/+116
| | | | | | | | OTP-17615 (RFC 7860)
* | Merge branch ↵Micael Karlberg2021-10-041-2/+2
|\ \ | | | | | | | | | | | | | | | 'bmk/snmp/20211001/start_failure_with_empty_config_and_flag/OTP-17671' into maint OTP-17671
| * | [snmp] Handling test config stuffMicael Karlberg2021-10-011-2/+2
| |/ | | | | | | OTP-17671
* | Prepare releaseErlang/OTP2021-09-302-2/+19
| |
* | [snmp|agent] Handling of socket (monitor) DOWN messageMicael Karlberg2021-09-271-1/+2
|/ | | | | | | | The net-if process incorrectly expected the 'type' of the DOWN message to be 'socket'. But the old style sockets is of type 'port'. OTP-17641
* Prepare releaseErlang/OTP2021-09-172-2/+19
|
* Merge pull request #5022 from max-au/max-au/cleanup-deprecated-tIngela Andin2021-09-137-13/+13
|\ | | | | | | | | test suites: replace ?t: with test_server:, use ct:sleep and ct:fail instead of legacy test_server:sleep and test_server:fail OTP-17632
| * test suites: replace ?t: with test_server:Maxim Fedorov2021-09-087-13/+13
| | | | | | | | | | | | Removing ?t retained for backward compatibility allows to search for test_server callsites easier. Replace ?t:fail and test_server:fail with ct:fail.
* | [snmp] Updated app dependencyMicael Karlberg2021-09-071-1/+1
|/ | | | OTP-17526
* [snmp|test] Print (app) environment at suite initMicael Karlberg2021-08-301-0/+11
|
* [snmp|manager|doc] Describe the new inet_backend optionMicael Karlberg2021-08-302-11/+15
| | | | | | Also some "cleanup". OTP-17526
* [snmp|manager|test] Add top groups for inet-backend(s)Micael Karlberg2021-08-301-210/+324
| | | | | | | Add the inet_backend top group(s) to be able to test use of the different inet backends (default, inet or socket). OTP-17526
* [snmp|manager] Use of inet-backend for gen_udpMicael Karlberg2021-08-301-52/+87
| | | | | | | Make it possible to configure manager transport (net-if) to use the inet_backend gen_udp option. OTP-17526
* [snmp|agent|doc] Add description of new net-if optionMicael Karlberg2021-08-302-4/+8
| | | | | | | Make it possible to confiure the transport to use the new 'inet_backend' (inet | socket) socket option. OTP-17526
* [snmp|agent] Use of inet-backend for gen_udpMicael Karlberg2021-08-308-299/+500
| | | | | | | | Make it possible to configure agent transport (net-if) to use the inet_backend gen_udp option. OTP-17526 OTP-17410
* doc: Fix spelling errorsHenrik Lagebrand2021-06-191-4/+4
|
* Merge branch 'maint-22' into maintRickard Green2021-05-201-0/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-22: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/common_test/doc/src/notes.xml # lib/common_test/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/erl_interface/doc/src/notes.xml # lib/erl_interface/vsn.mk # lib/megaco/doc/src/notes.xml # lib/megaco/vsn.mk # lib/odbc/doc/src/notes.xml # lib/odbc/vsn.mk # lib/snmp/doc/src/notes.xml # lib/snmp/vsn.mk # lib/wx/doc/src/notes.xml # lib/wx/vsn.mk # make/otp_version_tickets # otp_versions.table
| * Prepare releaseErlang/OTP2021-05-202-2/+17
| |
| * Update configure scriptsRickard Green2021-05-191-0/+2931
| |
* | Merge branch 'maint-23' into maintRickard Green2021-05-201-0/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-23: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/common_test/doc/src/notes.xml # lib/common_test/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/erl_interface/doc/src/notes.xml # lib/erl_interface/vsn.mk # lib/megaco/doc/src/notes.xml # lib/megaco/vsn.mk # lib/odbc/doc/src/notes.xml # lib/odbc/vsn.mk # lib/snmp/doc/src/notes.xml # lib/snmp/vsn.mk # lib/ssh/doc/src/notes.xml # lib/ssh/vsn.mk # lib/wx/doc/src/notes.xml # lib/wx/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | Prepare releaseErlang/OTP2021-05-202-2/+17
| | |
| * | Update configure scriptsRickard Green2021-05-191-0/+2898
| | |
* | | Prepare releaseErlang/OTP2021-05-202-2/+17
| | |
* | | Update configure scriptsRickard Green2021-05-191-0/+2898
| | |
* | | Prepare releaseErlang/OTP2021-05-102-2/+30
| | |
* | | Merge PR-4765 from sverker/doc-since-fixesSverker Eriksson2021-04-272-2/+2
|\ \ \ | | | | | | | | Fix missing xml since attributes
| * | | snmp: Fix missing since attributesSverker Eriksson2021-04-272-2/+2
| | | |
* | | | Merge pull request #4683 from ↵John Högberg2021-04-271-24/+7
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | JeromeDeBretagne/jdb/build_snmp_reproducibly/GH-4417/ERL-1445 snmp: Make snmp build reproducibly OTP-17354
| * | | snmp: Make snmp build reproduciblyJérôme de Bretagne2021-03-281-24/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the current date/time and snmp version from the header section of .hrl files generated by snmpc_mib_to_hrl. Contributes to #4417 (ERL-1445) and #4482 (ERL-1446).
* | | | Revert "Prepare release"Henrik Nord2021-04-212-17/+2
| | | | | | | | | | | | | | | | This reverts commit 221e41bd32e433f6e08bbfedb013fc49c9aa1283.
* | | | Prepare releaseErlang/OTP2021-04-192-2/+17
| | | |
* | | | [snmp|agent] Removed deprecated function marked for 24.0 removalMicael Karlberg2021-03-261-14/+1
|/ / / | | | | | | | | | OTP-17049
* | | Revert "Prepare release"Henrik Nord2021-03-262-17/+2
| | | | | | | | | | | | This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
* | | Prepare releaseErlang/OTP2021-03-252-2/+17
| | |
* | | Merge branch 'maint'Henrik Nord2021-03-242-2/+19
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION
| * | Prepare releaseErlang/OTP2021-03-222-2/+19
| | |
* | | Revert "Prepare release"Henrik Nord2021-02-242-17/+2
| | | | | | | | | | | | This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd.