Age | Commit message (Expand) | Author |
2008-12-13 | Use mkstemp instead of mkdtemp; also, add more X's. | Jacek Masiulaniec |
2008-12-13 | - Correct usage text. | Jacek Masiulaniec |
2008-12-13 | Declare alias_parse in smtpd.h, and fix callers that pass it wrong | Jacek Masiulaniec |
2008-12-12 | Format string checking for bsnprintf. | Jacek Masiulaniec |
2008-12-12 | Kill references to smtpdb(8). | Jacek Masiulaniec |
2008-12-11 | - last snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - fix a bug that would cause the runner to hit a fatal() when running out | Gilles Chehade |
2008-12-11 | - document showqueue and showrunqueue | Gilles Chehade |
2008-12-11 | - missing prototype | Gilles Chehade |
2008-12-11 | - bsnprintf() is a wrapper to snprintf() that can be used when we handle an | Gilles Chehade |
2008-12-10 | That the "aliases" and "virtual" maps satisfy m_src == S_DB is checked | Jacek Masiulaniec |
2008-12-07 | Simplify queue_record_incoming_envelope. | Jacek Masiulaniec |
2008-12-07 | Disable EV_READ when sending IMSG_PARENT_AUTHENTICATE. | Jacek Masiulaniec |
2008-12-07 | Replace evbuffer_add_printf calls with wrapper function, session_respond, | Jacek Masiulaniec |
2008-12-07 | - getaddrinfo() uses negative values for its error defines, our use of an | Gilles Chehade |
2008-12-07 | - fix function name in fatal() | Gilles Chehade |
2008-12-07 | Don't check / reset s->s_msg.datafp where its state is obviously known. | Jacek Masiulaniec |
2008-12-06 | Make queue_delete_incoming_message not fatal on ENOENT condition. | Jacek Masiulaniec |
2008-12-06 | Get rid of anonymous unions. Discussed with and ok gilles@ | Paul de Weerd |
2008-12-06 | In session_destroy, use "if (s->s_state >= S_MAIL)", and not | Jacek Masiulaniec |
2008-12-06 | Don't include <err.h> where log.c API must be used. | Jacek Masiulaniec |
2008-12-06 | - fix spelling and grammar, From Nicholas Marriott <nicm__@ntlworld.com> | Gilles Chehade |
2008-12-06 | Unbreak -Werror. | Jacek Masiulaniec |
2008-12-06 | the ellipsis allows more than one argument being specified. | Igor Sobrado |
2008-12-06 | smtpctl(8) was committed after 4.4. | Igor Sobrado |
2008-12-06 | NULL-ify s_msg.datafp upon fclose unconditionally. | Jacek Masiulaniec |
2008-12-06 | - teach smtpctl how to inspect queue and runqueue, it supports two commands | Gilles Chehade |
2008-12-06 | evbuffer_readline already strips <CRLF> so that callers don't have to. | Jacek Masiulaniec |
2008-12-06 | - it is now possible to specify an interface instead of an address or a | Gilles Chehade |
2008-12-05 | - more err/errx -> fatal/fatalx, warn/warnx -> log_warn/log_warnx | Gilles Chehade |
2008-12-05 | - err -> fatal(), old diff from Jacek Masiulaniec <jacekm@dobremiasto.net> | Gilles Chehade |
2008-12-05 | - cosmethic, no functionnal change | Gilles Chehade |
2008-12-05 | tweaks; | Jason McIntyre |
2008-12-05 | - smtpctl utility to control the smtpd, don't expect too much yet as it is | Gilles Chehade |
2008-12-05 | - last part of the new queue code: the runner process (unprivileged and | Gilles Chehade |
2008-12-04 | - in session_read(), set EV_WRITE if we are going to send a "transaction | Gilles Chehade |
2008-12-04 | Declare printf-style functions with __attribute__((format(printf,x,x))) | Chad Loder |
2008-12-04 | - allow smtpd to build again | Gilles Chehade |
2008-12-04 | move smtpd build to smtpd subdir so we can traverse to newaliases and makemap | Todd T. Fries |
2008-12-04 | some basic cleanup; | Jason McIntyre |
2008-12-04 | - when in state S_DATACONTENT, do not disable EV_READ if the last line we | Gilles Chehade |
2008-12-04 | - when doing the session timeout lookup, do not remove the last session | Gilles Chehade |
2008-12-04 | - fix event masking for DATA and make DATA look more like MAIL and RCPT | Gilles Chehade |
2008-12-04 | obvious 'missing space' typo in message, ok gilles@ krw@ | Ian Darwin |