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_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.18   2 years  martijn   Hook up the new application layer. OK jmatthew@ tested as part of larger diff b...
[TXT] application.c  1.3   2 years  martijn   requestid is a 32 bit integer, make sure that we request that with ober_scanf_el...
[TXT] application.h  1.1   2 years  martijn   Add the new application layer. Changes include: - Asynchronous design, which sho...
[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] log.h  1.1   2 years  martijn   Move log.c functions to their own header. This is needed for a new application l...
[TXT] mib.h  1.41   2 years  martijn   Add definitions for SNMP-TARGET-MIB. These are needed for the new application la...
[TXT] parse.y  1.73   2 years  martijn   getaddrinfo doesn't resolve numeric hostname in the !AI_NUMERICHOST case if fami...
[TXT] proc.c  1.27   3 years  martijn   Remove agentx and control socket support. snmpctl has been removed two releases...
[TXT] smi.c  1.30   2 years  martijn   Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE inside smi_debug_el...
[TXT] smi.h  1.1   2 years  martijn   Move some smi.c functions to their own header. These are needed for a new applic...
[TXT] snmp.h  1.18   2 years  martijn   s/SNMP_C_GETRESP/SNMP_C_RESPONSE OK sthen@
[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.59   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] snmpd.h  1.102   2 years  martijn   Move some smi.c functions to their own header. These are needed for a new applic...
[TXT] snmpe.c  1.82   2 years  martijn   Hook up the new application layer. OK jmatthew@ tested as part of larger diff b...
[TXT] snmpe.h  1.2   2 years  martijn   Implement snmpe_send to allow to allow the new application layer to send message...
[TXT] trap.c  1.37   2 years  martijn   Allow snmpd(8) to send SNMPv3 traps. OK jmatthew@
[TXT] traphandler.c  1.22   2 years  martijn   Sync ober_oid_cmp with ax_oid_cmp from libagentx. This flips the returned signed...
[TXT] usm.c  1.24   2 years  tb   Switch snmpd(8) to using EVP_Digest{Init,Final}_ex() and drop a no longer needed...
[TXT] util.c  1.12   2 years  martijn   Allow setting the engineid. The previous engineid was based aronud the engine b...
[TXT] application_legacy.c (in the Attic) [Hide]  1.1   2 years  martijn   Add the new application layer. Changes include: - Asynchronous design, which sho...
[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.12   2 years  martijn   When walking a pf table, we only are supposed to return IPv4 addresses. If a tab...
[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...