summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-08-19Check the resources in ROAs and RSCs against EE certsTheo Buehler
2022-08-19Fix nexthop lookup for connected routes.Claudio Jeker
2022-08-19Split -p into own synopsisKlemens Nanni
2022-08-19spelling;Jason McIntyre
2022-08-19Add local bind mode, where ypldap manages the YP binding file itselfJonathan Matthew
2022-08-18In kroute_insert() fix the check for multipath routes. Use a helper variableClaudio Jeker
2022-08-18Remove dangling ASPA references until we land real supportJob Snijders
2022-08-18There is no need to pass the fd to send_rtmsg(), the fd is always theClaudio Jeker
2022-08-17Use memset() instead of bzero().Claudio Jeker
2022-08-17Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy().Claudio Jeker
2022-08-17Clarify and tidy up some commentsJob Snijders
2022-08-17Just use struct kif and kill struct kif_node. No need for this extraClaudio Jeker
2022-08-17Just 2 newline changes.Claudio Jeker
2022-08-17Add default case to switch to silence a warning seen with gcc.Claudio Jeker
2022-08-16Do not send kroutes from the RDE to the FIB with the true_nexthop butClaudio Jeker
2022-08-15Add initial piece for softraid(4) support on arm64Klemens Nanni
2022-08-15Neither clt_descreq nor clt_descresp in struct client need to be void *.Claudio Jeker
2022-08-15For FCGI_END_REQUEST reset the clt struct similar to what is done in theClaudio Jeker
2022-08-15plug some memory leaks in server_file_index when failures occurOmar Polo
2022-08-15plug a fd leak in read_errdoc if fstat fails or if the file is emptyOmar Polo
2022-08-12Implement slowcgi_timeout() to actually kill the backend bgpctl process.Claudio Jeker
2022-08-12No need to make a deep copy of the EE certTheo Buehler
2022-08-12pkg_add.1: fix typo in pkg stem with flavor exampleLandry Breuil
2022-08-12Use break instead of return so that a HEAD request still consumes all data.Claudio Jeker
2022-08-12fix regression introduced in previous commit. HEAD replies don't have aOmar Polo
2022-08-11correctly handle an abnormal fastcgi termination. httpd handles theOmar Polo
2022-08-10Clarify warning related to ROA eContentJob Snijders
2022-08-10Disallow AS Resources extension on ROA EE certificatesJob Snijders
2022-08-10Reverse NULL check in krVPN6_change()Theo Buehler
2022-08-10More kroute_nexthop cleanup. Mainly use direct assignment instead ofClaudio Jeker
2022-08-10Fix logic in network_dump_upcall()Claudio Jeker
2022-08-10Decrease how long to wait for the remote peer to send IO before giving upJob Snijders
2022-08-10fixup header for bgpctl show network so it lines up again.Claudio Jeker
2022-08-09Make the http code respect MAX_CONN_TIMEOUT and fail connects once theyClaudio Jeker
2022-08-08Unify the maximum idle IO timeout for RSYNC & HTTPSJob Snijders
2022-08-08Set rsync connection timeout to 15 seconds.Job Snijders
2022-08-07zap extra space in usage added by mistake in last commit.Omar Polo
2022-08-06add a -t flag to change the request timeoutOmar Polo
2022-08-06match recent Intel CPUs in fw_update(8)Jonathan Gray
2022-08-05Support wildcards in fw_update patternsAndrew Fresh
2022-08-04Once all files from argv have been read the main process can unveil toClaudio Jeker
2022-08-04SWITCH section in ifconfig(8) no longer exists; point people at VEB insteadStefan Sperling
2022-08-04Correct a markup mistake found with mandoc -T lint:Ingo Schwarze
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-08-03Add comment that NEXTHOP_FLAPPED is only set on oldstate of a nexthop.Claudio Jeker
2022-08-03Fix a modify after free error in kroute_remove()Claudio Jeker
2022-08-03Fix possible NULL dereference in knexthop_validate().Claudio Jeker
2022-07-30vmctl create accepts exactly one argumentKlemens Nanni
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray
2022-07-29don't leave user guessing after latest "no need to update"Marc Espie