Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-04-26 | [snmp/agent] New behaviour module (snmpa_mib_data) and two impl mods | Micael Karlberg | |
The old mib-server data module (snmpa_mib_data) has been changed into a behaviour module. The old implementation is now instead in a new module snmpa_mib_data_tree1. A new backend module has been added, still only very preliminary, snmpa_mib_data_tree2. | |||
2013-04-26 | [snmp/agent] Preliminary change to the mib-server tree-type | Micael Karlberg | |
2013-04-15 | Merge branch 'lh/demonitor-flush/OTP-11039' into maint | Fredrik Gustafsson | |
* lh/demonitor-flush/OTP-11039: Use erlang:demonitor(Ref, [flush]) where applicable | |||
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | |
2013-03-31 | Fix SNMP gitignore files | Anthony Ramine | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-05 | Merge branch 'bmk/snmp/snmp4222_integration/r15' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4231_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2013-02-05 | [snmp/compiler] Improved debug printouts | Micael Karlberg | |
2013-02-05 | [snmp/compiler] Add test case and test mib | Micael Karlberg | |
2013-02-05 | [snmp/compiler] Proper release nodes | Micael Karlberg | |
2013-02-05 | [snmp/compiler] Add the mib (ALARM-MIB) | Micael Karlberg | |
2013-02-05 | [snmp/compiler] MIB compiler did not handle forward index ref | Micael Karlberg | |
The MIB compiler could not handle a table index refering to an object defined later in the MIB. | |||
2013-02-05 | [snmp/compiler] Added test case for BITS import | Micael Karlberg | |
2013-02-04 | [snmp/compiler] Release notes, appup and proper version | Micael Karlberg | |
2013-02-04 | [snmp/compiler] Corrected test mibs | Micael Karlberg | |
2013-02-04 | [snmp/compiler] MIB compiler did not handle import BITS | Micael Karlberg | |
The MIB comp�iler (snmpc) did not hanmdle import (from SNMPv2-SMI) of (pseudo-) type BITS. | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-21 | Merge branch 'bmk/snmp/snmp423_integration' | Micael Karlberg | |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-14 | Merge branch 'bmk/snmp/manager/performance_improvement/OTP-10673' into ↵ | Micael Karlberg | |
bmk/snmp/snmp423_integration Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-01-11 | Merge branch 'bmk/snmp/remove_tuple_fun/OTP-10672' into ↵ | Micael Karlberg | |
bmk/snmp/snmp423_integration Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-01-11 | [snmp/manager] Updated appup | Micael Karlberg | |
2013-01-11 | [snmp/manager] Updated release notes | Micael Karlberg | |
2013-01-11 | [snmp/manager] Proper copyright end year (2013) | Micael Karlberg | |
2013-01-11 | Merge branch 'id/snmp_optimization' into ↵ | Micael Karlberg | |
bmk/snmp/manager/performance_improvement/OTP-10673 | |||
2013-01-09 | [snmp/manager] Updated appup | Micael Karlberg | |
2013-01-09 | [snmp/manager] Updated release notes | Micael Karlberg | |
2013-01-09 | [snmp/manager] Proper copyright end year (2013) | Micael Karlberg | |
2013-01-09 | Polish return values of snmpm_user_default according to snmpm_user doc | Luca Favatella | |
Even if not compliant with snmpm_user's doc, the previous return values in snmpm_user_default were harmless because of how the callbacks handle_trap and handle_report are called in snmpm_server. | |||
2013-01-09 | [snmp] Updated release notes | Micael Karlberg | |
2013-01-09 | [snmp/agent] Proper copyright end year (2013) | Micael Karlberg | |
2013-01-09 | [snmp/agent] Updated appup file | Micael Karlberg | |
2013-01-09 | Merge branch 'lf/snmp-tuple-fun' into bmk/snmp/remove_tuple_fun/OTP-10672 | Micael Karlberg | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-12-20 | [snmp/manager] Updated release notes | Micael Karlberg | |
OTP-10027 | |||
2012-12-20 | [snmp/manager] Updated manager test suite to use only the api | Micael Karlberg | |
Updated manager test suite to use only the api. The test cases that tested the old api (01), are now skipped. OTP-10027 |