Age | Commit message (Expand) | Author |
2009-01-10 | - remove a comment that was no longer relevant | Gilles Chehade |
2009-01-08 | ensure getpwnam is always followed by endpwent; ok gilles@ henning@ | Jacek Masiulaniec |
2009-01-01 | remove unnecessary includes; ok gilles@ | Jacek Masiulaniec |
2008-12-27 | Merge hash() and queue_message_hash() into one func, queue_hash(). Fix callers | Jacek Masiulaniec |
2008-12-22 | Remove entry from mdaproctree after reaping mda child; ok gilles@ | Jacek Masiulaniec |
2008-12-21 | - AUTH PLAIN may receive credentials as a parameter to AUTH or on a | Gilles Chehade |
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-17 | Introduce /purge, where all msgs scheduled for deletion are put by | Jacek Masiulaniec |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-05 | - last part of the new queue code: the runner process (unprivileged and | Gilles Chehade |
2008-12-03 | - fix event masking issues in smtp process which could lead to a fatal() if | Gilles Chehade |
2008-11-22 | - do not set nochdir in daemon() call, we want parent and lka to have their | Gilles Chehade |
2008-11-17 | - replace uses of O_EXLOCK and O_EXLOCK|O_NONBLOCK with the corresponding | Gilles Chehade |
2008-11-17 | - exit() -> _exit() | Gilles Chehade |
2008-11-11 | - temporarily comment chl@'s O_EXLOCK -> fcntl() change until we understand | Gilles Chehade |
2008-11-11 | remove the use of O_EXLOCK, when open()ing a file, and use flock() instead. | Charles Longeau |
2008-11-10 | spaces fixed while reading code | Theo de Raadt |
2008-11-10 | - simplify the passing of ssl cert/key during ssl configuration, | Gilles Chehade |
2008-11-10 | - snprintf() can return -1, make sure every call is checked properly | Gilles Chehade |
2008-11-05 | add a few missing id tags; there are a bunch of files, and developers | Igor Sobrado |
2008-11-02 | various minor tweaks, including spelling fixes from Brian Keefer | Jason McIntyre |
2008-11-01 | smtpd is a smtp server implementation for OpenBSD. It is a work in progress | Gilles Chehade |