Age | Commit message (Expand) | Author |
2008-12-21 | - AUTH PLAIN may receive credentials as a parameter to AUTH or on a | Gilles Chehade |
2008-12-20 | - import first bricks of SMTP AUTH support. currently only AUTH PLAIN is | 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-17 | Introduce /purge, where all msgs scheduled for deletion are put by | Jacek Masiulaniec |
2008-12-13 | IMSG_* namespace cleanup. | 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-11 | - missing prototype | Gilles Chehade |
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-06 | Get rid of anonymous unions. Discussed with and ok gilles@ | Paul de Weerd |
2008-12-05 | - last part of the new queue code: the runner process (unprivileged and | Gilles Chehade |
2008-12-04 | Declare printf-style functions with __attribute__((format(printf,x,x))) | Chad Loder |
2008-12-04 | - fix event masking for DATA and make DATA look more like MAIL and RCPT | Gilles Chehade |
2008-12-03 | - fix event masking issues in smtp process which could lead to a fatal() if | Gilles Chehade |
2008-11-25 | - more prototype moving to smtpd.h | Gilles Chehade |
2008-11-25 | - move prototype to smtpd.h | Gilles Chehade |
2008-11-25 | - move prototypes to smtpd.h | Gilles Chehade |
2008-11-25 | - recent change in parse.y caused htons() to be called twice on the port | Gilles Chehade |
2008-11-25 | - F_IMSG_SENT is no longer used, kill | Gilles Chehade |
2008-11-17 | - until now a client could issue a command from an extension even though it | Gilles Chehade |
2008-11-17 | - remove prototypes for the atomic API, we don't use it anymore | Gilles Chehade |
2008-11-11 | - queue process no longer schedules messages which do not have flag | Gilles Chehade |
2008-11-10 | - open the message file earlier after a successful MAIL command instead of | Gilles Chehade |
2008-11-10 | - define MAX_LINE_SIZE which is the maximum length of a line we allow from | Gilles Chehade |
2008-11-10 | rename h_errno field into getaddrinfo_error, to avoid confusion with errno. | Charles Longeau |
2008-11-10 | fix store_write_header() prototype. | Charles Longeau |
2008-11-10 | spaces fixed while reading code | Theo de Raadt |
2008-11-10 | - make READ_BUF_SIZE a power of 2 | Gilles Chehade |
2008-11-05 | add a few missing id tags; there are a bunch of files, and developers | Igor Sobrado |
2008-11-01 | smtpd is a smtp server implementation for OpenBSD. It is a work in progress | Gilles Chehade |