summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2023-12-20btrace: "too long line" -> "line too long"Dave Voutila
2023-12-19Show the RTR protocol version in the `bgpctl show rtr` output.Claudio Jeker
2023-12-18Rephrase some warnings related to ManifestsJob Snijders
2023-12-18Add a family argument to host(). This allows us to force a specific addressMartijn van Duren
2023-12-18Fix copy-paste error for setting source-address in trap receiver.Martijn van Duren
2023-12-18bump versionSebastian Benoit
2023-12-18Fix two memory leaks:Martijn van Duren
2023-12-14Mostly straightforward conversion to imsg_get_fd() only the handlingClaudio Jeker
2023-12-14Use imsg_get_fd() to access the file descriptor passed in the imsg.Claudio Jeker
2023-12-14Rewrite send_packet to update the eigrp header without using ibuf_seek.Claudio Jeker
2023-12-14rpki-client: make IP address block checks stricterTheo Buehler
2023-12-13Match what reorder_kernel is doing and use kern.osversion to find out whetherAntoine Jacoutot
2023-12-13Use imsg_get_fd() to access the control fd.Claudio Jeker
2023-12-12The OID inside snmpTrapOID is of type NOTIFICATION-TYPE, which does notMartijn van Duren
2023-12-12Do a bitter cleanup after the config defined objects on shutdown.Martijn van Duren
2023-12-12io_read_buf() abused the ibuf internal rpos which is no longer allowed.Claudio Jeker
2023-12-11Warn when the same manifestNumber is recycled across multiple issuances of th...Job Snijders
2023-12-11Log a warning when a manifest replay is detectedJob Snijders
2023-12-10Since errno isn't used here, use warnx() instead of warn()Job Snijders
2023-12-09Following a failed fetch, use a previously cached and valid ManifestJob Snijders
2023-12-06Periodically reset constraint DNS info for constraints that failedOtto Moerbeek
2023-12-05reject headers that start with a space or tabOmar Polo
2023-12-03move to using updatedb annotation exclusivelyMarc Espie
2023-12-03add the `no-dsn' option to `listen on socket' tooOmar Polo
2023-12-03set the socket family too to mirror the LISTEN case; no-op in practiceOmar Polo
2023-12-03enable DSN (Delivery Status Notification) for the implicit socket tooOmar Polo
2023-12-01relay_read_http: strip out Content-Length if we strip the body tooTodd C. Miller
2023-12-01Make sure we read a complete struct fsinfo even if the filesystem sectorsMiod Vallat
2023-12-01allow tables and filter over multiple linesOmar Polo
2023-11-29relay_read_http: defer header parsing until after line continuationTodd C. Miller