summaryrefslogtreecommitdiff
path: root/usr.bin/snmp/smi.c
AgeCommit message (Expand)Author
2020-08-08Clean up smi_mibtree.Martijn van Duren
2020-08-08Somewhere during working on UTF-8 support I thought it was a good idea toMartijn van Duren
2020-08-03Add support for UTF-8 DISPLAY-HINTs with octet length. For now onlyMartijn van Duren
2020-05-31OIDs are unsigned. Reflect this when printing them.Martijn van Duren
2020-05-19Shave of some leftovers from snmpd's MIB initialization that are not neededMartijn van Duren
2020-01-17Add better support for exception contexts.Martijn van Duren
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-10-11don't use sizeof(pointer) to represent buffer sizeJonathan Gray
2019-10-09Use snprintf instead of sprintf.Martijn van Duren
2019-08-11whitespace issues like a knife in my eyesTheo de Raadt
2019-08-11ugly whitespacesTheo de Raadt
2019-08-09Import snmp(1), a new snmp client which aims to be netsnmp compatible forMartijn van Duren