summaryrefslogtreecommitdiff
path: root/lib/snmp/doc
Commit message (Collapse)AuthorAgeFilesLines
* Typo 'asynchroneous' fixKirilll Zaborsky2015-05-282-2/+2
|
* Prepare releaseErlang/OTP2015-05-061-1/+34
|
* [snmp/compiler] Refinement of type Opaque was not allowedMicael Karlberg2014-12-011-0/+63
| | | | | | MIB constructs such as "SYNTAX Opaque (SIZE(0..65535))" was previously not allowed, this has now been fixed. See the standard ALARM-MIB for eaxmple.
* Update release notesErlang/OTP2014-09-151-1/+18
|
* Update documentationRaimo Niskanen2014-09-0315-167/+355
|
* Update release notesErlang/OTP2014-08-071-1/+23
|
* Update release notesErlang/OTP2014-04-071-1/+30
|
* Change encoding for XML files to utf-8Siri Hansen2014-03-172-4/+4
| | | | | | | | | These are some files that were erronously missed earlier: erts/doc/src/time_correction.xml lib/crypto/doc/src/crypto_app.xml lib/snmp/doc/src/snmpa_mib_data.xml lib/snmp/doc/src/snmpa_mib_storage.xml
* [snmp] Assigned proper version, updated release notes and appupMicael Karlberg2014-01-271-1/+75
| | | | | OTP-10877 OTP-10907
* Merge branch 'maint'Micael Karlberg2013-11-267-155/+338
|\ | | | | | | | | Conflicts: lib/snmp/doc/src/snmpm_user.xml
| * Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵Micael Karlberg2013-11-193-46/+54
| |\ | | | | | | | | | | | | | | | | | | bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/app/snmp.erl
| | * [snmp] Cleanup and changed atl conversion block defaultMicael Karlberg2013-11-193-46/+54
| | | | | | | | | | | | | | | | | | | | | Changed the default value for the Audit Trail Log conversion to true. Also some cleanup. OTP-11396
| * | Merge branch 'bmk/snmp/handling_corrupt_atl_when_converting/r16/OTP-11453' ↵Micael Karlberg2013-11-131-2/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | into bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/misc/snmp_log.erl
| | * \ Merge branch 'bmk/snmp/handling_corrupt_atl_when_converting/OTP-11453' into ↵Micael Karlberg2013-11-061-0/+64
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bmk/snmp/handling_corrupt_atl_when_converting/r16/OTP-11453 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
| | | * | [snmp] Improving ATL handling of corrupt logsMicael Karlberg2013-10-311-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When converting an Audit Trail Log to text a corrupt log entry could cause the entire conversion to fail. Also, for a log with sequence numbers, failing to decode a log entry would cause the conversion to fail (not because of the failed decode, but because of the failure to write the error message). OTP-11453
| * | | | Merge branch 'bmk/snmp/aes_encryption_fixes/OTP-11412' into ↵Micael Karlberg2013-10-211-6/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bmk/snmp/snmp425_integration Conflicts: lib/snmp/doc/src/notes.xml
| | * | | | [snmp/manager] Incorrect use of EngineBoots and EngineTime when encryptingMicael Karlberg2013-10-211-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When performing the AES encryption, invalid values for the EngineBoots and EngineTime was used. The values of the local agent was used, which would have produced some values if an agent was actually running. If not it would have caused a crash. OTP-11413
| | * | | | [snmp] Wrong block cypher type used for AESMicael Karlberg2013-10-171-0/+68
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrong block cypher type used for AES ('aes_cbf128' instead of 'aes_cfb128') when performing AES block encrypt/decrypt which breaks SNMP usmAesCfb128Protocol in agent and manager. OTP-11412
| * | | | Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵Micael Karlberg2013-10-113-34/+77
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | bmk/snmp/snmp425_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.erl
| | * | | [snmp] Updated release notes, ref man, appup and assigned proper versionMicael Karlberg2013-10-113-34/+131
| | |/ /
| * | | Merge branch ↵Micael Karlberg2013-10-092-83/+117
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'bmk/snmp/manager/improve_user_callback_response_handling2/OTP-11307' into bmk/snmp/snmp425_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
| | * | | [snmp/manager] Improve handling of unexpected/invalid snmpm_user callbacksMicael Karlberg2013-10-092-81/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved handling of unexpected return values from snmpm_user callback functions. Violations of the documented API (crashes or invalid return values) will now result in an error message. Updated doc for snmpm_user bahaviour and some other stuff. Add more (common) type defs. Update manager example. Fixed manager test(s). Fixed unused vars in (manager) test suite. Make test user follow defined behaviour.
| * | | | [snmp] Add proper version, release nodes and appupMicael Karlberg2013-10-091-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed copyright end date. OTP-11352
| * | | | [snmp/agent] enable SNMP to create missing database directoriesSteve Vinoski2013-10-092-5/+11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add {db_init_error, create_db_and_dir} option to SNMP manager and agent. This allows them to create any missing parent directories for db_dir, rather than treating any missing directories as a fatal error. The default for db_init_error, which is terminate, is unchanged. Add create_db_and_dir to the documentation. Add new tests to verify that using create_db_and_dir results in missing parent directories being created.
* | | | Merge branch 'maint'Björn Gustavsson2013-09-091-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * maint: Change encoding of troublesome notes.xml files to utf-8 Convert some notes.xml files from latin-1 to utf-8
| * | | Merge branch 'bjorn/xml-encoding-fix/OTP-11310' into maintBjörn Gustavsson2013-09-091-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * bjorn/xml-encoding-fix/OTP-11310: Change encoding of troublesome notes.xml files to utf-8 Convert some notes.xml files from latin-1 to utf-8
| | * | | Convert some notes.xml files from latin-1 to utf-8Björn Gustavsson2013-09-061-2/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the master branch, the encoding for most xml files have been changed from latin-1 to utf-8. The problem is, that the corresponding files in the maint branch still are encoded in latin-1, and that a merge from maint to master may bring in characters encoded in latin-1 into a notes.xml file declared to be in utf-8. To fix the problem once and for all (for the files involved), we'll need to re-encode the files files utf-8 in maint, and then merge to master. Noticed-by: Magnus Henoch
* | | | Merge branch 'maint'Micael Karlberg2013-09-093-11/+133
|\ \ \ \ | |/ / /
| * | | [snmp/agent] Fixed doc broken link to gen_serverMicael Karlberg2013-09-031-1/+1
| | | |
| * | | [snmp/agent] Improved loading and unload of MIBsMicael Karlberg2013-09-032-10/+132
| |/ / | | | | | | | | | | | | | | | | | | | | | Improved the documentation of the loading and unloading of MIBs (plural). also added functions for loading and unloading a single mib. OTP-11216
* | | Merge branch 'maint'Micael Karlberg2013-07-152-136/+202
|\ \ \ | |/ /
| * | Merge branch 'bmk/snmp/agent/ldb_counter_wrap/OTP-11192' into ↵Micael Karlberg2013-07-041-0/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bmk/snmp/snmp4241_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
| | * | [snmp/agent] Local DB counter increment wrap errorMicael Karlberg2013-07-031-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The counter increment function in the local-db was incorrect. It did not handle counter wrap correctly. OTP-11192
| * | | [snmp/agent] Cleanup, renaming, appup, proper version and release notesMicael Karlberg2013-07-042-137/+197
| |/ / | | | | | | | | | | | | | | | | | | | | | Add utility functions for checking view masks. Code cleanup, function renaming and comment fix (%% instead of %). Also updated the mask check in the vacm config file check function. Finally, release notes and some cosmetic changes to the agent config-file(s) user guide chapter.
* | | Merge branch 'maint'Björn-Egil Dahlberg2013-06-121-1/+1
|\ \ \ | |/ /
| * | Update copyright yearsBjörn-Egil Dahlberg2013-06-122-2/+2
| | |
* | | Merge branch 'maint'Björn Gustavsson2013-06-047-179/+1072
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: (128 commits) beam_lib: Correct wrong type specification testSeqOf: Test constrained, extensible sizes [snmp/agent] Some restructuring of test suite Clean up testSeqOf Extend tests cases for BIT STRING Improve tests of ENUMERATED asn1ct_check: Eliminate useless Per argument from complist_as_tuple() asn1ct_check: Don't pass on #'ObjectClassFieldType'{} with fixed type asn1ct_gen_per: Remove useless renewal of 'enumval' Fix encoding of semi-constrained, extensible INTEGERs PER/UPER: Fix decoding of semi-constrained INTEGERs testPrim: Simplify test cases using a roundtrip function BER: Fix handling of a constructed default value for a class PER: Generate code for deep table constraints at compile-time Normalize data representation for table constraints asn1ct: Simplify check_value/2 Extend tests to cover more code in asn1ct_check Clean up checking of values for ENUMERATEDs Introduce a new mechanism for structured error handling asn1_db: Make dbput/3 and dbsave/2 asynchronous ...
| * | Merge branch 'bmk/snmp/agent/mib_storage_behaviour/OTP-11107' into ↵Micael Karlberg2013-05-287-25/+542
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | bmk/snmp/snmp424_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml
| | * | [snmp/agent] Updated open options for the mnesia mib-storage moduleMicael Karlberg2013-05-233-6/+344
| | | | | | | | | | | | | | | | | | | | | | | | Updated the snmpa_mib_storage_mnesia module to handle alias atoms for the nodes option. Also, (git) added mib-storage behaviour ref-man.
| | * | [snmp/agent] Add mib-storage behaviour ref-man documentationMicael Karlberg2013-05-216-16/+193
| | | |
| | * | [snmp/agent] backupMicael Karlberg2013-05-211-23/+25
| | | |
| * | | Merge branch 'bmk/snmp/agent/mib_server_data_callback/OTP-11101' into ↵Micael Karlberg2013-05-286-174/+483
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | bmk/snmp/snmp424_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml
| | * | [snmp/agent] Some mib-server options rewordingMicael Karlberg2013-05-212-33/+33
| | | |
| | * | [snmp/agent] Improved mib-server data module overview textMicael Karlberg2013-05-171-2/+3
| | | |
| | * | [snmp/agent] Updated documentation and release notesMicael Karlberg2013-05-165-55/+305
| | | |
| | * | [snmp/agent] Some minor documentation additionsMicael Karlberg2013-04-301-1/+39
| | | |
| | * | [snmp/agent] Preliminary doc update regarding mib_data behaviourMicael Karlberg2013-04-284-131/+218
| | | |
| * | | [snmp] Updated version and release notesMicael Karlberg2013-05-281-0/+67
| |/ / | | | | | | | | | OTP-11009
* | | Convert XML files to UTF-8Hans Bolinder2013-04-1959-116/+116
|/ /
* | Remove unused Postscript filesHans Bolinder2013-04-0812-27635/+0
| |