Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer | |
default permissions and mtree NOT changed. prodded by benno, ok phessler benno jmatthew theo pelikan florian | |||
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus | |
2013-11-26 | remove "clever" shortcut that might bite later, ok gilles benno | Henning Brauer | |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit | |
found by millert@, ok deraadt@ | |||
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov | |
which allows us to modify ifnet structure in a relatively safe way; discussed with deraadt, ok mpi | |||
2013-11-13 | handle msgbuf_write() returning EAGAIN | Sebastian Benoit | |
ok reyk | |||
2013-10-30 | another simple %i to %d conversion for obviousness | Theo de Raadt | |
2013-10-19 | Fix receipt of OID varbinds when sending traps | Bret Lambert | |
ok reyk@ | |||
2013-10-17 | Less ambiguous wording concerning control socket configuration options. | Bret Lambert | |
requested by and ok deraadt@ | |||
2013-10-17 | Update snmpd(8) to use the proc.c privsep style from iked and relayd. | Reyk Floeter | |
ok sthen@ deraadt@ | |||
2013-10-16 | some .Pa; | Jason McIntyre | |
2013-10-16 | no more -r; ok blambert | Jason McIntyre | |
2013-10-16 | 1) move the creation of 'restricted' communication sockets | Bret Lambert | |
into snmpd.conf 2) add the ability to specify an alternate 'control' socket location 3) allow for the creation of multiple 'restricted' sockets (but only one control socket, for the time being) Committing slightly ahead of schedule in order to clear the pipeline for a few other upcoming changes. ok reyk@, sthen@ | |||
2013-10-02 | Fix GETBULK mode that got broken with r1.14. | Reyk Floeter | |
ok sthen@ | |||
2013-10-01 | Add net-snmp's PEN. | Reyk Floeter | |
2013-10-01 | Tell strvisx() to encode newlines found in octet-strings to avoid ugly | Reyk Floeter | |
line wraps. | |||
2013-10-01 | add ber_oid_cmp() to the list | Reyk Floeter | |
2013-10-01 | fix typo | Reyk Floeter | |
2013-10-01 | Add initial SNMP client utility to snmpctl(8). | Reyk Floeter | |
For example, snmpctl snmp walk 127.0.0.1 commit it deraadt@ | |||
2013-10-01 | Add some PENs and sync the declarations. | Reyk Floeter | |
2013-09-26 | shuffle some snmpd functions to make them visible in smi.c for snmpctl. | Reyk Floeter | |
ok gerhard@ blambert@ | |||
2013-09-26 | smi is an SNMP term that means "Structure of Managed Information". I | Reyk Floeter | |
thought about renaming the functions to just "snmp", but "smi" totally makes sense. So add a comment that explains the meaning of SMI (not life). | |||
2013-09-11 | According to ITU X.690 (ASN.1 definition document), "octet strings" | Bret Lambert | |
and derived types are allowed to have 0 content octets, whereas "bitstrings" are required to have at least 1 content octet. Adjust the checks in the trap acceptance code to allow for 0-length "octet strings" in SNMP traps. okay reyk@ | |||
2013-09-07 | Plug a memory leak when walking the pfTblAddrTable in PF-MIB | Joel Knight | |
2013-09-07 | Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters for | Joel Knight | |
'match' rules ok sten ryek | |||
2013-08-26 | capitalize a section header | Mike Belopuhov | |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-06-21 | Bzero() the whole key before doing an RB_FIND() because smi_oid_cmp() | Gerhard Roth | |
looks at more members than just 'o_id'. ok reyk@ | |||
2013-03-30 | previous had one backslash too many; | Jason McIntyre | |
2013-03-29 | Patch from Ilya Bakulin that allows to put snmpd(8) into read-only mode | Gerhard Roth | |
so that all "set" requests will be rejected. ok reyk@ | |||
2013-03-11 | Report new PF "translation" counter, indicating that address translation | Stuart Henderson | |
has failed due to no free ports in the configured range. ok mikeb@ | |||
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt | |
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are. ok's from various maintainers of these directories... | |||
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson | |
that from bgpd, so that it logs to syslog when daemonized. | |||
2013-03-04 | Fix compiler warnings about casts discarding const qualifiers and | Alexander Bluhm | |
comparison between signed and unsigned. No binary change. OK reyk@ joel@ gerhard@ | |||
2013-01-24 | Even if there's no special seclevel required in snmpd.conf, we have to | Gerhard Roth | |
validate the user of a received SNMPv3 request. If the configured user has a certain security level (i.e. authentication and maybe encryption), the received message must fulfill this security requirements, too. ok reyk | |||
2013-01-14 | sm_usmerr should be initialized with OIDVAL, not MIB; ok reyk@ | Miod Vallat | |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller | |
is no direct need for sys/proc.h or sys/resource.h. Some consumers of kinfo_proc need these for the proc flags and rlimit defines like RLIM_INF so add the appropriate includes to them. OK deraadt@ sthen@ | |||
2012-11-29 | Wrong argument was passed to control_dispatch_imsg(). Use always | YASUOKA Masahiko | |
(struct imsgev *)->data for the argument of imsgev handlers. ok reyk | |||
2012-11-29 | export ipintrq drops as ifInDiscards; ok reyk | Mike Belopuhov | |
2012-11-13 | pasto in log message | Florian Obser | |
ok henning | |||
2012-10-01 | Add some fairly random PEN (private enterprise numbers). | Reyk Floeter | |
2012-10-01 | Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable. | Reyk Floeter | |
This fixes an issue which aborted the address traversal / SNMP walk when an "any"/0.0.0.0 address was configured on an interface. The problem was found with a pppoe(4) device that is typically configured with 0.0.0.0 on startup. Found and fix tested by Gerhard Roth | |||
2012-09-28 | sync manpage with code | Camiel Dobbelaar | |
ok reyk | |||
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre | |
references into a STANDARDS section; | |||
2012-09-20 | add more sensor types to sensor framework. | Yojiro Uo | |
- Pressure (10^-3 Pa) - distance (10^-6 m) - acceleration (10^-6 m/s^2) ok deraadt@ reyk@ | |||
2012-09-18 | update the standards and RFCs | Reyk Floeter | |
2012-09-18 | Add SNMPv3 in the EXAMPLES section. | Reyk Floeter | |
2012-09-18 | sync mask2prefixlen6() with the nicer version from bgpd/kroute.c: | Reyk Floeter | |
"Instead of doing a poor mans offsetof() implementation change the code to use an end pointer to compare against. Looks less scary and makes gcc4 happy. OK henning@" (bgpd/kroute.c commit 1.182) | |||
2012-09-18 | knf | Reyk Floeter | |
2012-09-17 | tweak previous; | Jason McIntyre | |