summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Print statistics as comments at the top of the files which can takederaadt2020-04-287-46/+172
* use (long long) and %llx to satisfy both 32-bit and 64-bit systems.deraadt2020-04-281-2/+3
* Document 'ikectl show sa'.tobhe2020-04-251-2/+4
* update filter documentation after protocol changeeric2020-04-251-20/+27
* point out that the "junk" filter decision adds the X-Spam headereric2020-04-251-5/+13
* Simplify the grammar by letting the lexer handle builtin keywords.mpi2020-04-241-110/+71
* Print given identifier in the error message when no matching probe exist.mpi2020-04-241-3/+5
* strip trailing CRs at smtp level rather than io leveleric2020-04-246-10/+25
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-2313-60/+60
* replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;jmc2020-04-237-30/+30
* Implement builtin 'cpu' keyword.mpi2020-04-235-19/+30
* Try to document 'no local-address'claudio2020-04-231-2/+5
* Store local-address by address family. This allows to configure bothclaudio2020-04-236-29/+81
* Correctly parse "0/0" as the default route when specifyingkrw2020-04-231-32/+33
* Extend map to support keys composed of multiple arguments.mpi2020-04-233-48/+79
* Always initialize cachedir and outputdir.benno2020-04-231-3/+3
* Make debug output less verbose.mpi2020-04-231-11/+10
* Check for the dispatcher name in the envelope validation function.eric2020-04-222-11/+5
* tweak previous;jmc2020-04-211-4/+4
* vmd: improve concurrency control in pausepd2020-04-211-38/+25
* Document the suggested interval in man pagejob2020-04-201-1/+8
* Strip the 'in bgpd' in the title of the rpki-client man page.claudio2020-04-201-3/+3
* rename the "options" field to "flags" (as suggested by millert): an optionaljmc2020-04-181-20/+16
* Rewrite the flag-parsing code to be getopt-like. Tight formations likederaadt2020-04-181-37/+32
* use correct path for the default cache dir in rpki-client(8). ok claudio@sthen2020-04-181-3/+3
* improve whitespaces in usagederaadt2020-04-181-2/+2
* switch email and result fields in mail-from/rcpt-to event reportseric2020-04-171-4/+4
* Document using /etc/ethers to look up ethernet addresses. ok krw@,dtucker2020-04-171-4/+6
* Log skipped jobs in job_add() not job_runqueue().millert2020-04-171-5/+7
* Support looking up ethernet addresses in /etc/ethers at dhcpd startup time.dtucker2020-04-161-5/+21
* Reflow text so that the -[nsq] options are described as an optional [options]deraadt2020-04-161-24/+34
* Add a mechanism to prevent cron jobs from running concurrently.millert2020-04-168-16/+98
* remove the libcrypto cleanup before exit. Most of the functions areclaudio2020-04-161-6/+1
* It is unclear why data is memcpy-ed into a char buf[2] that is used asclaudio2020-04-161-5/+4
* Revert last commit, this file slipped in.claudio2020-04-161-4/+5
* Replace deprecated ERR_remove_state(0) with ERR_remove_thread_state(NULL);claudio2020-04-162-7/+6
* Make the control socket name depend on the routing domain we are in.florian2020-04-161-4/+11
* add support for printing RfC 2332 NBMA Next Hop Resolution Protocol (NHRP)remi2020-04-155-6/+307
* Make map functions accept a "struct map *" instead of a "struct bt_var *".mpi2020-04-153-48/+55
* Document filters: one type of predicates checked in kernel.mpi2020-04-151-3/+6
* Crank key size to 256 to avoid conflicts when storing stack traces in maps.mpi2020-04-151-2/+2
* Stop including <machine/param.h> and <machine/vmparam.h>.mpi2020-04-151-15/+4
* Use the new random interval support in cron instead of a random sleep.millert2020-04-151-4/+4
* Add support for random values using the '~' operator.millert2020-04-152-20/+65
* If all addresses are numeric no use for dns probe; ok florian@ sthen@otto2020-04-122-4/+11
* Avoid using libc SHA256File(), just perform the operation inline toderaadt2020-04-111-30/+17
* To help -portable, use a strrchr instead of basename, since we know whatderaadt2020-04-111-4/+6
* remove a __unused attribute, it's obvious and complicates things.benno2020-04-111-2/+2
* Zap double definition of conf and make ibuf_dns static to avoid doubleotto2020-04-113-6/+5
* When failing to validate a peer TLS certificate in the MTA due to thebeck2020-04-101-2/+6