Age | Commit message (Expand) | Author |
2018-12-18 | show log/reset/stop as single commands, like usage() currently does; | Jason McIntyre |
2018-12-17 | I'm an idiot, of course kept packages need adjusting as well | Marc Espie |
2018-12-17 | path_empty() is not a function and does not need a prototype. | Claudio Jeker |
2018-12-17 | use new cert helpers for mta sessions | Eric Faurot |
2018-12-17 | set the return pointer to NULL when receiving a 0-sized data. | Eric Faurot |
2018-12-16 | bad choice of name. don't reuse the same method name to mean different | Marc Espie |
2018-12-16 | missing annotation after refactor | Marc Espie |
2018-12-16 | the width code was moved to State.pm a while ago, remove last remnants | Marc Espie |
2018-12-14 | let smtpd fatal on misbehaving proc filters | Gilles Chehade |
2018-12-14 | use new cert helpers for incoming smtp sessions | Eric Faurot |
2018-12-14 | sync usage(); also, stop enclosing arg names in quotes, since it was | Jason McIntyre |
2018-12-13 | in event reports, use a struct timeval instead of time_t since we want more | Gilles Chehade |
2018-12-13 | do not use err() on fork_processor() exit | Gilles Chehade |
2018-12-13 | only allow builtin filters to declare which hook they listen to in the conf | Gilles Chehade |
2018-12-13 | Revert last. Breaks landisk snap building for currently unknown | Kenneth R Westerback |
2018-12-13 | we don't want to parse a filter command line | Gilles Chehade |
2018-12-13 | split the status display in two, so that I can explicitly show I'm | Marc Espie |
2018-12-13 | fix printf statements when compiled with -DDEBUG. | Martijn van Duren |
2018-12-13 | various minor tweaks; ok mlarkin | Jason McIntyre |
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 |