OpenBSD CVS

src/usr.sbin/snmpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / snmpd

Current tag: OPENBSD_7_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.17   3 years  martijn   Remove agentx and control socket support. snmpctl has been removed two releases...
[TXT] log.c  1.16   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] mib.h  1.40   5 years  reyk   Add bsws and arcaTrust PENs
[TXT] parse.y  1.68   2 years  martijn   Allow snmpd(8) to send SNMPv3 traps. OK jmatthew@
[TXT] proc.c  1.27   3 years  martijn   Remove agentx and control socket support. snmpctl has been removed two releases...
[TXT] smi.c  1.28   3 years  martijn   Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it used an...
[TXT] snmp.h  1.17   3 years  martijn   Rename context to pdutype. This is in line with the naming schema from the RFCs....
[TXT] snmpd.8  1.23   3 years  martijn   Remove control socket reference
[TXT] snmpd.c  1.46   2 years  martijn   Set the SO_REUSEADDR flag on listening sockets. This way we can have a global l...
[TXT] snmpd.conf.5  1.58   2 years  martijn   Allow snmpd(8) to send SNMPv3 traps. OK jmatthew@
[TXT] snmpd.h  1.100   2 years  martijn   Allow snmpd(8) to send SNMPv3 traps. OK jmatthew@
[TXT] snmpe.c  1.76   2 years  deraadt   repair missing paths on unveil failure
[TXT] trap.c  1.37   2 years  martijn   Allow snmpd(8) to send SNMPv3 traps. OK jmatthew@
[TXT] traphandler.c  1.21   3 years  martijn   Make use of the new '$' feature of ober_scanf_elements to enforce stricter ASN.1...
[TXT] usm.c  1.21   2 years  martijn   Set smi_application in usm's ber as well. OK jmatthew@
[TXT] util.c  1.12   2 years  martijn   Allow setting the engineid. The previous engineid was based aronud the engine b...
[TXT] kroute.c (in the Attic) [Hide]  1.38   5 years  krw   PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls where the "wrong...
[TXT] mib.c (in the Attic) [Hide]  1.102   2 years  deraadt   A couple commands don't need sys/param.h, but they do need sys/signal.h
[TXT] mps.c (in the Attic) [Hide]  1.29   3 years  martijn   Remove agentx and control socket support. snmpctl has been removed two releases...
[TXT] pf.c (in the Attic) [Hide]  1.11   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] timer.c (in the Attic) [Hide]  1.7   7 years  rzalamena   Use snmpd_env as the only global variable for env to simplify the daemon and avo...