Age | Commit message (Expand) | Author |
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 |
2023-10-24 | appl_agentx_free() closes any open sessions before freeing everything up. | Martijn van Duren |
2023-10-24 | revert Subst.pm r1.24 again, it breaks package creation | Christian Weisgerber |
2023-10-24 | Always check if the context is available inside appl_agentx_recv(). | Martijn van Duren |
2023-10-24 | Verify if supplied AgentX PDU header flags are valid for given PDU type | Martijn van Duren |
2023-10-24 | RFC2741 section 7.1.1 tells us that if a pdu can't be parsed we must | Martijn van Duren |
2023-10-24 | According to RFC2741 section 6.1.1 an agentx-response-pdu shouldn't have | Martijn van Duren |
2023-10-24 | Make sure that unpacking of an AgentX OID doesn't contain more than 128 | Martijn van Duren |
2023-10-24 | Remove filter-pf-addresses. This feature has been deprecated since 7.2 in | Martijn van Duren |
2023-10-23 | sorry, somehow I did redo this line badly and didn't retest | Marc Espie |
2023-10-23 | Revert Subst.pm r1.22. It broke ordinary pkg_add usage | Theo Buehler |
2023-10-23 | Use xoff instead of *olen in the shift_right() call. xoff is the right | Claudio Jeker |
2023-10-23 | split on spaces as well, to take advantage of += | Marc Espie |
2023-10-23 | add some limited capability to -DVAR+=value | Marc Espie |
2023-10-23 | Fix radiusd(8) to fixup MPPE-{Send,Recv}-Key and Tunnel-Password | YASUOKA Masahiko |
2023-10-22 | bt(5), btrace(8): execute END probe and print non-empty maps upon exit() | Scott Soule Cheloha |
2023-10-19 | syslogd(8) counts dropped UDP packets. | Alexander Bluhm |
2023-10-19 | Add experimental support for secp256r1 aka P-256 aka prime256v1 | Job Snijders |
2023-10-19 | While the ibuf_add calls should not fail the way they are used it | Claudio Jeker |
2023-10-19 | Convert rtr_proto.c to use new ibuf API. | Claudio Jeker |
2023-10-19 | Convert the session engine to use the new ibuf API. | Claudio Jeker |
2023-10-18 | only strip actual file/line part from the eval error | Marc Espie |
2023-10-18 | rpki-client: move inherit in {ip,as}_warn() | Theo Buehler |
2023-10-18 | rpki-client: rework ip_addr_check_overlap() | Theo Buehler |
2023-10-18 | rpki-client: rework as_check_overlap() | Theo Buehler |
2023-10-18 | rfc3779: no need for err.h, but we do need asn1.h | Theo Buehler |
2023-10-17 | Neither sin_len nor sin6_len can be 0 so these checks are not needed. | Claudio Jeker |
2023-10-17 | Remove bogus plen != 0xff check | Claudio Jeker |
2023-10-16 | Improve IPv6 link-local address handling | Claudio Jeker |
2023-10-14 | Verify but don't overwrite SHA256.sig in fw_update(8) | Andrew Fresh |
2023-10-14 | Rewrite log_peer_info() and log_peer_warn[x]() | Claudio Jeker |
2023-10-13 | Allow imposing constraints on RPKI trust anchors | Job Snijders |
2023-10-13 | Add missing Ns in argument list of announce (IPv4|IPv6) ... | Claudio Jeker |