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