Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-31 | [snmp/agent] Some restructuring of test suite | Micael Karlberg | |
Removed use of the "-compile(export_all)" attribute and instead explicitly export functions. This together with some renaming of internal functions avoids unpredictable ct side effects. Previously some test cases had "internal" (since the export_all made all functions exported, not so much) functions, with the same name but with arity 0, which did the actual test case. This made for confusing logs and possible unpredictable test behaviour. | |||
2013-05-30 | [snmp/agent] Fixed expect macro | Micael Karlberg | |
2013-05-30 | [snmp/agent] Changed the test suite expect function | Micael Karlberg | |
There was an id as the first agument to each expect call. Ufortunatly, this id was often 1 and since the same test function(s) was called in many test cases, there was many "Expect 1", and therefor no way of knowing which expect actually was performed. The expect functions has been changed to instead take module and line number. | |||
2013-05-29 | [snmp/agent] Mib data tttn comments | Micael Karlberg | |
2013-05-29 | [snmp/agent] Moved agent config type definition to main agent interface module | Micael Karlberg | |
2013-05-28 | [snmp/agent] Corrected the mib_storage type | Micael Karlberg | |
2013-05-28 | Merge branch 'bmk/snmp/agent/mib_storage_behaviour/OTP-11107' into ↵ | Micael Karlberg | |
bmk/snmp/snmp424_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-05-28 | Merge branch 'bmk/snmp/agent/mib_server_data_callback/OTP-11101' into ↵ | Micael Karlberg | |
bmk/snmp/snmp424_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-05-28 | [snmp] Updated version and release notes | Micael Karlberg | |
OTP-11009 | |||
2013-05-28 | [snmp] Updated (all) test code to support new crypto interface | Micael Karlberg | |
Test suite utility function for verifying crypto support updated to use new crypto interface. OTP-11009 | |||
2013-05-28 | [snmp] Some cosmetic cleanup (tmp verbosity printouts commented) | Micael Karlberg | |
OTP-11009 | |||
2013-05-28 | [snmp] Use of new crypto interface correctd in manager | Micael Karlberg | |
Added a common utility function (in the snmp_misc module) for testing for crypto support (sed both by the manager and agent code). OTP-11009 | |||
2013-05-28 | [snmp/agent] Updated deprecated attribute | Micael Karlberg | |
2013-05-24 | snmp: Remove use of deprecated crypto functions | Ingela Anderton Andin | |
2013-05-24 | [snmp/agent] Some restructuring and some new test cases of mib-server suite | Micael Karlberg | |
2013-05-24 | [snmp/agent] Improved mib-storage ets module error handling | Micael Karlberg | |
Also fixed some of the debug printouts. | |||
2013-05-23 | [snmp/agent] Make the mib-server test (sub-) suite use new mib-storage | Micael Karlberg | |
2013-05-23 | [snmp/agent] Handle mib-storage ets module non-ex file | Micael Karlberg | |
Make sure snmpa_mib_storage_ets can handle a non-ex file whe n openning a table (it should simply create it). | |||
2013-05-23 | [snmp/agent] Merging test case specific and common config env | Micael Karlberg | |
There is a set of default agent config environment values used when starting an agent. For specififc group of test cases, other values is used. These two groups of environment is now merged in a more controlled way. Also test case grouping make use of more test cases functions (in order to make the groups() function more readable). | |||
2013-05-23 | [snmp/agent] Updated open options for the mnesia mib-storage module | Micael Karlberg | |
Updated the snmpa_mib_storage_mnesia module to handle alias atoms for the nodes option. Also, (git) added mib-storage behaviour ref-man. | |||
2013-05-23 | [snmp/agent] Update agent test (sub-) suite | Micael Karlberg | |
The agent test (sub-) suite updated according to the new mib-storage format. Also changed config of started agent to the "new" format. | |||
2013-05-23 | [snmp/agent] Updated the config tool with new mib-storage format | Micael Karlberg | |
2013-05-23 | [snmp/agent] Add more verbosity printouts to the mnesia mib-storage module | Micael Karlberg | |
2013-05-22 | [snmp/agent] Cosmetic | Micael Karlberg | |
2013-05-22 | [snmp/agent] No default value for mib_storage and some cleanup | Micael Karlberg | |
2013-05-22 | [snmp/agent] Add info/2 and some record checks | Micael Karlberg | |
Add a new function/2 to behaviour. Also changed returnj type for info/1. Also make sure even ets and dets implementation(s) check that the correct type is written. | |||
2013-05-22 | [snmp/agent] Make use of new mib_storage | Micael Karlberg | |
The new mib-storage is now used by both the mib-server and the symbolic-store. | |||
2013-05-22 | [snmp/agent] Mib server assumes no default value for mib_storage | Micael Karlberg | |
2013-05-22 | [snmp/agent] Add default value for mib_storage for sub-agent | Micael Karlberg | |
When starting a sub-agent we previously did not provide a value for mib_storage, which was alright because ets was assumed as a default in every place where it was used. Now we expect the value to be defined and therefor we must explicitly add the default value for sub-agents when staring them. | |||
2013-05-22 | [snmp/agent] Deprecate *old* info conversion function | Micael Karlberg | |
2013-05-22 | [snmp/agent] Removed module from app-file and make file(s) | Micael Karlberg | |
The module snmpa_general_db is no longer used (replaced by the behaviour snmpa_mib_storage and the modules implementing this behaviour). | |||
2013-05-21 | [snmp/agent] Add mib-storage behaviour ref-man documentation | Micael Karlberg | |
2013-05-21 | [snmp/agent] backup | Micael Karlberg | |
2013-05-21 | [snmp/agent] Some mib-server options rewording | Micael Karlberg | |
2013-05-21 | [snmp/agent] Add (make) deepend for the new mib-server data module | Micael Karlberg | |
Add (make) depend rule for the new mib-server data module, snmpa_mib_datas_tttn. Also corrected the depend rule for the mib-server data module behaviour module (snmpa_mib_data). | |||
2013-05-21 | [snmp/agent] Make sure main api module is compiled first | Micael Karlberg | |
The main snmp agent api module contains some basic type defs and therefor it must be compiled first. | |||
2013-05-21 | [snmp/agent] Fixed copyright end date | Micael Karlberg | |
2013-05-21 | [snmp/agent] Fixed basic type issues | Micael Karlberg | |
Defines some basic snmp types in the main snmp api module. Also define some basic snmp agent types in the main snmp agent api module. | |||
2013-05-17 | [snmp/agent] Improved mib-server data module overview text | Micael Karlberg | |
2013-05-17 | [snmp/agent] Add comment to TTLN file instead of deleting it | Micael Karlberg | |
2013-05-17 | [snmp] Added rules to git-ignore to not see patch apply result files | Micael Karlberg | |
2013-05-16 | [snmp/agent] Fixed some test cases | Micael Karlberg | |
2013-05-16 | [snmp/agent] Updated documentation and release notes | Micael Karlberg | |
2013-05-16 | [snmp] Added doc/index.html file to git ignore | Micael Karlberg | |
2013-05-16 | [snmp/agent] Fixed snmpa_mib_data behaviour and related | Micael Karlberg | |
Finalized snmpa_mib_data behaviour. Updated mib-server and tttn module accordingly. Also assigned proper version, updated app and appup files. | |||
2013-05-16 | [snmp/agent] Added some description and the behaviour attribute | Micael Karlberg | |
2013-04-30 | [snmp/agent] Some minor documentation additions | Micael Karlberg | |
2013-04-28 | [snmp/agent] Some minor mib_data behaviour changes | Micael Karlberg | |
2013-04-28 | [snmp/agent] Preliminary doc update regarding mib_data behaviour | Micael Karlberg | |
2013-04-28 | [snmp/agent] Renamed the mib_data (backend) modules | Micael Karlberg | |
Renmed the two backend modules: snmpa_mib_data_tree1.erl -> snmpa_mib_data_tttn.erl snmpa_mib_data_tree2.erl -> snmpa_mib_data_ttln.erl TTTN - TupleTreeTupleNodes TTLN - TupleTreeListNodes |