summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2024-01-04Rename argument roa of imsg_send_sockets() to rtr since the imsgbuf isClaudio Jeker
2024-01-04fix IPv6 addresses table lookupsOmar Polo
2024-01-04set_localaddrs(): don't wrap IPv6s address with braces twiceOmar Polo
2024-01-03vmd(8): improve error messages when out of tap devices.Dave Voutila
2024-01-03Use "established" and "exchange" as RTR state names.Claudio Jeker
2024-01-03relax ORCPT syntax validationOmar Polo
2024-01-03vmd(8): remove unused variable from vionet_notify_tx.Dave Voutila
2024-01-02have quirks behave way more like other packages so it can have dependenciesMarc Espie
2023-12-29bump versionTheo Buehler
2023-12-29Pass correct file to warnx()Theo Buehler
2023-12-29Fix a NULL access or use-after-free bugJob Snijders
2023-12-28don't add values we won't print, use scandir properlyMarc Espie
2023-12-27Refactor rtr_parse_error() so that even a NO_DATA_AVAILABLE is loggedClaudio Jeker
2023-12-27sync table(5) with realityOmar Polo
2023-12-27Mark rrdp debug logging functions as used in regressTheo Buehler
2023-12-27Rework the warnings on internet resourcesTheo Buehler
2023-12-26Do not accept empty delta elementsTheo Buehler
2023-12-24Zal dead codeJob Snijders
2023-12-24Rewrite dev_mkdb with FTSGreg Steuck
2023-12-23remove trailing whitespacesOmar Polo
2023-12-22Call log_setverbosity() directly after getopt() so that debuggingMartijn van Duren
2023-12-22Remove a log_debug from usm_checkuser(). It would only display what is inMartijn van Duren
2023-12-21mib_init() and MIB() disappeared with mib.c, remove their declarations.Martijn van Duren
2023-12-21Clean up snmpd's header situation.Martijn van Duren
2023-12-20update to nsd 4.8.0Florian Obser
2023-12-20introduce log_ntp_addr() and use it where applicable, avoids a nullOtto Moerbeek
2023-12-20btrace: add support for hex and octal values.Dave Voutila