Age | Commit message (Expand) | Author |
2020-05-16 | somehow yacc pieces got missed from the "domain name" commit; add them. | Stuart Henderson |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-05-16 | add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 too | Martin Reindl |
2020-05-16 | When IMSG_IFADD is removed, IMSG_IFDELETE becomes useless | denis |
2020-05-16 | IMSG_IFADD is never used, wipe it | denis |
2020-05-16 | Simplify: _BSDMP was only used once. | Antoine Jacoutot |
2020-05-15 | pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace | cheloha |
2020-05-14 | be little bit more verbose what went wrong in mkostemp | job |
2020-05-14 | Enable TLSv1.3 support in relayd(8) | pvk |
2020-05-14 | rpki-client no longer passes -l to rsync since it does not make sense to | Claudio Jeker |
2020-05-14 | Update to 4.3.1 | Florian Obser |
2020-05-14 | We forgot to keep ChangeLog in sync in previous updates. | Florian Obser |
2020-05-12 | new sentence, new line; | Jason McIntyre |
2020-05-12 | Remove unused token BULK and for PREFIX and ADDRESS the table value is always | Claudio Jeker |
2020-05-11 | There is no reason to limit the string length of log_reason() to REASON_LEN | Claudio Jeker |
2020-05-11 | Allow specifying -d multiple times. Only print the fcgi header data if | Claudio Jeker |
2020-05-11 | Add support for VPNv6 in the family keyword of show rib | Claudio Jeker |
2020-05-10 | In case the order fails print the human readable reason from the | Florian Obser |
2020-05-10 | remove noisy and useless debug line | Florian Obser |
2020-05-10 | In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]') | Theo de Raadt |
2020-05-10 | Allow to have multiple domain ... {} sextions with the same domain | Sebastian Benoit |
2020-05-08 | Use a union to ensure cmsg buffer is properly aligned | Jeremie Courreges-Anglas |
2020-05-08 | Do not use string litterals in the grammar ("{") it is not POSIX compliant | Claudio Jeker |
2020-05-08 | Just a bit of KNF. | Claudio Jeker |
2020-05-06 | Only allow forkmda() to be called from a local action dispatcher. | Todd C. Miller |
2020-05-06 | Same fix for ospfd lsupdate.c applies in ospf6d as well. | Claudio Jeker |
2020-05-06 | Do not use the pointer returned by ibuf_reserve() after calling another | Claudio Jeker |
2020-05-06 | rpki-client is only interested in real files. Don't tell rsync to | Claudio Jeker |
2020-05-04 | Using int64_t together with printf %llu is not portable. Either add a | Claudio Jeker |
2020-05-04 | Partially reverse a commit from 2019/12/28 | denis |
2020-05-03 | Use strftime() rather than ctime() to generate timestamps nicer. | Theo de Raadt |
2020-05-03 | Make it clear the date is in UTC. | Theo de Raadt |
2020-05-03 | Correctly name max_out_prefix and don't clobber the max_prefix value. | Claudio Jeker |
2020-05-02 | Repair the description of "edh [params (none|auto|legacy)]" to | Sebastian Benoit |
2020-05-02 | Minimal documentation of JSON output. | Claudio Jeker |
2020-05-02 | Add support to output data in JSON. This is still work in progress and | Claudio Jeker |
2020-05-02 | Adjust fmt_attr() to pass in -1 for flags to tell it you don't care | Claudio Jeker |
2020-05-02 | Indirect the output functions through function pointers so that they | Claudio Jeker |
2020-05-02 | If read-write is set to disabled, also disable reading with the private | Martijn van Duren |
2020-05-02 | Cleanup the output functions a bit. show_neighbor_full() should print some | Claudio Jeker |
2020-05-02 | The warning "bad AGGREGATOR, AS 0 not allowed ..." is not very helpful. | Claudio Jeker |
2020-04-30 | Reword verbose log messages to clarify what's happening | job |
2020-04-30 | Place elapsed, user, and system time for processing in the comment headers. | Theo de Raadt |
2020-04-30 | vmd(8): correctly terminate vm processes after sending vm | pd |
2020-04-29 | json should have headers in same order | Theo de Raadt |
2020-04-28 | In virtual alias context, do not try to match catchall entries for | Eric Faurot |
2020-04-28 | re-organize statistics printing code, to make it less verbose and | Theo de Raadt |
2020-04-28 | a blank line in the header is prettier | Theo de Raadt |
2020-04-28 | Print statistics as comments at the top of the files which can take | Theo de Raadt |
2020-04-28 | use (long long) and %llx to satisfy both 32-bit and 64-bit systems. | Theo de Raadt |