summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2023-11-29aliases package.5 as packing-list and plist, since this is the entryMarc Espie
2023-11-28relay_read_http: tighten up header parsingTodd C. Miller
2023-11-27Add missing error check for yp_get_default_domain()Theo Buehler
2023-11-27interfacename -> interface to match usage and other manuals; OK florianKlemens Nanni
2023-11-25recognize future updatedb tagged packagesMarc Espie
2023-11-25forgot to zap really old D/FMarc Espie
2023-11-25-h is handled by State.pm, don't try to recognize itMarc Espie
2023-11-25check_security has been around long enough, no need to check quirks canMarc Espie
2023-11-25reinstate checking the keytype, which I unwittingly dropped a long time ago.Marc Espie
2023-11-25reason this is hereMarc Espie
2023-11-25dead tooMarc Espie
2023-11-25this is dead since 2016Marc Espie
2023-11-24add glue to match usage against actual options, as a debugging facilityMarc Espie
2023-11-24Require files to be of a minimum size in the RRDP & RSYNC transportsJob Snijders
2023-11-23tweak previous; suggested by jmcFlorian Obser
2023-11-23Don't set directory modtimes to match the sourceJob Snijders
2023-11-23need to represent the option for it to actually make it into the packageMarc Espie
2023-11-22Recognize option ipv6-only-preferred (RFC8925).Florian Obser
2023-11-22Prepare to do the updatedb stuff as an @option, so that the code is less ad-hocMarc Espie
2023-11-21Make RTFILTER/filter-routes a simple boolean assignment, since theMartijn van Duren
2023-11-20Rename struct imsgbuf *ibuf to *imsgbuf. Same was done in bgpd.Claudio Jeker