summaryrefslogtreecommitdiff
path: root/usr.bin/snmp
AgeCommit message (Expand)Author
2019-09-18Add support for some HP LaserJet systems. These systems don't return theMartijn van Duren
2019-09-18Add support for SNMPv3/USM privacy.Martijn van Duren
2019-09-18Add support for SNMPv3/USM authentication.Martijn van Duren
2019-09-18Initial SNMPv3/USM support.Martijn van Duren
2019-09-18Move snmp packaging and unpackaging to their own function.Martijn van Duren
2019-08-27Better error reporting on malformed packets.Martijn van Duren
2019-08-14make usage() and SYNOPSIS more alikeTheo de Raadt
2019-08-13Error-index starts at 1, not 0.Martijn van Duren
2019-08-11Replace some err(1, NULL) with err(1, "malloc").Martijn van Duren
2019-08-11Cleanup usage.Martijn van Duren
2019-08-11whitespace issues like a knife in my eyesTheo de Raadt
2019-08-11error if malloc fails; ok martijnTheo de Raadt
2019-08-11ugly whitespacesTheo de Raadt
2019-08-10explicitly point out extraordinary and inconsistent syntax requirementsIngo Schwarze
2019-08-09Import snmp(1), a new snmp client which aims to be netsnmp compatible forMartijn van Duren