Age | Commit message (Expand) | Author |
2012-01-27 | that log_debug is no longer needed | Gilles Chehade |
2012-01-26 | in session_read_data() do NOT enable back read event otherwise it will | Gilles Chehade |
2012-01-26 | Do not call session_respond() AND session_imsg() from the same handler as | Gilles Chehade |
2012-01-26 | closing fd 0-2 is bad practice, so dup to /dev/null instead | Alexander Hall |
2012-01-26 | Rewind the message fp before starting the SMTP dialog. | Eric Faurot |
2012-01-24 | Add a parameter to the queue backend init() call to specify wether the | Eric Faurot |
2012-01-23 | Trim unused variables, from Michael W. Bombardieri. | Nicholas Marriott |
2012-01-23 | Add handling of `rx connect speed' avp to avoid the bug of xl2tpd. | YASUOKA Masahiko |
2012-01-23 | The ingress filter of pipex and npppd become configurable and disabled | YASUOKA Masahiko |
2012-01-21 | in session_error(), do not call session_destroy() when the F_WRITEONLY | Gilles Chehade |
2012-01-21 | sanitize stuff a bit more... | Marc Espie |
2012-01-21 | Only start the child processes after all of them reported to have loaded | Camiel Dobbelaar |
2012-01-20 | Remove global carp demote option. It is currently broken, but also flawed | Camiel Dobbelaar |
2012-01-18 | Add new filters callbacks for: | Charles Longeau |
2012-01-18 | npppdctl related files should be removed. Added a mention about that. | YASUOKA Masahiko |
2012-01-18 | Replace npppdctl(8) by new npppctl(8). npppctl was written from | YASUOKA Masahiko |
2012-01-18 | Fix compiler warnings and some styles. | YASUOKA Masahiko |
2012-01-17 | Avoid redefining DEVNAME from <dev/sdmmc/sdmmcvar.h> by renaming this one | Joel Sing |
2012-01-17 | Move the bio(4) cookie into a separate struct and make this struct the | Joel Sing |
2012-01-16 | Backout activation of the new apropos(1)/whatis(1)/makewhatis(8). | Ingo Schwarze |
2012-01-15 | Add ascii_{load,dump}_time() to properly deal with time_t. | Charles Longeau |
2012-01-15 | document OpenBSD::md5 | Marc Espie |
2012-01-14 | When moving a message to the corrupt/ directory, give it an alternate name | Eric Faurot |
2012-01-14 | Add missing header needed by PRI format string | Charles Longeau |
2012-01-14 | Change fsqueue_*_path() to report success or failure instead of | Eric Faurot |
2012-01-14 | When creating a new message (in incoming/) make sure that the msgid does not | Eric Faurot |
2012-01-14 | Add a fsqueue_message_path() function to build path to message dir | Eric Faurot |
2012-01-13 | use a simpler way to get to the parent directory | Eric Faurot |
2012-01-13 | queue_message_purge() and queue_message_delete() are actually the same | Eric Faurot |
2012-01-13 | remove the status field from struct envelope, move it to the smtp | Eric Faurot |
2012-01-13 | Stop using envelope->status to report delivery outcome to the | Eric Faurot |
2012-01-13 | kill delivery_backend_lookup() proto as it is already in smtpd.h | Charles Longeau |
2012-01-12 | we should never use ramqueue_first_envelope() as a mean to determine the | Gilles Chehade |
2012-01-12 | The status field in the envelope is confusing. Its only purpose is to | Eric Faurot |
2012-01-12 | the ramqueue filling at startup was busted, it would load envelopes one by | Gilles Chehade |
2012-01-12 | now that we no longer do a stateful iteration on schedule queue, we need | Gilles Chehade |
2012-01-12 | use mbox backend for mbox delivery. | Eric Faurot |
2012-01-12 | fgets(3) returns a pointer, so compare against NULL, not integer 0. | Antoine Jacoutot |
2012-01-12 | Remove dead code for config reloading for now. It is not functionnal | Eric Faurot |
2012-01-12 | Add a fsqueue_envelope_dump_atomic() function that writes an envelope | Eric Faurot |
2012-01-12 | remove envelope_get_errormsg() and move envelope_set_errormsg() | Eric Faurot |
2012-01-12 | alter line contents before writing it, rather than after... | Eric Faurot |
2012-01-12 | use absolute path as fts may chdir() during traversal. | Eric Faurot |
2012-01-12 | Mention the information source used for the ASN lookup. | Stuart Henderson |
2012-01-12 | Zap unused var in asn_lookup; from Michael W. Bombardieri | Stuart Henderson |
2012-01-11 | fix flags writing | Eric Faurot |
2012-01-11 | remove stateful iteration from ramqueue, if we ever need to reintroduce it | Gilles Chehade |
2012-01-11 | in ramqueue_schedule(), do not reorder ramqueue envelopes when forcing a | Gilles Chehade |
2012-01-11 | queue_fsqueue_ascii.c, you're not welcome anymore | Gilles Chehade |
2012-01-11 | implement an envelope_ascii API that's not tied to a specific queue_backend | Gilles Chehade |