Age | Commit message (Expand) | Author |
2008-12-21 | Add more compile time checking; fix warnings reported by gcc. | Jacek Masiulaniec |
2008-12-21 | Add more compile time checking; fix one warning reported by gcc. | Jacek Masiulaniec |
2008-12-21 | - AUTH PLAIN may receive credentials as a parameter to AUTH or on a | Gilles Chehade |
2008-12-20 | - update smtpd.conf to provide an example of an auth enabled listener | Gilles Chehade |
2008-12-20 | - import first bricks of SMTP AUTH support. currently only AUTH PLAIN is | Gilles Chehade |
2008-12-19 | fix indentation, no binary change. | Jacek Masiulaniec |
2008-12-19 | - fatal() if flock() has failed for any reason that's not EWOULDBLOCK, this | Gilles Chehade |
2008-12-19 | - smtpd handled mbox locking failures as "regular" temporary failures which | Gilles Chehade |
2008-12-18 | Introduce safe_fclose, which tries to push file to the disk as | Jacek Masiulaniec |
2008-12-18 | Declarations for functions used only in smtp_session.c were moved | Jacek Masiulaniec |
2008-12-18 | Check fwrite return code at DATA stage. | Jacek Masiulaniec |
2008-12-18 | - condition lists is wrongly described, unbreak the following syntax: | Gilles Chehade |
2008-12-18 | Don't err() on blank lines. | Jacek Masiulaniec |
2008-12-18 | Cleanup /incoming before handling each MAIL FROM. | Jacek Masiulaniec |
2008-12-17 | Warn if empty map is being created; this catches at least usage | Jacek Masiulaniec |
2008-12-17 | Merge newaliases into makemap. | Jacek Masiulaniec |
2008-12-17 | Introduce /purge, where all msgs scheduled for deletion are put by | Jacek Masiulaniec |
2008-12-14 | Files under /incoming don't need flock(2)ing anymore. | Jacek Masiulaniec |
2008-12-14 | O_TRUNC is redundant if O_EXCL is specified. | Jacek Masiulaniec |
2008-12-14 | O_TRUNC is redundant if O_EXCL is specified. | Jacek Masiulaniec |
2008-12-14 | queue_create_incoming_layout must return 0 on failure, not -1. | Jacek Masiulaniec |
2008-12-13 | IMSG_* namespace cleanup. | Jacek Masiulaniec |
2008-12-13 | Detect alias duplicates. | Jacek Masiulaniec |
2008-12-13 | Fix few parsing bugs in parse_entry, most severe of which was | Jacek Masiulaniec |
2008-12-13 | Simplify parse_entry; streamline the code to call db->put in one | Jacek Masiulaniec |
2008-12-13 | If parse_aliases fails, don't warn about syntax errors; it may fail | Jacek Masiulaniec |
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 |