summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2018-12-09add check-fcrdns builtin filterGilles Chehade
2018-12-09no longer pass rdns in all filtering requests, they can be retrieved fromGilles Chehade
2018-12-09reverse bultin filters matching logic, to make it easier for human brainsGilles Chehade
2018-12-09unbreak builtin filters after last simplification in smtp_sessionGilles Chehade
2018-12-09add client and listener address, as well as client rDNS and FCrDNS lookupGilles Chehade
2018-12-09when doing the rDNS lookup, require getnameinfo to return a hostname not anGilles Chehade
2018-12-09Make sure that the prefixlen returned by mask2prefixlen is never biggerremi
2018-12-09When -B is used to specify a specific boot device also change the rebootClaudio Jeker
2018-12-08Use correct RFC 3464 specified values for Action field in a DSN.Sunil Nimmagadda
2018-12-07zap trailing whitespaceanton
2018-12-07"every" is in seconds; from ross l richardsonJason McIntyre
2018-12-07properly handle EAI_NODATA and EAI_NONAME in fc-rdns lookupsGilles Chehade
2018-12-07I noticed the "pf table handler" process not going away on dhcpd restart,Henning Brauer
2018-12-07Be more strict in converting a netmask into a prefixlen. Make sureClaudio Jeker
2018-12-07Refactor certificate initialization and verification.Eric Faurot
2018-12-06log more info about errorsTed Unangst
2018-12-06add very experimental support for dns over https. (RFC 8484)Ted Unangst
2018-12-06link-connect event report had an empty fcrdns field, but now that eric@ hasGilles Chehade
2018-12-06introduce tx-mail and tx-rcpt report eventsGilles Chehade