aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp
AgeCommit message (Collapse)Author
2011-04-01Merge branch 'bmk/snmp/support_ipv6_transport_address' into ↵Micael Karlberg
bmk/snmp/snmp420_integration
2011-04-01Added export of new (ip-) verification function.Micael Karlberg
2011-04-01Merge branch 'bmk/snmp/manager/deprecate_old_api/OTP-9174' into ↵Micael Karlberg
bmk/snmp/snmp420_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
2011-03-31Deprecated old manager API (set and get) request functions.Micael Karlberg
2011-03-30Merge branch 'hw/call-chmod-without-f' into devHenrik Nord
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170
2011-03-28Updated the appup also...Micael Karlberg
2011-03-28Cosmetic prep for handling of domains in the config tool.Micael Karlberg
2011-03-25Checking an taddress with domain snmpUDPDomain giv as a OID not handled.Micael Karlberg
2011-03-25Merge branch 'dev' into bmk/snmp/support_ipv6_transport_addressMicael Karlberg
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-10Added export of snmp_target_mib:add_addr/11.Micael Karlberg
2011-03-09Added the new mib TRANSPORT-ADDRESS-MIB to the mibMicael Karlberg
for which we are building man-pages.
2011-03-09Merge branch 'dev' into bmk/snmp/support_ipv6_transport_addressMicael Karlberg
2011-03-09Proper appup-file that actually passes the test suite.Micael Karlberg
2011-03-09Backup commit.Micael Karlberg
2011-03-08Used invalid module names in two places. Corrected.Micael Karlberg
2011-03-08Mostly esthetic stuff...Micael Karlberg
2011-03-08Added export of new ip check function (using domain when checking).Micael Karlberg
2011-03-08Debugging when retrieving destinations.Micael Karlberg
2011-03-08Add handling pf domain and also default domain for casesMicael Karlberg
where old style is used.
2011-03-08Cosmetics...Micael Karlberg
2011-03-08Added some target debugging.Micael Karlberg
2011-03-08Renamed snmpc(module) to (just) snmpc andMicael Karlberg
snmpc to snmpc(command)...
2011-03-07Bring example config file up-to-date.Micael Karlberg
2011-03-07Basically backup commit (time to go home).Micael Karlberg
Implemented handling of domains in the mpd module. Still some errors left though (3 test cases fail).
2011-03-07Merge branch 'dev' into bmk/snmp/support_ipv6_transport_addressMicael Karlberg
2011-03-07Temporary module "name" for the module snmpc.Micael Karlberg
2011-03-04Merge branch 'bmk/snmp/snmpc_cleanup/OTP-9093' into devMicael Karlberg
Added doc (src) file for new snmpc (command).
2011-03-03Added documentation file (snmpc_cmd.xml) for the snmpc commandMicael Karlberg
line tool. Also updated the central .gitignore file.
2011-03-03Backup...Micael Karlberg
2011-03-03Trap sending module now handles the new domains.Micael Karlberg
2011-03-03Handling target address configuration files (with new Domain).Micael Karlberg
Also added some proper documentation.
2011-03-02Preliminary support for multiple domains (e.g. IPv6).Micael Karlberg
2011-03-02Added taddress and tdomain create functions.Micael Karlberg
2011-03-02Added check functions for domain and tdomain.Micael Karlberg
Also updated check functions for ip and taddress.
2011-03-02Added new mib file (TRANSPORT-ADDRESS-MIB) and fixedMicael Karlberg
makefile accordingly.
2011-03-02Updated version, preliminary appup and release notes.Micael Karlberg
2011-03-02* On some windows machines dirs seem to vanish sometime betweenMicael Karlberg
the call to init_per_testcase (when they are created) and the call to the actual test case (when they are used). * Try to handle systems where crypto is not built better. This *is* handled by application, but the test case snmp_app_test:undef_funcs could do a better job (which it hopefully does now :).
2011-03-01Fixed an error detected by dialyzer:Micael Karlberg
The second argument to the definitions_loop function should be the record dldata and not the atome false...
2011-03-01Fixed wrong link (to non-existing snmpc ref-manual).Micael Karlberg
2011-02-28Fixed cosmetic stuff in doc.Micael Karlberg
Merge branch 'bmk/snmp/minor_doc_improvements/OTP-9037' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
2011-02-28Added a MIB compiler (frontend) escript, named snmpc.Micael Karlberg
Merge branch 'bmk/snmp/snmpc/OTP-9004' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
2011-02-25[agent] When callingMicael Karlberg
snmp_view_based_acm_mib:snmp_view_based_acm_mib:reconfigure/1 on a running node, the table vacmAccessTable was not properly cleaned. This meant that if some entries in the vacm.conf file was removed (compared to the "current" config), while others where modified and/or added, the removed entrie(s) would still exist in the vacmAccessTable table. Merge branch 'bmk/snmp/vacmAccessTable_cleanup/OTP-8981' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
2011-02-25[agent] For the table vacmAccessTable, when performing theMicael Karlberg
is_set_ok and set operation(s), all values of the vacmAccessSecurityModel column was incorrectly translated to *any*. Merge branch 'bmk/snmp/verify_vacm_security_model/OTP-8980' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/test/snmp_appup_test.erl lib/snmp/vsn.mk
2011-02-25[agent] Added a "complete" set of (snmp) table and variableMicael Karlberg
print functions, for each mib handled by the SNMP (agent) application. This will be usefull when debugging a running agent. See snmpa:print_mib_info/0, snmpa:print_mib_tables/0 and snmpa:print_mib_variables/0 for more info. Merge branch 'bmk/snmp/add_snmp_table_print/OTP-8977' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
2011-02-24[compiler] Added support for the textual conventionMicael Karlberg
AGENT-CAPABILITIES and full support for textual convention MODULE-COMPLIANCE, both defined by the SNMPv2-CONF mib. The *reference* and *modules* part(s) are stored in the assocList field of the mib-entry (me) record. Only handled if the option(s) agent_capabilities and module_compliance (respectively) are provided to the compiler. For backward compatibillity, the MIBs provided with this application are *not* compiled with these options. Merge branch 'bmk/snmp/add_compiler_support_agent_capabilities/OTP-8966' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/test/snmp_compiler_test.erl
2011-02-23Wrong tag for note (snmpc instead of compiler)...Micael Karlberg
2011-02-23Fixed release notes (almost, since this change willMicael Karlberg
not actually be part of the release notes) and appup file.
2011-02-23Fixed release notes and appup file.Micael Karlberg
2011-02-23Fixed release notes and appup file.Micael Karlberg