#
1248928a |
| 03-Aug-2020 |
martijn <martijn@openbsd.org> |
Add support for UTF-8 DISPLAY-HINTs with octet length. For now only sysContact is supported with SnmpAdminString, but more shall follow soon(tm).
Note that this will change output even in the C loca
Add support for UTF-8 DISPLAY-HINTs with octet length. For now only sysContact is supported with SnmpAdminString, but more shall follow soon(tm).
Note that this will change output even in the C locale: Previously every unprintable byte would be tranformed to a '.', with this diff a valid UTF-8 multibyte or unprintable character will be squished into a single dot to give a better understanding of the intention of the original message. Invalid bytes will now be printed as question marks.
Lot's of help and back and forth with schwarze@ who also kindly offered to walk away when I mentioned looking through MIB files for more objects to convert to this new code, which is understandable.
OK schwarze@
show more ...
|
#
442e4f4f |
| 09-Aug-2019 |
martijn <martijn@openbsd.org> |
Import snmp(1), a new snmp client which aims to be netsnmp compatible for supported features. It only supports get, getnext, walk, bulkget, bulkwalk, trap, mibtree, and is SNMPv1 and SNMPv2c for now
Import snmp(1), a new snmp client which aims to be netsnmp compatible for supported features. It only supports get, getnext, walk, bulkget, bulkwalk, trap, mibtree, and is SNMPv1 and SNMPv2c for now.
This will shortly replace snmpctl entirely. People using snmpctl are encouraged to test and migrate to this code as soon as possible.
Much help with the manpage from schwarze@ and jmc@ No objections from reyk@ "Roll it in" deraadt@
show more ...
|