summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-05-06Only allow forkmda() to be called from a local action dispatcher.Todd C. Miller
2020-05-06Same fix for ospfd lsupdate.c applies in ospf6d as well.Claudio Jeker
2020-05-06Do not use the pointer returned by ibuf_reserve() after calling anotherClaudio Jeker
2020-05-06rpki-client is only interested in real files. Don't tell rsync toClaudio Jeker
2020-05-04Using int64_t together with printf %llu is not portable. Either add aClaudio Jeker
2020-05-04Partially reverse a commit from 2019/12/28denis
2020-05-03Use strftime() rather than ctime() to generate timestamps nicer.Theo de Raadt
2020-05-03Make it clear the date is in UTC.Theo de Raadt
2020-05-03Correctly name max_out_prefix and don't clobber the max_prefix value.Claudio Jeker
2020-05-02Repair the description of "edh [params (none|auto|legacy)]" toSebastian Benoit
2020-05-02Minimal documentation of JSON output.Claudio Jeker
2020-05-02Add support to output data in JSON. This is still work in progress andClaudio Jeker
2020-05-02Adjust fmt_attr() to pass in -1 for flags to tell it you don't careClaudio Jeker
2020-05-02Indirect the output functions through function pointers so that theyClaudio Jeker
2020-05-02If read-write is set to disabled, also disable reading with the privateMartijn van Duren
2020-05-02Cleanup the output functions a bit. show_neighbor_full() should print someClaudio Jeker
2020-05-02The warning "bad AGGREGATOR, AS 0 not allowed ..." is not very helpful.Claudio Jeker
2020-04-30Reword verbose log messages to clarify what's happeningjob
2020-04-30Place elapsed, user, and system time for processing in the comment headers.Theo de Raadt
2020-04-30vmd(8): correctly terminate vm processes after sending vmpd
2020-04-29json should have headers in same orderTheo de Raadt
2020-04-28In virtual alias context, do not try to match catchall entries forEric Faurot
2020-04-28re-organize statistics printing code, to make it less verbose andTheo de Raadt
2020-04-28a blank line in the header is prettierTheo de Raadt
2020-04-28Print statistics as comments at the top of the files which can takeTheo de Raadt
2020-04-28use (long long) and %llx to satisfy both 32-bit and 64-bit systems.Theo de Raadt
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