Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-23 | Fixed MIB file name making... | Micael Karlberg | |
2011-02-22 | Backup commit (time to go home)... | Micael Karlberg | |
2011-02-22 | Merge branch 'bmk/snmp/add_compiler_support_agent_capabilities/OTP-8966' ↵ | Micael Karlberg | |
into bmk/snmp/snmpc/OTP-9004 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/vsn.mk | |||
2011-02-19 | Fixed spelling and such things... | Micael Karlberg | |
Please enter the commit message for your changes. Lines starting | |||
2011-02-18 | Lost of fixes... | Micael Karlberg | |
*) Update release notes (with regard to module_compliance) *) New compiler options: agent_capabilities and module_compliance *) Update mib compiler option description (new options for agent_capabilities and module_compliance) *) New test case for module_compliance. *) Added test mib for module_complianc test case. *) Added some options for the MIB makefile. ... | |||
2011-02-18 | Fixed mc_modules and ac_variations. | Micael Karlberg | |
2011-02-18 | Fixed mc_compliancepart rule (improper list). | Micael Karlberg | |
2011-02-18 | Fixed "some things". Also added a *lot* of debug printouts... | Micael Karlberg | |
2010-12-19 | Added the first skeleton of a MIB compiler frontend escript. | Micael Karlberg | |
2010-12-17 | Prep for dev (notes, vsn.mk and appup). | Micael Karlberg | |
2010-12-16 | Added dumping of data after (snmpa_vacm) cleanup call. | Micael Karlberg | |
2010-12-10 | Added counter (variables) for usm. | Micael Karlberg | |
Also added config file for usm. And more sed'ing... | |||
2010-12-10 | Cosmetic stuff (when to newline, intending, ..). | Micael Karlberg | |
2010-12-10 | Added variables from STANDARD-MIB (including counters). | Micael Karlberg | |
Also some minor fixes. | |||
2010-12-10 | Various cosmetic (print) fixes. Wrong module names used for the | Micael Karlberg | |
utility module in the test_config dir. | |||
2010-12-08 | Added utility variable print function, and utilized it in view-mib. | Micael Karlberg | |
2010-12-08 | Added preliminary veariable support. | Micael Karlberg | |
2010-12-07 | [agent] When calling snmp_view_based_acm_mib:reconfigure/1 on a running node, | Micael Karlberg | |
the vacmAccessTable whas not properly cleaned. This means 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. | |||
2010-12-07 | For the table vacmAccessTable, when performing the | Micael Karlberg | |
is_set_ok and set opteration(s), all values of the vacmAccessSecurityModel column was incorrectly translated to *any*. | |||
2010-12-06 | Added pretty printing of the added mib(s). | Micael Karlberg | |
2010-12-06 | Added tables from community, notification and user-based-sm mib(s). | Micael Karlberg | |
2010-12-06 | Segmenting the printout using the mib names. | Micael Karlberg | |
2010-12-06 | Added central utility function for printing all | Micael Karlberg | |
"supported" tables (that is for all functions that we currently have implemented the print operation). | |||
2010-12-06 | Added print operation for vacmAccessTable. | Micael Karlberg | |
2010-12-06 | For the table vacmAccessTable, when performing the is_set_ok and set | Micael Karlberg | |
opteration(s), all values of the vacmAccessSecurityModel column was incorrectly translated to "any". | |||
2010-12-06 | Added print operations for tables vacmSecurityToGroupTable and | Micael Karlberg | |
vacmViewTreeFamilyTable. There is still vacmAccessTable and vacmContextTable. | |||
2010-12-03 | Fixed release notes and appup file. | Micael Karlberg | |
2010-12-03 | The parser exports even more of the module-complience data for future use. | Micael Karlberg | |
In later stages, the compiler curently dropps this info. | |||
2010-12-03 | Typed more of the info. Also added more of it in the compiled mib. | Micael Karlberg | |
Also prepared for future module_compilance addition. | |||
2010-12-02 | Really time to go home checkin. | Micael Karlberg | |
2010-11-30 | First version. No documentation and no testing. | Micael Karlberg | |
2010-09-13 | Prepare for R14B | Micael Karlberg | |
2010-09-10 | Remove warnings for clashes with new autoimported BIFs | Patrik Nyblom | |
2010-08-23 | snmp: Patch 1130 | Niclas Eklund | |
OTP-8761 When the function FilterMod:accept_recv/2 returned false the SNMP agent stopped collecting messages from UDP. | |||
2010-08-20 | snmp: Patch 1125 | Micael Karlberg | |
OTP-8478 [agent] Added very basic support for multiple SNMPv3 EngineIDs in a single agent. | |||
2010-08-20 | snmp: Patch 1118 | Micael Karlberg | |
OTP-8574 The SMI specifies that an table row OID should be named: { "1" }. An option has been introduced, relaxed_row_name_assign_check, that allows for a more liberal numbering scheme. OTP-8594 Changes to make snmp (forward) compatible with the new version of the crypto application (released in R14). As of R14, crypto is implemented using NIFs. Also, the API is more strict. OTP-8648 [manager] Changed default value for the MIB server cache. Auto GC is now on by default. OTP-8563 Decoding of Counter64 values larger then 9306882749598007295 fails. Counter64 is encoded as an 64 bit signed integer, but is actually an unsigned integer, which the decoder does not take into account. OTP-8595 [compiler] Fails to compile non-contiguous BITS. Per Hedeland OTP-8646 [manager] Raise condition causing the manager server process to crash. Unregistering an agent while traffic (set/get-operations) is ongoing could cause a crash in the manager server process (raise condition). | |||
2010-08-20 | snmp: Patch erl_1108 | Micael Karlberg | |
OTP-8480 [agent] A minor mnesia related performance improvement. OTP-8481 [manager] Fixed an upgrade/downgrade problem. Upgrade/downgrade from/to 4.13.5 did not work for the net-if process. This has now been fixed | |||
2010-02-22 | OTP-8395, OTP-8433 & OTP-8442. | Micael Karlberg | |
2010-02-13 | OTP-8442: Regstration of agents using config file incorrect | Micael Karlberg | |
OTO-8442: Per Hedeland | |||
2010-02-10 | OTP-8433: Fix typos of lib/snmp/src/misc/snmp_config.erl | Micael Karlberg | |
OTP-8433: Kenji Rikitake | |||
2010-02-10 | OTP-8395[2]: Sequence numbers in Audit Trail Log(s). | Micael Karlberg | |
2010-02-03 | OTP-8395: Sequence number in Audit Trail Logs. | Micael Karlberg | |
2009-11-26 | Fixing dockumentation (man-pages) installation. | Micael Karlberg | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |