aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/compile
AgeCommit message (Collapse)Author
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
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-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-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-23Now also handling generation of header files.Micael Karlberg
2011-02-23Fixed verbosity.Micael Karlberg
2011-02-23Fixed MIB file name making...Micael Karlberg
2011-02-22Backup commit (time to go home)...Micael Karlberg
2011-02-22Merge 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-19Fixed spelling and such things...Micael Karlberg
Please enter the commit message for your changes. Lines starting
2011-02-18Lost 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-18Fixed mc_modules and ac_variations.Micael Karlberg
2011-02-18Fixed mc_compliancepart rule (improper list).Micael Karlberg
2011-02-18Fixed "some things". Also added a *lot* of debug printouts...Micael Karlberg
2010-12-19Added the first skeleton of a MIB compiler frontend escript.Micael Karlberg
2010-12-03The 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-03Typed more of the info. Also added more of it in the compiled mib.Micael Karlberg
Also prepared for future module_compilance addition.
2010-12-02Really time to go home checkin.Micael Karlberg
2010-11-30First version. No documentation and no testing.Micael Karlberg
2010-09-10Remove warnings for clashes with new autoimported BIFsPatrik Nyblom
2010-05-06OTP-8563: Decode/Encode of Counter64 errorMicael Karlberg
OTP-8574: Option to allow invalid row OIDs OTP-8594: Make snmp forward compatible with new crypto OTP-8595: snmpc fails to compile BITS with "holes"
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP