summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2021-05-05Refactor vm_instance to return error value directly.dv
2021-05-05Emit an integer instead of a string in JSON outputjob
2021-05-05Clarify -n behaviorjob
2021-05-05Document new reload behaviour. From Ashton FaggClaudio Jeker
2021-05-04gzread(3) doesn't always set errno, so use gzerror(3)dv
2021-05-04Move unused task queue stuff to the attic.dv
2021-05-04Init debug logging state before attempting to log.dv
2021-05-04okay, prevent pkg_* from looking into /usr/local BUT special-case quirksMarc Espie
2021-05-04More comment changes to reflect reality. No functional change.Claudio Jeker
2021-05-04Update comment to match reality.Claudio Jeker
2021-05-04not yet, need to figure out how to fix quirks firstMarc Espie
2021-05-04and do the same thing to pkg_mklocatedbMarc Espie
2021-05-04prevent the base pkg tools from looking under /usr/localMarc Espie