Age | Commit message (Expand) | Author |
2012-01-29 | NSD v3.2.9 | Jakob Schlyter |
2012-01-29 | fix warning | Eric Faurot |
2012-01-29 | Quick fix to prevent two processes from using the same temporary | Eric Faurot |
2012-01-29 | fix previous: grp is unused here just check the return value | Antoine Jacoutot |
2012-01-29 | Import generic network IO code. The plan is to hide the boring | Eric Faurot |
2012-01-28 | ok, since we're already encoding =, let's just do full quoted printable | Gilles Chehade |
2012-01-28 | when enqueuing, check if a MUA did some MIME transfer encoding, otherwise | Gilles Chehade |
2012-01-28 | remove even more annoying debug logs | Gilles Chehade |
2012-01-28 | smtpd no longer needs to tell us that it forks a purge process ever few | Gilles Chehade |
2012-01-28 | add optional display handler to scheduler_backend, if not NULL the handler | Gilles Chehade |
2012-01-28 | remove useless state | Eric Faurot |
2012-01-28 | Make it possible to remove a user from all secondary groups by using: | Antoine Jacoutot |
2012-01-28 | Use safeputs() for radius, some decodes are likely to have unprintable | Stuart Henderson |
2012-01-28 | Print names rather than numbers for the old draft nat-t attributes, | Stuart Henderson |
2012-01-28 | no longer needed | Gilles Chehade |
2012-01-28 | - introduce the scheduler_backend API | Gilles Chehade |
2012-01-28 | When setting the groups (`-S'), make sure all provided groups exist in | Antoine Jacoutot |
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 |