Age | Commit message (Expand) | Author |
2009-06-02 | make env->sc_listeners and env->sc_ssl pointers, one step further toward | Gilles Chehade |
2009-05-30 | It is now possible to specify a certificate to use when relaying to another | Gilles Chehade |
2009-05-27 | temporary fix to a ruleset processing bug that stems from the fact | Jacek Masiulaniec |
2009-05-21 | no longer create a dynamic map with 127.0.0.1 and ::1 for every single rule | Gilles Chehade |
2009-05-20 | first step towards configuration reload in smtpd, smtpctl reload will parse | Gilles Chehade |
2009-04-12 | Code assumed the certificate name to always match the interface name, even | Gilles Chehade |
2009-04-09 | change syntax of the "listen on" and "relay via" directives: | Jacek Masiulaniec |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-19 | when listen was declared without a port parameter, it would get it wrong | Gilles Chehade |
2009-03-16 | in accept rules, support "for local" as a destination which is an alias to | Gilles Chehade |
2009-03-09 | add basic support for outgoing authentication (AUTH PLAIN over ssl) which | Gilles Chehade |
2009-03-08 | supporting delivery to a mbox that's not in _PATH_MAILDIR is not supported, | Gilles Chehade |
2009-02-22 | replace MAX* constants by sizeof where possible | Oleg Safiullin |
2009-01-30 | more const -> sizeof() | Oleg Safiullin |
2009-01-28 | first steps towards better mta code. currently mta uses struct batch to | Gilles Chehade |
2009-01-14 | slightly change "relay via" so that it can differentiate "ssmtp", "tls" and | Gilles Chehade |
2009-01-04 | - change name of "masked" member in struct netaddr, it was misleading | Gilles Chehade |
2008-12-20 | - import first bricks of SMTP AUTH support. currently only AUTH PLAIN is | Gilles Chehade |
2008-12-18 | - condition lists is wrongly described, unbreak the following syntax: | Gilles Chehade |
2008-12-11 | - last snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-10 | That the "aliases" and "virtual" maps satisfy m_src == S_DB is checked | Jacek Masiulaniec |
2008-12-06 | Unbreak -Werror. | Jacek Masiulaniec |
2008-12-06 | - it is now possible to specify an interface instead of an address or a | Gilles Chehade |
2008-12-04 | Declare printf-style functions with __attribute__((format(printf,x,x))) | Chad Loder |
2008-12-04 | obvious 'missing space' typo in message, ok gilles@ krw@ | Ian Darwin |
2008-11-25 | - recent change in parse.y caused htons() to be called twice on the port | Gilles Chehade |
2008-11-22 | - allow the optionnal ssmtp keywork in "relay via" rules, while at it | Gilles Chehade |
2008-11-13 | - rephrase the "cannot load cert" warning that is output at startup when a | 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 | spaces fixed while reading code | Theo de Raadt |
2008-11-10 | - move '=>' into the lex loop, requested by and with help from deraadt@ | Gilles Chehade |
2008-11-10 | - snprintf() can return -1, make sure every call is checked properly | Gilles Chehade |
2008-11-10 | - recognize '=>' as one token instead of trying to match '=' and '>'. this | Gilles Chehade |
2008-11-05 | add a few missing id tags; there are a bunch of files, and developers | Igor Sobrado |
2008-11-01 | - put back all copyright holders | Gilles Chehade |
2008-11-01 | smtpd is a smtp server implementation for OpenBSD. It is a work in progress | Gilles Chehade |