Age | Commit message (Expand) | Author |
2012-08-24 | - rfc 5082 replaces rfc 3682; ok claudio | Jason McIntyre |
2012-08-24 | envelope_validate() don't take the evpid anymore. | Eric Faurot |
2012-08-24 | When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to the | Eric Faurot |
2012-08-24 | Error out if queue_envelope_load() failed, rather than sending crap to | Eric Faurot |
2012-08-24 | add stat counter for the number of envelopes inflight. | Eric Faurot |
2012-08-24 | rfc 4456 replaces rfc 2796; ok claudio | Jason McIntyre |
2012-08-24 | In envelope ascii dump/load: | Charles Longeau |
2012-08-24 | fix smtpctl show stats crash seen on -portable | Charles Longeau |
2012-08-24 | Don't pass struct envelope pointer in queue backend API, instead use envelope... | Charles Longeau |
2012-08-24 | Remove the rq_host and rq_batch structures from the ramqueue scheduler. | Eric Faurot |
2012-08-24 | When creating an envelope, check if the message is incoming or | Eric Faurot |
2012-08-24 | Link httpd with -lpthread; recent pthread work enforces that a program | Stuart Henderson |
2012-08-24 | fix assignment typo | Charles Longeau |
2012-08-24 | We maintain our own tcpdump, so remove the sentence in the BUGS section | Lawrence Teo |
2012-08-23 | cope with non-executable install-sh in unbound | Stuart Henderson |
2012-08-23 | resolve conflicts | Stuart Henderson |
2012-08-23 | update to unbound 1.4.18 | Stuart Henderson |
2012-08-23 | regen | Stuart Henderson |
2012-08-23 | copy cflags override code from newer unbound's configure.ac to ldns's | Stuart Henderson |
2012-08-23 | resolve conflicts | Stuart Henderson |
2012-08-23 | update to unbound 1.4.17, testing by okan@ (not yet linked to build; | Stuart Henderson |
2012-08-23 | cope with non-executable install-sh | Stuart Henderson |
2012-08-23 | regen | Stuart Henderson |
2012-08-23 | don't force CFLAGS | Stuart Henderson |
2012-08-23 | update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build). | Stuart Henderson |
2012-08-23 | enhance -v mode of 'sendmail' binary | Todd T. Fries |
2012-08-23 | fix multiple recipient support, from sunil on irc | Todd T. Fries |
2012-08-23 | add -R to sendmail compat flags that do nothing (for now) | Todd T. Fries |
2012-08-23 | add -N for sendmail compat DSN support; unlimited for now | Todd T. Fries |
2012-08-23 | the afs src tree can go away | Theo de Raadt |
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 |