| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
OK martijn@
|
|
OK martijn@
|
|
OK martijn@
|
|
|
|
be more clear what to use when a normal unsigned is desired.
This is in conformance with RFC 2578/SMIv2.
Ride yesterday's bump
OK tb@
|
|
|
|
overlook this. This change prevens indices larger then INT32_MAX, but this
shouldn't happen in the current code (relayd) anyway. In all other cases
the bytes would've been passed on to SNMP anyway, so there's no effective
difference there.
Probably no ABI-change, but we can ride yesterday's bump anyway.
OK tb@
|
|
OK tb@ and kn@
|
|
|
|
|
|
ok martijn
|
|
ok martijn
|
|
Requested by and OK deraadt@
|
|
uninitialized and clang doesn't trip over this.
Pointed out by and OK stsp@
|
|
OK martijn@
|
|
The error is present in the RFC byline, but that's no reason to ignore
an obvious typo when the correct punctuation is visible right above it.
ok jmc@ martijn@
|
|
the first is when a varbind index is of the type ipaddress.
the second is on EOMV and the a varbind index is ipaddress or octetstring,
where the wrong field is being freed (which in this case is always NULL and
unused)
|
|
1) Don't declare subagentx_index SA_DSTATE_CLOSE until all subfunctions
are done with it. This prevents premature freeing of the object.
2) In subagentx_index_free make sure that if an subagentx_object moves out
from under us we correct for this.
3) Don't call subagentx_index_free_finalize if sai_cstate is not
SA_CSTATE_CLOSE.
The first and last can be triggered when calling free while we're
disconnected from the agentx master.
The second one can only be triggered with when the freed object is not the
last one in the list.
|
|
of subagentx_session and subagentx_region but forgot to update it in the
manpage.
While here also fix a wrong quote and remove a function reference of the
non-existing variety.
|
|
* delete one stray .Ft line
* escape double quotes in a macro argument
* some .Nm -> .Fn and .Nm -> .Vt replacements where needed
* avoid excessive .Bl -tag -width
OK martijn@
|
|
This is the same code as I committed earlier to relayd with some fixes by
bluhm@. Not yet linked to the build so developers can return home before
things explode.
To be used by other daemons soon(tm).
OK bluhm@
|