summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-11-26remove "clever" shortcut that might bite later, ok gilles bennoHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-11-13handle msgbuf_write() returning EAGAINSebastian Benoit
2013-10-30another simple %i to %d conversion for obviousnessTheo de Raadt
2013-10-19Fix receipt of OID varbinds when sending trapsBret Lambert
2013-10-17Less ambiguous wording concerning control socket configuration options.Bret Lambert
2013-10-17Update snmpd(8) to use the proc.c privsep style from iked and relayd.Reyk Floeter
2013-10-16some .Pa;Jason McIntyre
2013-10-16no more -r; ok blambertJason McIntyre
2013-10-16 1) move the creation of 'restricted' communication socketsBret Lambert
2013-10-02Fix GETBULK mode that got broken with r1.14.Reyk Floeter
2013-10-01Add net-snmp's PEN.Reyk Floeter
2013-10-01Tell strvisx() to encode newlines found in octet-strings to avoid uglyReyk Floeter
2013-10-01add ber_oid_cmp() to the listReyk Floeter
2013-10-01fix typoReyk Floeter
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2013-10-01Add some PENs and sync the declarations.Reyk Floeter
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
2013-09-26smi is an SNMP term that means "Structure of Managed Information". IReyk Floeter
2013-09-11According to ITU X.690 (ASN.1 definition document), "octet strings"Bret Lambert
2013-09-07Plug a memory leak when walking the pfTblAddrTable in PF-MIBJoel Knight
2013-09-07Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters forJoel Knight
2013-08-26capitalize a section headerMike Belopuhov
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-21Bzero() the whole key before doing an RB_FIND() because smi_oid_cmp()Gerhard Roth
2013-03-30previous had one backslash too many;Jason McIntyre
2013-03-29Patch from Ilya Bakulin that allows to put snmpd(8) into read-only modeGerhard Roth
2013-03-11Report new PF "translation" counter, indicating that address translationStuart Henderson
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2013-03-04Fix compiler warnings about casts discarding const qualifiers andAlexander Bluhm
2013-01-24Even if there's no special seclevel required in snmpd.conf, we have toGerhard Roth
2013-01-14sm_usmerr should be initialized with OIDVAL, not MIB; ok reyk@Miod Vallat
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-11-29Wrong argument was passed to control_dispatch_imsg(). Use alwaysYASUOKA Masahiko
2012-11-29export ipintrq drops as ifInDiscards; ok reykMike Belopuhov
2012-11-13pasto in log messageFlorian Obser
2012-10-01Add some fairly random PEN (private enterprise numbers).Reyk Floeter
2012-10-01Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.Reyk Floeter
2012-09-28sync manpage with codeCamiel Dobbelaar
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-20add more sensor types to sensor framework.Yojiro Uo
2012-09-18update the standards and RFCsReyk Floeter
2012-09-18Add SNMPv3 in the EXAMPLES section.Reyk Floeter
2012-09-18sync mask2prefixlen6() with the nicer version from bgpd/kroute.c:Reyk Floeter
2012-09-18knfReyk Floeter
2012-09-17tweak previous;Jason McIntyre
2012-09-17let the debug message look like the configuration syntaxReyk Floeter