summaryrefslogtreecommitdiff
path: root/lib/snmp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Micael Karlberg2021-10-041-2/+2
|\ | | | | | | OTP-17671
| * 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
* | | Merge branch 'maint'Rickard Green2021-09-302-2/+19
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge
| * | Prepare releaseErlang/OTP2021-09-302-2/+19
| | |
* | | Merge branch 'maint'Micael Karlberg2021-09-291-1/+2
|\ \ \ | |/ / | | | | | | OTP-17641
| * | [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
* | Merge branch 'maint'Henrik Nord2021-09-222-2/+19
|\ \ | |/ | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION
| * Prepare releaseErlang/OTP2021-09-172-2/+19
| |
* | Merge branch 'bmk/snmp/20210906/backward_compat_cleanup/OTP-17612'Micael Karlberg2021-09-1411-1182/+43
|\ \ | | | | | | | | | OTP-17612
| * | [snmp|manager|doc] CleanupMicael Karlberg2021-09-131-332/+1
| | | | | | | | | | | | | | | | | | | | | Removed commented out documentation for the removed (deprecated) functions. OTP-17612
| * | [snmp|manager] Removed deprecated API functionsMicael Karlberg2021-09-091-247/+2
| | | | | | | | | | | | OTP-17612
| * | [snmp|manager] BACKWARD compatibility cleanupMicael Karlberg2021-09-093-302/+26
| | | | | | | | | | | | OTP-17612
| * | [snmp|agent] BACKWARD compatibility cleanupMicael Karlberg2021-09-096-301/+14
| | | | | | | | | | | | | | | | | | Deleted "dead", 'BACKWARD compatibility, code. OTP-17612
* | | Merge branch 'maint'Ingela Anderton Andin2021-09-137-13/+13
|\ \ \ | | |/ | |/|
| * | 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.
* | | | Merge branch 'maint'Micael Karlberg2021-09-091-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | OTP-17526
| * | [snmp] Updated app dependencyMicael Karlberg2021-09-071-1/+1
| |/ | | | | | | OTP-17526
* | Merge branch 'maint'Micael Karlberg2021-09-0212-574/+943
|\ \ | |/ | | | | 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
* | Merge branch 'maint'Raimo Niskanen2021-07-201-4/+4
|\ \ | |/ | | | | | | | | * maint: fix ssl:close with nif sockets doc: Fix spelling errors
| * doc: Fix spelling errorsHenrik Lagebrand2021-06-191-4/+4
| |
* | Add app-file runtime_dependencies test and incorrect dependencies fixesKjell Winblad2021-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a test case to check that app files for the Erlang/OTP applications specifies correct versions for the dependencies in the runtime_dependencies field. The test is designed to work on the Erlang/OTP team's test servers as it assumes that all released applications are installed in particular places and that all app versions have been increased in the correct way (which is done by scripts in the Erlang/OTP team's test infrastructure). The test uses xref to try to find undefined function calls in all Erlang/OTP applications. When running xref to test an application, `xref`'s library path is set to point to folders containing beam-files for the applications that are specified as the minimum correct versions by the `runtime_dependencies` field in the application's app file. This commit also bumps the versions of several dependencies that the test found to have incorrect versiosn so they instead get the first version of the dependencies that makes the test pass.
* | Merge branch 'rickard/cross-build-host-triplets-check/ERIERL-668/OTP-17514' ↵Rickard Green2021-07-021-0/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | into rickard/cross-build-host-triplets-check/master/ERIERL-668/OTP-17514 * rickard/cross-build-host-triplets-check/ERIERL-668/OTP-17514: Update configure scripts Fail if canonicalized host and build equals when cross compiling
* \ \ Merge branch 'rickard/autoconf-2.71/OTP-17414' into ↵Rickard Green2021-06-152-382/+672
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rickard/autoconf-2.71/master/OTP-17414 * rickard/autoconf-2.71/OTP-17414: Update configure scripts Remove leftovers of standalone build for wx application Double quote arguments to AC_LANG_PROGRAM() and AC_LANG_SOURCE() Update configure scripts Move autoconf helpers from erts to make/autoconf Update configure scripts Adapt configure scripts to autoconf 2.71 (step 2) Update configure scripts Adapt configure scripts to autoconf 2.71 (step 1) No tabs in m4 files Fix monotonic hrtime configure test
| * | Update configure scriptsRickard Green2021-06-151-1/+90
| | |
| * | Move autoconf helpers from erts to make/autoconfRickard Green2021-06-151-1/+3
| | |
| * | Update configure scriptsRickard Green2021-06-151-3/+87
| | |
| * | Adapt configure scripts to autoconf 2.71 (step 2)Rickard Green2021-06-151-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace conditional constructs (if, case) with autoconf constructs (AS_IF(), AS_CASE()) where needed. This due to the following (cut from autoconf 2.70 release notes): - Autoconf macros that use AC_REQUIRE are not safe to use in shell control-flow constructs that appear outside of macros defined by AC_DEFUN. Use AS_IF, AS_CASE, etc. instead. (See the Prerequisite Macro section of the manual for details.) The set of macros that use AC_REQUIRE internally may change from release to release. The only macros that are guaranteed *not* to use AC_REQUIRE are the macros for acting on the results of a test: AC_DEFINE, AC_SUBST, AC_MSG_*, AC_CACHE_CHECK, etc.
| * | Update configure scriptsRickard Green2021-06-141-376/+494
| | |
| * | Adapt configure scripts to autoconf 2.71 (step 1)Rickard Green2021-06-141-9/+10
| |/ | | | | | | Replace obsolete macros and fix warnings
* | 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).