index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2023-11-12
Now that the last consumer of mps.c is gone, remove it and its
Martijn van Duren
2023-11-12
Move snmpd.conf's oid keyword into application_internal.c. These objects
Martijn van Duren
2023-11-10
zap some unused includes
Jasper Lievisse Adriaanse
2023-11-09
vmctl(8): avoid abort when given an invalid "kernel" file.
Dave Voutila
2023-11-08
Don't do the time window check if we're noAuthNoPriv. It's only needed
Martijn van Duren
2023-11-08
Let usm_make_report() utilize appl_report(). usm_make_report utilized
Martijn van Duren
2023-11-08
Let appl_report() collect its own metrics. This simplifies the interface
Martijn van Duren
2023-11-08
Don't rely on aru_pdu to rebuild the original varbindlist on error.
Martijn van Duren
2023-11-08
Don't use aru_pdu for determining the requesttype. It's owned by
Martijn van Duren
2023-11-08
On second thought let's not overwrite sm_pdutype with a hardcoded value
Martijn van Duren
2023-11-08
export SNMP-TARGET-MIB::{snmpUnavailableContexts,snmpUnknownContexts}
Martijn van Duren
2023-11-08
Hook up snmpTargetMIB to MIB_TREE.
Martijn van Duren
2023-11-08
Avoid a NULL dereference when handling a malformed fastcgi request.
Todd C. Miller
2023-11-08
remove accidental double space
Theo de Raadt
2023-11-08
pkg_add: sort flags in usage message
Caspar Schutijser
2023-11-08
RFC 7505 ("Null MX") handling
Omar Polo
2023-11-07
iface->auth_key is not a real C string so use strnlen() to define the maximum.
Claudio Jeker
2023-11-07
Rename struct imsgbuf *ibuf to *imsgbuf in all places.
Claudio Jeker
2023-11-07
Alter imsg_move() to clear the full imsg buffer instead of just the
Claudio Jeker
2023-11-06
Hook up agentx-{Add,Remove}AgentCaps-PDU to appl_{add,remove}agentcaps.
Martijn van Duren
2023-11-06
Readd the sysORTable based on the new struct appl_agentcap.
Martijn van Duren
2023-11-06
Allow agent capabilities to be stored on a per appl_context basis.
Martijn van Duren
2023-11-06
Allow appl_internal_object's getnext to be called.
Martijn van Duren
2023-11-04
Use proper length in session_newmsg() for the RFC9072 case.
Claudio Jeker
2023-11-04
Move SNMPv2-MIB::system from mib.c into the new application_internal.c.
Martijn van Duren
2023-11-04
Move SNMPv2-SMI::snmpV2 from mib.c into the new application_internal.c
Martijn van Duren
2023-11-04
Move SNMPv2-MIB::snmp from mib.c into the new application_internal.c
Martijn van Duren
2023-11-04
Introduce application_internal.c. This backend is meant to replace
Martijn van Duren
2023-11-03
initialize `format' earlier
Omar Polo
2023-11-03
cast tv_usec to long for *printf
Omar Polo
2023-11-03
Be explicit in saying what a shell pattern is.
Marc Espie
2023-11-03
vmd(8): fix block size calculation for vioscsi devices.
Dave Voutila
2023-10-29
Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning
Klemens Nanni
2023-10-29
When doing a get{next,bulk} below an instance we must move the OID to
Martijn van Duren
2023-10-29
searchrange.end is non-inclusive. Adjust the tests for that.
Martijn van Duren
2023-10-27
Simplify the handling of optparamlen and RFC9072 support.
Claudio Jeker
2023-10-27
If an invalid varbindlist was returned by a backend we would call
Martijn van Duren
2023-10-27
Use event_add(), instead of calling appl_agentx_send() directly. If an
Martijn van Duren
2023-10-27
The holdtime is added to the ibuf with ibuf_add_n16() so no need to
Claudio Jeker
2023-10-25
vmd(8): stop toggling irq deassert for edge triggered devs.
Dave Voutila
2023-10-25
okay, that one ought to work.
Marc Espie
2023-10-24
FC3416 section 4.2.1 (and others) tells us that if an error occurs the
Martijn van Duren
2023-10-24
Certain error codes are only intended for certain request-types. Add an
Martijn van Duren
2023-10-24
If a backend registers as an instance it must never return OIDs below
Martijn van Duren
2023-10-24
set ab_range explicitly to 1 for appl_agentx_session instead of relying
Martijn van Duren
2023-10-24
When returning an endOfMibView we must always set it on the requested OID.
Martijn van Duren
2023-10-24
When opening 2 sessions on an agentx connection and registering 2
Martijn van Duren
2023-10-24
Fix appl_unregister() when called with range_subid set to !0.
Martijn van Duren
2023-10-24
Fix appl_register() when called with range_subid set to !0.
Martijn van Duren
2023-10-24
RFC2741 section 6.2.2 says that reasonByManager can only be used by the
Martijn van Duren
[next]