Age | Commit message (Expand) | Author |
2012-08-19 | fix smtpctl schedule-all and schedule-id <msgid> | Charles Longeau |
2012-08-19 | avoid crash when removing non-existing envelope | Charles Longeau |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-08-19 | kill dead file that must die. | Eric Faurot |
2012-08-19 | Let the scheduler return all schedulable envelopes for the same message | Eric Faurot |
2012-08-19 | Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_b... | Charles Longeau |
2012-08-19 | Add warnings on io errors to help diagnosis. | Eric Faurot |
2012-08-19 | add missing IMSG_* in imsg_to_str() | Charles Longeau |
2012-08-19 | fix an issue where too long lines were not spot properly. | Charles Longeau |
2012-08-18 | zap struct mta_batch. Only pass ids where needed. | Eric Faurot |
2012-08-18 | - introduce stat_backend, an API for pluggable statistic backends | Gilles Chehade |
2012-08-18 | Disallow empty domain/address sent after HELO/EHLO command. | Charles Longeau |
2012-08-18 | Major update of the mta internals. | Eric Faurot |
2012-08-18 | RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; | Jason McIntyre |
2012-08-18 | Limit the number of bounce sessions running at the same time. When | Eric Faurot |
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason McIntyre |
2012-08-17 | Don't need this anymore, we have it in bsd.own.mk now. | Christiano F. Haesbaert |
2012-08-16 | switch off inetd tftp-proxy and enable the standalone one instead. | David Gwynne |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze |
2012-08-12 | By default mask the reserved bits and the ext len bit in the attribute | Claudio Jeker |
2012-08-11 | fix use after free | Charles Longeau |
2012-08-11 | Add missing header needed by PRI format string | Charles Longeau |
2012-08-11 | make sure generated id is never 0. | Eric Faurot |
2012-08-10 | Move mta and smtp specific defines into their own files. | Eric Faurot |
2012-08-10 | code cleanup | Eric Faurot |
2012-08-09 | Envelopes scheduled as "removed" are already deleted from the scheduler. | Eric Faurot |
2012-08-09 | Allow failure reports for different recipients of the same message | Eric Faurot |
2012-08-09 | dead prototype | Eric Faurot |
2012-08-09 | remove unused function and prototypes | Eric Faurot |
2012-08-09 | Improve the message flows to completely isolate operations on the | Eric Faurot |
2012-08-08 | remove useless defines | Eric Faurot |
2012-08-08 | cleanup some old debug traces | Eric Faurot |
2012-08-08 | log received fd in log_imsg() if any | Eric Faurot |
2012-08-08 | Improve the scheduler backend API. | Eric Faurot |
2012-08-08 | Mention RFC 6106; from brad@, content ok lteo@. | Ingo Schwarze |
2012-08-07 | Implement a set of tree_* functions for storing arbitrary pointers in splay | Eric Faurot |
2012-08-07 | fix evpid parsing on 32bit archs | Eric Faurot |
2012-08-06 | kill pkg(1) for good. with help from espie. | Federico G. Schwindt |
2012-08-04 | Also log the file(s) we manually merged/installed as it's important | Antoine Jacoutot |
2012-08-04 | Factorize common warn, error and report outputs into functions. | Antoine Jacoutot |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-29 | reset the session if no RCPT was accepted for the batch. | Eric Faurot |
2012-07-29 | fix bogus permfail when no MX is defined on a valid domain. | Eric Faurot |
2012-07-29 | - introduce xlowercase() and allow lowercase() to fail gracefully | Gilles Chehade |
2012-07-29 | get rid of A_INVALID. | Eric Faurot |
2012-07-29 | remove the session tree from the global env and move it to mta_session.c, | Eric Faurot |
2012-07-28 | fix uninitialized field type in scheduler_info struct. | Charles Longeau |
2012-07-23 | workaround: link this static for a release, because the upgrade script | Theo de Raadt |
2012-07-19 | Fix for VU#624931 CVE-2012-2978: NSD denial of service | Peter Hessler |