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_6_9


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.63   3 years  martijn   Remove the traphandler process, which was nothing more then a sham. It did nothi...
[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.16   3 years  martijn   Remove agentx and control socket support. snmpctl has been removed two releases...
[TXT] snmpd.8  1.23   3 years  martijn   Remove control socket reference
[TXT] snmpd.c  1.44   3 years  deraadt   these programs (with common ancestry) had a -fno-common problem related to privs...
[TXT] snmpd.conf.5  1.47   3 years  martijn   Fix some old phrasing on how to set up a trap handler which aren't correct anymo...
[TXT] snmpd.h  1.94   3 years  martijn   Introduce a transaction id. This is currently mostly a dummy-variable, but will ...
[TXT] snmpe.c  1.70   3 years  martijn   Make use of the new '$' feature of ober_scanf_elements to enforce stricter ASN.1...
[TXT] trap.c  1.36   3 years  martijn   Split "trap receiver" into its own trap_address struct and clean up the code sur...
[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.18   3 years  martijn   Make use of the new '$' feature of ober_scanf_elements to enforce stricter ASN.1...
[TXT] util.c  1.11   3 years  martijn   Remove print_{debug,verbose} since they're currently unused and I see no reason ...
[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.101   3 years  jan   replace duplicated sizeofa marco with predefined nitems OK martijn@
[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...