Age | Commit message (Expand) | Author |
2018-12-12 | remove unused prototypes | Gilles Chehade |
2018-12-12 | add tx-data reporting event | Gilles Chehade |
2018-12-12 | Simplify mbzero() by using mem_write with a NULL buf which does zero out | Claudio Jeker |
2018-12-12 | Set the com speed to 115200 like we do in our bootloader when using SeaBIOS. | Claudio Jeker |
2018-12-12 | zap trailing whitespace; | Jason McIntyre |
2018-12-12 | even when there's no update needed, respect dependency chain order. | Marc Espie |
2018-12-12 | moving handles to kept means they're not affected by complete_set, which | Marc Espie |
2018-12-12 | upon MAIL or RCPT errors, only trigger report_smtp_tx_{mail,rcpt} events if | Gilles Chehade |
2018-12-11 | remove filter action "rewrite" can only be done from a proc filter | Gilles Chehade |
2018-12-11 | merge 1.8.3 | Stuart Henderson |
2018-12-11 | Fix dns64 allocation in wrong region for returned internal queries. | Stuart Henderson |
2018-12-11 | do some imsg renaming to make them more clear | Gilles Chehade |
2018-12-11 | remove unused imsg names | Gilles Chehade |
2018-12-11 | these files are no longer used | Gilles Chehade |
2018-12-11 | factor smtp-in and smtp-out reporting code | Gilles Chehade |
2018-12-11 | report filter responses to smtp | Gilles Chehade |
2018-12-11 | fix previous | Eric Faurot |
2018-12-11 | style | Marc Espie |
2018-12-11 | bgpctl can no long reuse the aspath_match function from bgpd so move the | Claudio Jeker |
2018-12-11 | Refactor aspath code a bit. Move cached source_as (for origin validation) | Claudio Jeker |
2018-12-11 | generate an event when a helo name identifies a link | Gilles Chehade |
2018-12-11 | remove unnecessary calls to getsockname() | Eric Faurot |
2018-12-11 | Extend vmctl start -B argument to work for disk, cdrom and net. | Claudio Jeker |
2018-12-11 | Improve the cert_*() interface. Use the return value to tell whether | Eric Faurot |
2018-12-10 | Implement the fw_cfg interface basics and use it to set the bootorder | Claudio Jeker |
2018-12-10 | No need to \n in log_debug. Part of a larger diff. | Claudio Jeker |
2018-12-10 | advance the progress meter while skipping remaning files | Marc Espie |
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 |