Age | Commit message (Collapse) | Author |
|
has failed due to no free ports in the configured range. ok mikeb@
|
|
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directories...
|
|
that from bgpd, so that it logs to syslog when daemonized.
|
|
comparison between signed and unsigned. No binary change.
OK reyk@ joel@ gerhard@
|
|
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
|
|
|
|
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@
|
|
(struct imsgev *)->data for the argument of imsgev handlers.
ok reyk
|
|
|
|
ok henning
|
|
|
|
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
|
|
ok reyk
|
|
references into a STANDARDS section;
|
|
- Pressure (10^-3 Pa)
- distance (10^-6 m)
- acceleration (10^-6 m/s^2)
ok deraadt@ reyk@
|
|
|
|
|
|
"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)
|
|
|
|
|
|
|
|
|
|
|
|
Traps are still sent via SNMPv2 protocol. They can neither be
authenticated nor encrypted. - Transport mode is still UDP. Not
additional transport subsystems were added. - Only the User-based
Security Model (USM, RFC3414) is supported. View-Based Access Control
(VACM, RFC3415) is not included. - Configuration is described in
snmpd.conf(5).
This diff includes a few minor changes to ber.c/h adding a necessary
callback for the USM HMAC calculation and merging it with other
minor changes from ldapd's ber code.
From Gerhard Roth at genua
ok claudio@ reyk@
|
|
variants) for URLs, allowing mandoc -Thtml to properly generate links;
(sendmail.8 changes are simply using Lk, which i somehow missed in previous)
ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not,
but 1.21 does;
|
|
ok phessler@
|
|
Requested by deraadt.
|
|
ok sthen
|
|
|
|
functions return void.
ok krw@
|
|
From Gerhard Roth via tech@
ok krw@ sthen@
|
|
ok joel@
|
|
characters;
prompted by a diff from robert peichaer org
thanks gilles and henning for feedback
ok deraadt zinke
|
|
|
|
eyed a little by joel
|
|
hrSystemMaxProcesses.
ok sthen@
|
|
but we should use the correct type anyway.
BRIDGE-MIB::dot1dBasePortDelayExceededDiscards
BRIDGE-MIB::dot1dBasePortMtuExceededDiscards
OK joel@
|
|
ok krw@, sthen@
|
|
At least NetSNMP and HPOV now understand it.
ok joel@
|
|
openBSD.6 to avoid a conflict with relayd.
ok camield@
|
|
ok camield@, "start committing" deraadt@
|
|
useful rather than leaving that field empty.
ok sthen@ deraadt@
|
|
ok deraadt@
|
|
- change accuracy of SENSOR_FREQ from Hz to muHz
- add SENSOR_VOLTS_AC entry to userland programs
ok deraadt@
|
|
case carp(4) interfaces anymore. LINK_STATE_IS_UP() almost always does
the right job.
OK deraadt@ henning@
This needs a -current kernel or link state may be not reported correctly.
|
|
the standard OpenBSD-style parse.y handle continuing lines with backslashes,
paying particular attention to how comments are handled (which can cause
nasty side-effects if you're not expecting it).
Most wording from jmc@, with suggestions from fgsch@, marc@, Richard Toohey,
patrick keshishian and Florian Obser, ok jmc@.
|
|
|
|
send route updates. If you aren't interested in examining routing tables
over SNMP (e.g. if you only use it for sensors or interface stats) this
reduces cpu use during heavy route updates. Makes my full-table bgp
routers happier when a major peer bounces. ok reyk@
|
|
that we've got name we want for the API we want
"ZAP!" deraadt@
|
|
change and fixing the ber element handling in snmpd itself.
tested by jsg@
|