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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.26   3 months  martijn   Implement an initial SMIv2 parser based around RFC257[89]. RFC2580 isn't support...
[TXT] application.c  1.43   3 months  martijn   RFC2578 section 7.1 specifies the ranges and in the case of opaque the format to...
[TXT] application.h  1.13   6 months  martijn   Now that the last consumer of mps.c is gone, remove it and its application_legac...
[TXT] application_agentx.c  1.16   3 months  martijn   Replace most smi_oid2string() calls with the new mib_oid2string(). smi_oid2strin...
[TXT] application_blocklist.c  1.2   4 months  martijn   Clean up snmpd's header situation. With the help of tb@ and include-what-you-us...
[TXT] application_internal.c  1.12   3 months  martijn   Replace most smi_oid2string() calls with the new mib_oid2string(). smi_oid2strin...
[TXT] ax.c  1.6   2 months  martijn   Remove some now unused variables. Somehow missed in previous commit.
[TXT] ax.h  1.4   2 months  martijn   Remove the packetid logic from ax.c. It's not used by snmpd and has some serious...
[TXT] log.c  1.17   4 months  martijn   Clean up snmpd's header situation. With the help of tb@ and include-what-you-us...
[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.44   3 months  martijn   Implement an initial SMIv2 parser based around RFC257[89]. RFC2580 isn't support...
[TXT] mib.y  1.2   2 months  martijn   strptime() only touches the fields specified in the format string, meaning there...
[TXT] parse.y  1.90   2 months  martijn   trap receiver is special in that the OID is optional. Make sure that we accept a...
[TXT] proc.c  1.32   5 weeks  tobhe   Sync removal of setsid(), setpgid() and a few dup2() from relayd. They are redun...
[TXT] smi.c  1.40   3 months  martijn   Replace most smi_oid2string() calls with the new mib_oid2string(). smi_oid2strin...
[TXT] smi.h  1.4   4 months  martijn   Clean up snmpd's header situation. With the help of tb@ and include-what-you-us...
[TXT] snmp.h  1.21   3 months  martijn   RFC2578 section 7.1 specifies the ranges and in the case of opaque the format to...
[TXT] snmpd.8  1.24   14 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] snmpd.c  1.52   5 weeks  bluhm   In snmpd_metrics process keep file descriptors 0 1 2 open. stdin, stdout, stder...
[TXT] snmpd.conf.5  1.64   3 months  martijn   Load MIB files during startup. The default directory is /usr/share/snmp/mibs, bu...
[TXT] snmpd.h  1.119   3 months  martijn   Let the config parser make use of the mib_string2oid(). If a descriptor is not f...
[TXT] snmpe.c  1.94   4 months  claudio   Convert to imsg_get_fd() and remove unused proc_forward_imsg(). OK martijn@
[TXT] snmpe.h  1.3   4 months  martijn   Clean up snmpd's header situation. With the help of tb@ and include-what-you-us...
[TXT] trap.c  1.43   3 months  martijn   Let the config parser make use of the mib_string2oid(). If a descriptor is not f...
[TXT] traphandler.c  1.27   3 months  martijn   Let the config parser make use of the mib_string2oid(). If a descriptor is not f...
[TXT] usm.c  1.30   4 months  martijn   Remove a log_debug from usm_checkuser(). It would only display what is in the co...
[TXT] util.c  1.14   4 months  martijn   Clean up snmpd's header situation. With the help of tb@ and include-what-you-us...
[TXT] README (in the Attic) [Hide]  1.7   16 years  reyk   move README to the Attic; ask me directly if you need to know about the TODOs an...
[TXT] agentx.c (in the Attic) [Hide]  1.15   3 years  martijn   Remove agentx and control socket support. snmpctl has been removed two releases...
[TXT] application_legacy.c (in the Attic) [Hide]  1.2   6 months  martijn   Now that the last consumer of mps.c is gone, remove it and its application_legac...
[TXT] ber.3 (in the Attic) [Hide]  1.22   5 years  rob   The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpct...
[TXT] ber.c (in the Attic) [Hide]  1.52   5 years  rob   The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpct...
[TXT] ber.h (in the Attic) [Hide]  1.16   5 years  rob   The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpct...
[TXT] buffer.c (in the Attic) [Hide]  1.11   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] control.c (in the Attic) [Hide]  1.46   3 years  martijn   Remove agentx and control socket support. snmpctl has been removed two releases...
[TXT] imsg.c (in the Attic) [Hide]  1.14   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.h (in the Attic) [Hide]  1.7   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] kroute.c (in the Attic) [Hide]  1.39   19 months  martijn   Remove a lot of old (dead) code that's either been superseded, or moved to snmpd...
[TXT] mib.c (in the Attic) [Hide]  1.108   6 months  martijn   Move SNMPv2-MIB::system from mib.c into the new application_internal.c. This was...
[TXT] mps.c (in the Attic) [Hide]  1.31   6 months  martijn   Now that the last consumer of mps.c is gone, remove it and its application_legac...
[TXT] pf.c (in the Attic) [Hide]  1.13   19 months  martijn   Remove a lot of old (dead) code that's either been superseded, or moved to snmpd...
[TXT] snmpd.conf (in the Attic) [Hide]  1.3   16 years  reyk   move snmpd.conf to the etc/ directory. it is not installed yet by the build.
[TXT] timer.c (in the Attic) [Hide]  1.8   19 months  martijn   Remove a lot of old (dead) code that's either been superseded, or moved to snmpd...