summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2018-12-06allow passing data lines to proc filtersGilles Chehade
2018-12-06Be more strict when converting a netmask to prefixlen in mask2prefixlen6.Claudio Jeker
2018-12-06Implement a simple ruleset optimizer. All it does is merge filter rules thatClaudio Jeker
2018-12-06in mda variables expansions, do not consider empty strings as errors sinceGilles Chehade
2018-12-06bring the first bits of DATA filtering plumbing but bypass it for nowGilles Chehade
2018-12-06Add a new argument -B device to vmctl start. It allows to set the boot device.Claudio Jeker
2018-12-06Make it possible to define the bootdevice in vmd. This information is usedClaudio Jeker
2018-12-05Set the routing table when adding a networkdenis
2018-12-05key.data is a void *, on gcc archs doing a %s printf with such a pointerClaudio Jeker
2018-12-04Check maxrequestbody when we found the right server / location.Florian Obser
2018-12-04redo the debug logging to be more like everything else.Ted Unangst
2018-12-04Since a while announcements added by bgpctl will overwrite the ones fromClaudio Jeker
2018-12-04merge unbound 1.8.2Stuart Henderson
2018-12-04import unbound 1.8.2Stuart Henderson
2018-12-04Add 'vmctl wait <VM>' a command that waits until the specified VM isClaudio Jeker
2018-12-04Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers aClaudio Jeker
2018-12-03Perform forward-confirmed reverse DNS verification on incoming connections.Eric Faurot
2018-12-02err -> errxGilles Chehade
2018-12-01Use strtonum(3) for -t seconds, improve errors on invalid number inputkn
2018-11-30log current power status going into and out of suspend, since it may beTed Unangst
2018-11-30on link-connect report events, add an fc-rdns field, currently emptyGilles Chehade
2018-11-30prepare for smtp-out reporting and while at it, make a few changes to theGilles Chehade
2018-11-29Honor SIGINT/QUIT when running in foregroundkn
2018-11-29In peer_down() we have to flush the Adj-RIB-Out. As soon as the peer stateClaudio Jeker
2018-11-29update for libtls default cert changes.Ted Unangst
2018-11-29introduce FILTER_COMMIT which will allow taking a decision at DATA commitGilles Chehade
2018-11-29community_ext_delete_non_trans() allocates new memory in all cases whereClaudio Jeker