Age | Commit message (Expand) | Author |
2018-12-10 | Update to 4.1.26 | Florian Obser |
2018-12-10 | Add a velocity sensor type (displayed as m/s) | Landry Breuil |
2018-12-09 | no need to pass rdns and fcrdns info to helo/ehlo proc filter lines | Gilles Chehade |
2018-12-09 | allow check-rdns and check-fcrdns in connect, helo/ehlo, mail-from, rcpt-to | Gilles Chehade |
2018-12-09 | add check-fcrdns builtin filter | Gilles Chehade |
2018-12-09 | no longer pass rdns in all filtering requests, they can be retrieved from | Gilles Chehade |
2018-12-09 | reverse bultin filters matching logic, to make it easier for human brains | Gilles Chehade |
2018-12-09 | unbreak builtin filters after last simplification in smtp_session | Gilles Chehade |
2018-12-09 | add client and listener address, as well as client rDNS and FCrDNS lookup | Gilles Chehade |
2018-12-09 | when doing the rDNS lookup, require getnameinfo to return a hostname not an | Gilles Chehade |
2018-12-09 | Make sure that the prefixlen returned by mask2prefixlen is never bigger | remi |
2018-12-09 | When -B is used to specify a specific boot device also change the reboot | Claudio Jeker |
2018-12-08 | Use correct RFC 3464 specified values for Action field in a DSN. | Sunil Nimmagadda |
2018-12-07 | zap trailing whitespace | anton |
2018-12-07 | "every" is in seconds; from ross l richardson | Jason McIntyre |
2018-12-07 | properly handle EAI_NODATA and EAI_NONAME in fc-rdns lookups | Gilles Chehade |
2018-12-07 | I noticed the "pf table handler" process not going away on dhcpd restart, | Henning Brauer |
2018-12-07 | Be more strict in converting a netmask into a prefixlen. Make sure | Claudio Jeker |
2018-12-07 | Refactor certificate initialization and verification. | Eric Faurot |
2018-12-06 | log more info about errors | Ted Unangst |
2018-12-06 | add very experimental support for dns over https. (RFC 8484) | Ted Unangst |
2018-12-06 | link-connect event report had an empty fcrdns field, but now that eric@ has | Gilles Chehade |
2018-12-06 | introduce tx-mail and tx-rcpt report events | Gilles Chehade |
2018-12-06 | allow passing data lines to proc filters | Gilles Chehade |
2018-12-06 | Be more strict when converting a netmask to prefixlen in mask2prefixlen6. | Claudio Jeker |
2018-12-06 | Implement a simple ruleset optimizer. All it does is merge filter rules that | Claudio Jeker |
2018-12-06 | in mda variables expansions, do not consider empty strings as errors since | Gilles Chehade |
2018-12-06 | bring the first bits of DATA filtering plumbing but bypass it for now | Gilles Chehade |
2018-12-06 | Add a new argument -B device to vmctl start. It allows to set the boot device. | Claudio Jeker |
2018-12-06 | Make it possible to define the bootdevice in vmd. This information is used | Claudio Jeker |
2018-12-05 | Set the routing table when adding a network | denis |
2018-12-05 | key.data is a void *, on gcc archs doing a %s printf with such a pointer | Claudio Jeker |
2018-12-04 | Check maxrequestbody when we found the right server / location. | Florian Obser |
2018-12-04 | redo the debug logging to be more like everything else. | Ted Unangst |
2018-12-04 | Since a while announcements added by bgpctl will overwrite the ones from | Claudio Jeker |
2018-12-04 | merge unbound 1.8.2 | Stuart Henderson |
2018-12-04 | import unbound 1.8.2 | Stuart Henderson |
2018-12-04 | Add 'vmctl wait <VM>' a command that waits until the specified VM is | Claudio Jeker |
2018-12-04 | Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers a | Claudio Jeker |
2018-12-03 | Perform forward-confirmed reverse DNS verification on incoming connections. | Eric Faurot |
2018-12-02 | err -> errx | Gilles Chehade |
2018-12-01 | Use strtonum(3) for -t seconds, improve errors on invalid number input | kn |
2018-11-30 | log current power status going into and out of suspend, since it may be | Ted Unangst |
2018-11-30 | on link-connect report events, add an fc-rdns field, currently empty | Gilles Chehade |
2018-11-30 | prepare for smtp-out reporting and while at it, make a few changes to the | Gilles Chehade |
2018-11-29 | Honor SIGINT/QUIT when running in foreground | kn |
2018-11-29 | In peer_down() we have to flush the Adj-RIB-Out. As soon as the peer state | Claudio Jeker |
2018-11-29 | update for libtls default cert changes. | Ted Unangst |
2018-11-29 | introduce FILTER_COMMIT which will allow taking a decision at DATA commit | Gilles Chehade |
2018-11-29 | community_ext_delete_non_trans() allocates new memory in all cases where | Claudio Jeker |