summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-06-08vmd(8): malicious dhcp packets on local ifs can cause stack overflowsdv
2021-06-07btrace(8): add "cpu" to long conversiondv
2021-06-07tweak previous: avoid markup and refer to an HTTP header only by itsTheo Buehler
2021-06-06appease mandoc -TlintTheo Buehler
2021-06-06Add .Pp for consistency with all other config blocks.Theo Buehler
2021-06-03Use O_DIRECTORY when opening directories. This makes some errors a bitClaudio Jeker
2021-06-03typoTheo de Raadt
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback
2021-06-02Add GPT support; stolen from i386_installboot.c.Mark Kettenis
2021-06-02vmd(8): allow locking a randomly assigned lladdrdv
2021-06-01amd64 U-Boot arch code should be ARCH_X86_64 not ARCH_IA64Jonathan Gray
2021-06-01list aarch64 as a valid archJonathan Gray
2021-05-30decode multimedia classJonathan Gray
2021-05-27Stop processing UPDATES if the peer is not up.Claudio Jeker
2021-05-27Rename and move functions used to get per-peer settings to theClaudio Jeker
2021-05-27remove excessive tabs and fix a tyop in comment.Claudio Jeker
2021-05-27Fix more warningsjob
2021-05-27Use negotiated capabilities to decide if a ROUTE-REFRESH message can beClaudio Jeker
2021-05-27Use correct RFC number in commentClaudio Jeker
2021-05-27Fix warningjob
2021-05-27When generating updates for a peer that has 'rde evaluate all' set theClaudio Jeker
2021-05-27Fix how the rde_eval_all flag is tracked. Make sure it is correctly setClaudio Jeker
2021-05-27Add the bits needed in bgpctl to show the new ADD-PATH and enhancedClaudio Jeker
2021-05-27bgpd(8) will soon support ADD-PATH (RFC7911) and enhanced route refreshClaudio Jeker
2021-05-27Fix bad logic in last commit. If graceful restart is on and the forwardingClaudio Jeker
2021-05-27Improve graceful restart capability handling.Claudio Jeker
2021-05-26replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.cEric Faurot
2021-05-26remove unused codeEric Faurot
2021-05-25remove obsolete filesEric Faurot
2021-05-25Instead of the old way of prefix withdraw on a bad AS4_PATH treat it withClaudio Jeker
2021-05-23vmd(8): skip inspecting non-udp packets on local interfacesdv
2021-05-23add missing entry for cafileEric Faurot
2021-05-23add more TLS options to smtp(1):Eric Faurot
2021-05-22add semantic markup as suggested by schwarze@ and jmc@Eric Faurot
2021-05-22reorder entriesEric Faurot
2021-05-22allow to specify TLS ciphers and protocols in smtp(1)Eric Faurot
2021-05-22Remove ipsec_utils.c, its headers, and the code block which use itYASUOKA Masahiko
2021-05-20Fix previous.Florian Obser
2021-05-20Properly initalize the MRT config so that mrt_reconfigure() is doing theClaudio Jeker
2021-05-20Fix bgpctl show mrt argument list. Seems like peers was added in the wrongClaudio Jeker
2021-05-20Rename context to pdutype. This is in line with the naming schema from theMartijn van Duren
2021-05-20Call tls_accept_socket() and tls_connect_socket() immediatly instead ofEric Faurot
2021-05-20build pcidump on riscv64Jonathan Gray
2021-05-19When we disable "Transfer-Encoding: chunked" in the fastcgi backendFlorian Obser
2021-05-18bump rpki-client versionSebastian Benoit
2021-05-18vmd(8): guest virtio drivers can cause stack & buffer overflowsdv
2021-05-17Limit the number of concurrent RTR connects to 32.Claudio Jeker
2021-05-17Do not try to chunk encode an empty http body coming from an fcgiFlorian Obser
2021-05-16Capabilities are only supported on a session when both sides announceClaudio Jeker
2021-05-15Remove outdated comment. We got all httpd headers from the fcgi serverFlorian Obser