summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-05-16somehow yacc pieces got missed from the "domain name" commit; add them.Stuart Henderson
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-05-16add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 tooMartin Reindl
2020-05-16When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis
2020-05-16IMSG_IFADD is never used, wipe itdenis
2020-05-16Simplify: _BSDMP was only used once.Antoine Jacoutot
2020-05-15pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspacecheloha
2020-05-14be little bit more verbose what went wrong in mkostempjob
2020-05-14Enable TLSv1.3 support in relayd(8)pvk
2020-05-14rpki-client no longer passes -l to rsync since it does not make sense toClaudio Jeker
2020-05-14Update to 4.3.1Florian Obser
2020-05-14We forgot to keep ChangeLog in sync in previous updates.Florian Obser
2020-05-12new sentence, new line;Jason McIntyre
2020-05-12Remove unused token BULK and for PREFIX and ADDRESS the table value is alwaysClaudio Jeker
2020-05-11There is no reason to limit the string length of log_reason() to REASON_LENClaudio Jeker
2020-05-11Allow specifying -d multiple times. Only print the fcgi header data ifClaudio Jeker
2020-05-11Add support for VPNv6 in the family keyword of show ribClaudio Jeker
2020-05-10In case the order fails print the human readable reason from theFlorian Obser
2020-05-10remove noisy and useless debug lineFlorian Obser
2020-05-10In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')Theo de Raadt
2020-05-10Allow to have multiple domain ... {} sextions with the same domainSebastian Benoit
2020-05-08Use a union to ensure cmsg buffer is properly alignedJeremie Courreges-Anglas
2020-05-08Do not use string litterals in the grammar ("{") it is not POSIX compliantClaudio Jeker
2020-05-08Just a bit of KNF.Claudio Jeker
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