summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-12-18show log/reset/stop as single commands, like usage() currently does;Jason McIntyre
2018-12-17I'm an idiot, of course kept packages need adjusting as wellMarc Espie
2018-12-17path_empty() is not a function and does not need a prototype.Claudio Jeker
2018-12-17use new cert helpers for mta sessionsEric Faurot
2018-12-17set the return pointer to NULL when receiving a 0-sized data.Eric Faurot
2018-12-16bad choice of name. don't reuse the same method name to mean differentMarc Espie
2018-12-16missing annotation after refactorMarc Espie
2018-12-16the width code was moved to State.pm a while ago, remove last remnantsMarc Espie
2018-12-14let smtpd fatal on misbehaving proc filtersGilles Chehade
2018-12-14use new cert helpers for incoming smtp sessionsEric Faurot
2018-12-14sync usage(); also, stop enclosing arg names in quotes, since it wasJason McIntyre
2018-12-13in event reports, use a struct timeval instead of time_t since we want moreGilles Chehade
2018-12-13do not use err() on fork_processor() exitGilles Chehade
2018-12-13only allow builtin filters to declare which hook they listen to in the confGilles Chehade
2018-12-13Revert last. Breaks landisk snap building for currently unknownKenneth R Westerback
2018-12-13we don't want to parse a filter command lineGilles Chehade
2018-12-13split the status display in two, so that I can explicitly show I'mMarc Espie
2018-12-13fix printf statements when compiled with -DDEBUG.Martijn van Duren
2018-12-13various minor tweaks; ok mlarkinJason McIntyre
2018-12-12remove unused prototypesGilles Chehade
2018-12-12add tx-data reporting eventGilles Chehade
2018-12-12Simplify mbzero() by using mem_write with a NULL buf which does zero outClaudio Jeker
2018-12-12Set the com speed to 115200 like we do in our bootloader when using SeaBIOS.Claudio Jeker
2018-12-12zap trailing whitespace;Jason McIntyre
2018-12-12even when there's no update needed, respect dependency chain order.Marc Espie
2018-12-12moving handles to kept means they're not affected by complete_set, whichMarc Espie
2018-12-12upon MAIL or RCPT errors, only trigger report_smtp_tx_{mail,rcpt} events ifGilles Chehade
2018-12-11remove filter action "rewrite" can only be done from a proc filterGilles Chehade
2018-12-11merge 1.8.3Stuart Henderson
2018-12-11Fix dns64 allocation in wrong region for returned internal queries.Stuart Henderson
2018-12-11do some imsg renaming to make them more clearGilles Chehade
2018-12-11remove unused imsg namesGilles Chehade
2018-12-11these files are no longer usedGilles Chehade
2018-12-11factor smtp-in and smtp-out reporting codeGilles Chehade
2018-12-11report filter responses to smtpGilles Chehade
2018-12-11fix previousEric Faurot
2018-12-11styleMarc Espie
2018-12-11bgpctl can no long reuse the aspath_match function from bgpd so move theClaudio Jeker
2018-12-11Refactor aspath code a bit. Move cached source_as (for origin validation)Claudio Jeker
2018-12-11generate an event when a helo name identifies a linkGilles Chehade
2018-12-11remove unnecessary calls to getsockname()Eric Faurot
2018-12-11Extend vmctl start -B argument to work for disk, cdrom and net.Claudio Jeker
2018-12-11Improve the cert_*() interface. Use the return value to tell whetherEric Faurot
2018-12-10Implement the fw_cfg interface basics and use it to set the bootorderClaudio Jeker
2018-12-10No need to \n in log_debug. Part of a larger diff.Claudio Jeker
2018-12-10advance the progress meter while skipping remaning filesMarc Espie
2018-12-10Update to 4.1.26Florian Obser
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-12-09no need to pass rdns and fcrdns info to helo/ehlo proc filter linesGilles Chehade
2018-12-09allow check-rdns and check-fcrdns in connect, helo/ehlo, mail-from, rcpt-toGilles Chehade