summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-01-27firmware for qwx(4) devicesPeter Hessler
2024-01-27Implement an initial SMIv2 parser based around RFC257[89]. RFC2580 isn'tMartijn van Duren
2024-01-26Add a -V flag to bgplgdJob Snijders
2024-01-25Return 0 when accessing an argument not defined in a probe.Martin Pieuchot
2024-01-25Use RFC7606 treat-as-withdraw for ORIGIN attributes with an invalid value.Claudio Jeker
2024-01-25Siwtch IMSG_CTL_SHOW_RIB_COMMUNITIES over to the new ibuf api.Claudio Jeker
2024-01-25Convert most attributes in rde_attr_parse() to new ibuf API.Claudio Jeker
2024-01-24Convert the community parsers to the new ibuf api.Claudio Jeker
2024-01-23Consider the whole tuple when reading a map entry whose key is that tuple.Martin Pieuchot
2024-01-23Adopt bgpctl code to the ibuf changes done in bgpd.Claudio Jeker
2024-01-23Start converting the message parser to use the new ibuf api.Claudio Jeker
2024-01-23Fix tab after spaceClaudio Jeker
2024-01-23KNF, space before EOLClaudio Jeker
2024-01-23Fixup more spacesClaudio Jeker
2024-01-23SpacesClaudio Jeker
2024-01-23Split cases and call peer_stale() individually instead of using aClaudio Jeker
2024-01-23found some boilerplate strncpy to replace with strlcpy. They are inTheo de Raadt
2024-01-23Warn about overclaiming intermediate CAs, but don't errorJob Snijders
2024-01-20Use imsg_get_fd() to access the fd passed via imsgs.Claudio Jeker
2024-01-18Convert IMSG_UPDATE and session_update() to new imsg API and ibufs.Claudio Jeker
2024-01-18Use imsg_get_fd() in vmd.Claudio Jeker
2024-01-18Convert the simple imsgs to use imsg_get_data().Claudio Jeker
2024-01-18The CRL's purported signing time actually is called thisUpdate, not lastUpdateJob Snijders
2024-01-18Convert privsep imsg code to use imsg_get_fd().Claudio Jeker
2024-01-18Fix IMSG_RECONF_ASPA handling. The rde did not expect what the rtr processClaudio Jeker
2024-01-17Use imsg_get_fd()Claudio Jeker
2024-01-17Use imsg_get_fd() and a local variable.Claudio Jeker
2024-01-17Convert to use imsg_get_fd() since proc_forward_imsg() never forwards aClaudio Jeker
2024-01-17Get all variable-length values for the parent server before linking theClaudio Jeker
2024-01-16Update standards referenceJob Snijders
2024-01-16Handle variable names (things strating with $ or @) in yylex() this wayClaudio Jeker
2024-01-16Convert to imsg_get_fd() and remove unused proc_forward_imsg().Claudio Jeker
2024-01-16Switch session_notification() over to use a struct ibuf to carry theClaudio Jeker
2024-01-15Convert the simple bits of imsg handling over to the new imsg API.Claudio Jeker
2024-01-15A cache can send a 'NO_DATA_AVAILABLE' error during version negotiationClaudio Jeker
2024-01-12Clarify some behaviour for 'vmctl start' and 'vmctl reload'Mike Larkin
2024-01-12Convert the simple IMSG calls in session.c to the new imsg API.Claudio Jeker
2024-01-11rename field ibuf to imsgbuf in struct ctl_connClaudio Jeker
2024-01-11Clear the last errors after receiving a RTR_EVNT_END_OF_DATA event.Claudio Jeker
2024-01-11Move the 'Last received shutdown reason:' output a bit down where it makesClaudio Jeker
2024-01-11Clear the last_sent_errcode, last_rcvd_errcode and last_reason whenClaudio Jeker
2024-01-11Display the exported rtr session state and fix a missing indent.Claudio Jeker
2024-01-11Export the rtr session state as string.Claudio Jeker
2024-01-11Make the -P option work for Trust Anchor certificates as wellJob Snijders
2024-01-11Try to improve RTR version negotiation.Claudio Jeker
2024-01-10Improve rtr_send_error() so that there is no need to log_warnx() before.Claudio Jeker
2024-01-10Add missing newlines in printf.Claudio Jeker
2024-01-10Implement log_roa() and log_aspa() and use these functions in printconf.cClaudio Jeker
2024-01-10Update the control.c code to use the new imsg API.Claudio Jeker
2024-01-10vmm/vmd: add io instruction length to exit information.Dave Voutila