summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-03-13better without warningsMarc Espie
2022-03-13show the realname in verbose mode for tieing.Marc Espie
2022-03-13make those checks less chatty... once the file is not there, we don't needMarc Espie
2022-03-11Fix overflow protection check in the poll loop. The check needs to happenClaudio Jeker
2022-03-10Add mtw(4) to fw_update(8).hastings
2022-03-10Inform fw_update(8) about mtw(4) pattern.hastings
2022-03-10authentcation -> authenticationJonathan Gray
2022-03-10immediatly -> immediatelyJonathan Gray
2022-03-09spelling/wordingJonathan Gray
2022-03-09bandwith -> bandwidthJonathan Gray
2022-03-09fix a minor bug that's going to become more relevant: mark cwds asMarc Espie
2022-03-08Avoid leak of roa in rtr_parse_ipv{4,6}_prefix()Theo Buehler
2022-03-08No need to print fetchtable twice in this error message.Claudio Jeker
2022-03-07Resolve clang unused-but-set warnings in vmd's vioscsi.c.Dave Voutila
2022-03-04Only provide the .gz file if timestamp is >= the non-gzip file. MakeTheo de Raadt
2022-03-03Move rde_send_kroute() from rde_generate_updates() to prefix_evaluate().Claudio Jeker
2022-03-03Remove the labelid from struct kroute_full. It was never really used.Claudio Jeker
2022-03-03Pick correct firmware directory. Read the target kernel version and usesdk
2022-03-02struct stat from early file inspection was being used after actual fileTheo de Raadt
2022-03-02Simplify .gz handling a bitTheo Buehler
2022-03-02Adapt prefix_adjout_update() the same way as prefix_adjout_withdraw()Claudio Jeker
2022-03-02Correct prefix_adjout_destroy() prototypeClaudio Jeker
2022-03-02Refactor prefix_adjout_withdraw()Claudio Jeker
2022-03-02Nothing uses kv_flags.Florian Obser
2022-03-01vmd(8): gracefully handle hitting data limits when starting a vmDave Voutila
2022-03-01up_dump_prefix() should not clear the p->flags before possibly callingClaudio Jeker
2022-03-01Rewrite some comments to hopefully be easier to understand.Claudio Jeker
2022-03-01Remove another empty lineClaudio Jeker
2022-03-01Reshuffle functions for better order and remove an excessive empty line.Claudio Jeker
2022-02-28#include <disktab.h> not needed for successful compile.Kenneth R Westerback
2022-02-28Instead of handrolling what is mostly prefix_link/prefix_unlink inClaudio Jeker
2022-02-28In the Adj-RIB-Out specific dump functions assert that PREFIX_FLAG_ADJOUTClaudio Jeker
2022-02-27Add gzip-static option to httpd. This allows to deliver precompressedAlexander Bluhm
2022-02-26Remove excessive ;Claudio Jeker
2022-02-25Whitespace.Rob Pierce
2022-02-25The pointer returned by pt_fill() can be directly used in most cases.Claudio Jeker
2022-02-25For add-path send the Adj-RIB-Out needs to handle multiple paths perClaudio Jeker
2022-02-24struct prefix holds path_id_tx for the path id sent to peers whenClaudio Jeker
2022-02-23merge upstream commit to unbound: "Fix that TCP interface does not useStuart Henderson
2022-02-23merge unbound 1.15.0Stuart Henderson
2022-02-23update to unbound 1.15.0, ok florian@Stuart Henderson
2022-02-23Make it possible to bind and connect to non-default ports. This is mainlyClaudio Jeker
2022-02-22Use sizeof() instead of KI_MAXCOMLEN and KI_WMESGLEN in structs.Todd C. Miller
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo de Raadt
2022-02-22Since other exported commandnames were increased to 24 and graduated intoTheo de Raadt
2022-02-22Convert parse.y to use stdint.h types uintX_t instead of u_intX_tClaudio Jeker
2022-02-22Since other exported commandnames were increased to 24 and graduated intoTheo de Raadt
2022-02-22requestid is a 32 bit integer, make sure that we request that withMartijn van Duren
2022-02-22Plug leak in ec_key_create()Theo Buehler
2022-02-22whitespace/KNFTheo Buehler