Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2012-12-20 | [snmp/manager] Preliminary test suite update | Micael Karlberg | |
OTP-10027 | |||
2012-12-20 | [snmp/manager] Removed deprecated functions | Micael Karlberg | |
Removed deprecated functions from the SNMP manager interface module snmpm. Also updated otp_internal in the stdlib app. OTP-10027 | |||
2012-11-17 | SNMP performance optimization | Ivan Dubovik | |
2012-10-30 | Fix typo in snmpm doc | Luca Favatella | |
2012-10-26 | Remove runtime warning in snmpa_agent because of tuple fun usage | Luca Favatella | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-17 | Merge branch 'maint' | Micael Karlberg | |
2012-08-14 | Merge branch 'bmk/snmp/bad_decode_TimeTicks/maint/OTP-10132' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4221_integration2 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/src/misc/snmp_pdus.erl | |||
2012-08-13 | [snmp] Add bug compatible fixes to TimeTicks decode | Micael Karlberg | |
Add handling of incorrectly encoded TimeTicks and Unsigned32. | |||
2012-08-02 | [snmp] Fixed problem with TimeTicks decode | Micael Karlberg | |
The decoder had a problem with data of type TimeTicks. Also, the handling of invalid values (value out of range) was bad for both TimeTicks and Unsigned32. OTP-10132 | |||
2012-08-02 | [snmp] Fixed pdf text "overflow" problems in the documentation | Micael Karlberg | |
2012-08-02 | [snmp/agent] Cleanup | Micael Karlberg | |
lists:keydelete/2 does not exist (used in no_cloning)! Introduced some simple wrapper functions for list access (ke1delete, key1search, key1store and key1sort). | |||
2012-08-02 | [snmp] Update release notes and add appup instructions | Micael Karlberg | |
2012-08-02 | [snmp/agent] Semantic fixes to SNMP-USER-BASED-SM_MIB | Stefan Zegenhagen | |
The semantics allow the usmUserAuthKeyChange and usmUserPrivKeyChange objects to be written to in the same set requests that also creates and clones the user. This was not possible beforehand, causing test tools checking semantic SNMPv3 behaviour to fail on a lot of test cases. Furthermore, once the user has been cloned by writing to an instance of usmUserCloneFrom, further set-operations to the same object will not return an error, but be no-ops. Especially, it must be avoided to copy security parameters again (possibly even from a different user). | |||
2012-08-02 | [snmp] Updated release notes | Micael Karlberg | |
2012-08-02 | [snmp/agent] Fix walk over vacmAccessTable | Stefan Zegenhagen | |
The get_next implementation of vacmAccessTable did not return all available table data. Instead, it only returned the first column for each row, and all columns for the last row available. Fix the get_next implementation of vacmAccessTable to return all table entries. |