Age | Commit message (Expand) | Author |
2012-08-22 | libarla has some non-PIC assembler; therefore, afs cannot use PIE. | Pascal Stumpf |
2012-08-22 | Build crunched binaries with -fno-pie. | Pascal Stumpf |
2012-08-22 | also need to compare backupname if set. | Eric Faurot |
2012-08-21 | tweak previous; | Jason McIntyre |
2012-08-21 | Allow smtpd to work as a backup MX, relaying only to MXs with higher | Eric Faurot |
2012-08-21 | Try to connect to the next host if an IO error occurs before the mta | Eric Faurot |
2012-08-21 | Use TAILQ rather than array for mx list. | Eric Faurot |
2012-08-21 | dns sessions don't use lookup. no need to store them in a tree. | Eric Faurot |
2012-08-21 | Re-enable loop detection, but in mta and mda this time. | Eric Faurot |
2012-08-21 | merge in pcre-8.31 | Robert Nagy |
2012-08-21 | update to nginx-1.2.3 | Robert Nagy |
2012-08-20 | MAX_LINE_SIZE is supposed to define the max length of a SMTP line ... | Gilles Chehade |
2012-08-20 | Do not send more bytes than necessary with IMSG_STAT_*. The INCREMENT | Eric Faurot |
2012-08-20 | - fix the example filter to match current API | Gilles Chehade |
2012-08-20 | start iterating from min, not root. | Eric Faurot |
2012-08-20 | Explicitely set local variables as such. | Antoine Jacoutot |
2012-08-20 | chroot scheduler in /var/empty instead of /var/spool/smtpd now that eric@ fix... | Charles Longeau |
2012-08-20 | Don't unset NEED_NEWALIASES too soon or we will not get the warning. | Antoine Jacoutot |
2012-08-19 | decls before code | Theo de Raadt |
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 |