summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2024-01-09The End of Data PDU changed between v0 (RFC6810) and v1 (RFC8210).Claudio Jeker
2024-01-09rtr_parse_notify() state check is special since we ignore the PDU whenClaudio Jeker
2024-01-09Be more consistent with RTR parse error reporting.Claudio Jeker
2024-01-09Convert the parent process imsg handling over to the new imsg API.Claudio Jeker
2024-01-09Delete support for FFS filesystems before the in-inode symlinkPhilip Guenther
2024-01-08Only use DIR_VALID in noop modeTheo Buehler
2024-01-08Rework rtr_parse_header() and introduce rtr_check_session_id() to makeClaudio Jeker
2024-01-08Simplify the IMSG_CTL_KROUTE after the change in bgpd.Claudio Jeker
2024-01-08Define and use struct ctl_kroute_req to encode the arguments ofClaudio Jeker
2024-01-08Pass the request packet to response decorations for future use.YASUOKA Masahiko
2024-01-07rpki-client: zap a stray spaceTheo Buehler
2024-01-07rpki-client: print revocation time in filemodeTheo Buehler
2024-01-06Prevent use after free of TLS context at syslogd(8) shutdown.Alexander Bluhm
2024-01-06put the real sizes into the "title" attribute so that hovering shows theMarc Espie
2024-01-05Improve rtr_send_error() logging and demote the FSM state changes fromClaudio Jeker
2024-01-04make auto-index betterMarc Espie
2024-01-04Rewrite the imsg handling using the new API functions.Claudio Jeker
2024-01-04Convert the RTR PDU parser to use the new ibuf API.Claudio Jeker