summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-04-25Document 'ikectl show sa'.tobhe
2020-04-25update filter documentation after protocol changeEric Faurot
2020-04-25point out that the "junk" filter decision adds the X-Spam headerEric Faurot
2020-04-24Simplify the grammar by letting the lexer handle builtin keywords.Martin Pieuchot
2020-04-24Print given identifier in the error message when no matching probe exist.Martin Pieuchot
2020-04-24strip trailing CRs at smtp level rather than io levelEric Faurot
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-23replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;Jason McIntyre
2020-04-23Implement builtin 'cpu' keyword.Martin Pieuchot
2020-04-23Try to document 'no local-address'Claudio Jeker
2020-04-23Store local-address by address family. This allows to configure bothClaudio Jeker
2020-04-23Correctly parse "0/0" as the default route when specifyingKenneth R Westerback
2020-04-23Extend map to support keys composed of multiple arguments.Martin Pieuchot
2020-04-23Always initialize cachedir and outputdir.Sebastian Benoit
2020-04-23Make debug output less verbose.Martin Pieuchot
2020-04-22Check for the dispatcher name in the envelope validation function.Eric Faurot
2020-04-21tweak previous;Jason McIntyre
2020-04-21vmd: improve concurrency control in pausepd
2020-04-20Document the suggested interval in man pagejob
2020-04-20Strip the 'in bgpd' in the title of the rpki-client man page.Claudio Jeker
2020-04-18rename the "options" field to "flags" (as suggested by millert): an optionalJason McIntyre
2020-04-18Rewrite the flag-parsing code to be getopt-like. Tight formations likeTheo de Raadt
2020-04-18use correct path for the default cache dir in rpki-client(8). ok claudio@Stuart Henderson
2020-04-18improve whitespaces in usageTheo de Raadt
2020-04-17switch email and result fields in mail-from/rcpt-to event reportsEric Faurot
2020-04-17Document using /etc/ethers to look up ethernet addresses. ok krw@,Darren Tucker
2020-04-17Log skipped jobs in job_add() not job_runqueue().Todd C. Miller
2020-04-16Support looking up ethernet addresses in /etc/ethers at dhcpd startup time.Darren Tucker
2020-04-16Reflow text so that the -[nsq] options are described as an optional [options]Theo de Raadt
2020-04-16Add a mechanism to prevent cron jobs from running concurrently.Todd C. Miller
2020-04-16remove the libcrypto cleanup before exit. Most of the functions areClaudio Jeker
2020-04-16It is unclear why data is memcpy-ed into a char buf[2] that is used asClaudio Jeker
2020-04-16Revert last commit, this file slipped in.Claudio Jeker
2020-04-16Replace deprecated ERR_remove_state(0) with ERR_remove_thread_state(NULL);Claudio Jeker
2020-04-16Make the control socket name depend on the routing domain we are in.Florian Obser
2020-04-15add support for printing RfC 2332 NBMA Next Hop Resolution Protocol (NHRP)remi
2020-04-15Make map functions accept a "struct map *" instead of a "struct bt_var *".Martin Pieuchot
2020-04-15Document filters: one type of predicates checked in kernel.Martin Pieuchot
2020-04-15Crank key size to 256 to avoid conflicts when storing stack traces in maps.Martin Pieuchot
2020-04-15Stop including <machine/param.h> and <machine/vmparam.h>.Martin Pieuchot
2020-04-15Use the new random interval support in cron instead of a random sleep.Todd C. Miller
2020-04-15Add support for random values using the '~' operator.Todd C. Miller
2020-04-12If all addresses are numeric no use for dns probe; ok florian@ sthen@Otto Moerbeek
2020-04-11Avoid using libc SHA256File(), just perform the operation inline toTheo de Raadt
2020-04-11To help -portable, use a strrchr instead of basename, since we know whatTheo de Raadt
2020-04-11remove a __unused attribute, it's obvious and complicates things.Sebastian Benoit
2020-04-11Zap double definition of conf and make ibuf_dns static to avoid doubleOtto Moerbeek
2020-04-10When failing to validate a peer TLS certificate in the MTA due to theBob Beck
2020-04-09No need to check for NULL before free().Kenneth R Westerback
2020-04-08vmm(4): add IOCTL handler to sets the access protections of the eptpd