index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
snmp
Age
Commit message (
Expand
)
Author
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
2020-03-24
When doing a loop inside a loop for input validation make sure that the
Martijn van Duren
2020-03-22
Fix agent address parsing:
Martijn van Duren
2020-01-25
Remove a sleep call that I used for some testing that slipped in during
Martijn van Duren
2020-01-21
remove trailing whitespace;
Jason McIntyre
2020-01-17
Some minor usage() bits omitted in the original diffs.
Martijn van Duren
2020-01-17
Implement a df subcommand, this outputs disk and memory information in a
Martijn van Duren
2020-01-17
Add better support for exception contexts.
Martijn van Duren
2020-01-17
Implement a -Cs option for snmp walk and bulkwalk.
Martijn van Duren
2019-10-26
Remove common from "common options" in usage to be closer to SYNOPSIS.
Martijn van Duren
2019-10-26
Shorten the SYNOPSIS greatly.
Martijn van Duren
2019-10-24
The ber_* namespace is used by liblber since time immemorial,
Theo Buehler
2019-10-11
don't use sizeof(pointer) to represent buffer size
Jonathan Gray
2019-10-09
Use snprintf instead of sprintf.
Martijn van Duren
2019-10-08
Free the "e" element in ber_printf_elements if it fails, since there's no
Martijn van Duren
2019-10-08
Don't rely on the pdu returning the correct errorindex.
Martijn van Duren
2019-10-07
If optstring is NULL and usecommonopt is true, optstr was prepended
Alexander Bluhm
2019-10-03
Implement snmp set.
Martijn van Duren
2019-10-03
use the right argv element for the error message.
Sebastien Marie
2019-09-18
Add support for some HP LaserJet systems. These systems don't return the
Martijn van Duren
2019-09-18
Add support for SNMPv3/USM privacy.
Martijn van Duren
2019-09-18
Add support for SNMPv3/USM authentication.
Martijn van Duren
2019-09-18
Initial SNMPv3/USM support.
Martijn van Duren
2019-09-18
Move snmp packaging and unpackaging to their own function.
Martijn van Duren
2019-08-27
Better error reporting on malformed packets.
Martijn van Duren
2019-08-14
make usage() and SYNOPSIS more alike
Theo de Raadt
2019-08-13
Error-index starts at 1, not 0.
Martijn van Duren
2019-08-11
Replace some err(1, NULL) with err(1, "malloc").
Martijn van Duren
2019-08-11
Cleanup usage.
Martijn van Duren
2019-08-11
whitespace issues like a knife in my eyes
Theo de Raadt
2019-08-11
error if malloc fails; ok martijn
Theo de Raadt
2019-08-11
ugly whitespaces
Theo de Raadt
2019-08-10
explicitly point out extraordinary and inconsistent syntax requirements
Ingo Schwarze
2019-08-09
Import snmp(1), a new snmp client which aims to be netsnmp compatible for
Martijn van Duren