summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2023-11-20KNF, fix long line.Claudio Jeker
2023-11-20KNFClaudio Jeker
2023-11-20In snmpe_writecb, don't call snmpe_prepare_read() when there's stillMartijn van Duren
2023-11-19util.c requires stdint.h for UINT32_MAX and friends.Claudio Jeker
2023-11-17Set "unique_subject = no" to allow renewing expired certificates.Tobias Heider
2023-11-16In appl_processpdu() no need to set avi_next, and only set av_next upMartijn van Duren
2023-11-16avi_origid must also be set when transitioning out of theMartijn van Duren
2023-11-16Simplify CRL printingTheo Buehler
2023-11-16Improve CRL extension checkingTheo Buehler
2023-11-16Add a helper to extrct the CRL Number from a crlTheo Buehler
2023-11-16consider an MX of "localhost" as it were a "Null MX"Omar Polo
2023-11-15Correct denominators when converting NTP fixed point values to doubleOtto Moerbeek
2023-11-15Make sure we allocate the correct size for an appl_agentcap.Martijn van Duren
2023-11-15Don't let signify mess up our status lineAndrew Fresh
2023-11-15Improve output after waiting for package db lockAndrew Fresh
2023-11-15Better handle ftp errors in fw_updateAndrew Fresh
2023-11-15Improve fw_update output on errorsAndrew Fresh