Age | Commit message (Expand) | Author |
2020-01-03 | vmctl(8): fix vmctl send exit code | pd |
2020-01-02 | Correct information about default options: by default, +besteffort | Ingo Schwarze |
2020-01-02 | another simple case of a default that i missed: +adflag | Ingo Schwarze |
2020-01-02 | jmc@ suggested to just say "The default is +opt" rather than repeating | Ingo Schwarze |
2020-01-02 | simple markup fixes: | Ingo Schwarze |
2020-01-02 | plain forgot about THAT optimization. | Marc Espie |
2020-01-02 | When many prefixes are stored in pf tables it is not sensible | Florian Obser |
2020-01-02 | Correct the markup of option arguments involving = signs. | Ingo Schwarze |
2020-01-02 | manual page: drop +sit because it is merely a deprecated alias for +cookie | Ingo Schwarze |
2020-01-02 | Rename orig_rtr_lsa_area() to orig_rtr_lsa() | denis |
2020-01-01 | Cleanup control. | denis |
2020-01-01 | Instead of processing all imsg when reading them store peer specific | Claudio Jeker |
2019-12-31 | totally sync the manpage queryopts with usage(); i've adopted the usage | Jason McIntyre |
2019-12-31 | The MRT draft turned into RFC6396, adjust comment. | Claudio Jeker |
2019-12-31 | Rename print_timer() to show_timer() and move it to output.c | Claudio Jeker |
2019-12-31 | In mrt_dump_hdr_rde() use clock_gettime(CLOCK_REALTIME, ) like it is done | Claudio Jeker |
2019-12-31 | reloadtime is not needed anymore. | Claudio Jeker |
2019-12-30 | tidy up the query options list, sync it as best as possible with usage, | Jason McIntyre |
2019-12-30 | New config takes effect after machine reset, primary reboot is not enough | kn |
2019-12-30 | add a list of valid queryopts to usage, and change "dig -h" to just display | Jason McIntyre |
2019-12-29 | partial backout of 1.166: we still need to compute the pkgname without the | Marc Espie |
2019-12-28 | Run cu(1) in restricted mode | kn |
2019-12-28 | Refactor link state ack/req. | denis |
2019-12-28 | The last argument of execl(3) should be cast explicitly. | Theo Buehler |
2019-12-27 | Build dig with support for the Cookies EDNS option (aka SIT / Source identity | Stuart Henderson |
2019-12-27 | make -n stop after parsing the config. | Sebastian Benoit |
2019-12-27 | tidy up the page; | Jason McIntyre |
2019-12-27 | use a standard synopsis/usage() layout, and tidy up the man page a little; | Jason McIntyre |
2019-12-26 | Add point-to-point support for broadcast interfaces. | remi |
2019-12-25 | disable a few more things which might look in /usr/local. | Theo de Raadt |
2019-12-24 | delete a few sentences which only restate what is already obvious; | Ingo Schwarze |
2019-12-23 | Log a warning when a neighbor changes its address. | remi |
2019-12-23 | Area is now part of struct iface | denis |
2019-12-22 | Scale send buffer on socket. | denis |
2019-12-22 | code cleanup and rearranging. no intentionnal behaviour change (except a prin... | Sebastien Marie |
2019-12-22 | Rename and move calc_nexthop_clear()/calc_nexthop_add() | denis |
2019-12-21 | a few depend:-related thingies that were still in. | Marc Espie |
2019-12-21 | upon connect to remote host extract hostname from banner when possible then | Gilles Chehade |
2019-12-21 | if a filter was attached to a relay action in config, notify instance that | Gilles Chehade |
2019-12-21 | start bringing smtp-out reporting code, lacks some events still | Gilles Chehade |
2019-12-21 | add FILTER_SUBSYSTEM_SMTP_OUT to filter_subsystem enum and add filter name | Gilles Chehade |
2019-12-21 | keep track of DATA length in mta_session, will be needed for smtp-out | Gilles Chehade |
2019-12-21 | keep track of the relay action in relays, will be used for smtp-out | Gilles Chehade |
2019-12-21 | do not pass rdns, fcrdns, ss_src and ss_dest with IMSG_FILTER_SMTP_BEGIN, | Gilles Chehade |
2019-12-21 | do not generate smtp reports for unfiltered sessions, the events will be | Gilles Chehade |
2019-12-20 | Remove blurb about IDN support, which we disable. | Jeremie Courreges-Anglas |
2019-12-20 | Split out show functions into a new file called output.c | Claudio Jeker |
2019-12-20 | Shuffle the fmt_timeframe functions and change fmt_timeframe() to avoid | Claudio Jeker |
2019-12-20 | Change show_mrt_dump() to call show_rib() instead of the internal | Claudio Jeker |
2019-12-20 | don't need this directory either | Theo de Raadt |