summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2021-05-13RFC 4861 4.1 allows router solicitations from the unspecified addressFlorian Obser
2021-05-13acme-client: use EC_POINT_{get,set}_affine_cooordinates()Theo Buehler
2021-05-12vmctl(8): remove unveil from disk image creation routinesdv
2021-05-12vmd(8): omit a possibly uninitialized var in a log_warnxMike Larkin
2021-05-11Don't leak fd on error.Claudio Jeker
2021-05-11Make sure some variables are initialised since modern gcc warns about them.Claudio Jeker
2021-05-11Arm the alarms in all childs so they terminate if the timeout is hit.Claudio Jeker
2021-05-11Before calling ASN1_time_parse() initialize the struct tm. WhileClaudio Jeker
2021-05-11Use non-blocking connect() to setup the RTR socket. connect() can hang forClaudio Jeker
2021-05-10To add keep-alive support the read handler got changed a lot. Now whenClaudio Jeker
2021-05-09Garbage collect sz in mft_parse_filehash() which has been unusedTheo Buehler
2021-05-09two whitespace tweaksTheo Buehler
2021-05-09Remove unnecessary NULL check that breaks the build with OpenSSL 1.1.Theo Buehler
2021-05-06Bring comment in sync with the code. No functional change.Claudio Jeker
2021-05-06Add an 'expires' column to CSV & JSON outputjob
2021-05-06export [ none | default-route ] changes are not handled by reload.Claudio Jeker
2021-05-06It is no longer required to reset a session when export is changed.Claudio Jeker
2021-05-06Improve reload behaviour of RDE peer flags and export_type.Claudio Jeker