Age | Commit message (Expand) | Author |
2009-03-22 | fix a bug in the resolution of forward files which would cause usernames | Gilles Chehade |
2009-03-20 | initialize variable before using it as a counter in a loop | Gilles Chehade |
2009-03-11 | getmxbyname() returning a value != 0 does not necessarily means it failed | pea |
2009-03-09 | Drop ALIAS_TEXT, plain maps got implemented in a different way; ok gilles@ | Jacek Masiulaniec |
2009-03-09 | add basic support for outgoing authentication (AUTH PLAIN over ssl) which | Gilles Chehade |
2009-03-08 | ~/.forward files handling was fixed recently so that it is the privileged | Gilles Chehade |
2009-03-04 | plug a memory leak, remove lka session from the the lka session tree when | Gilles Chehade |
2009-03-03 | when forwards/aliases expansion fails in an lka session, make sure that mfa | Gilles Chehade |
2009-03-03 | Fix a long standing issue where ~/.forward files were opened by user _smtpd | Gilles Chehade |
2009-02-24 | fix tilde expansion (eg. ~/Mail); ok gilles@ | Jacek Masiulaniec |
2009-02-22 | reorganize code so that couple of indentation levels can be removed; | Jacek Masiulaniec |
2009-02-22 | add missing headers | Charles Longeau |
2009-02-22 | replace MAX* constants by sizeof where possible | Oleg Safiullin |
2009-02-18 | fix compiler warning; ok gilles@ | Jacek Masiulaniec |
2009-02-17 | kill unused func lka_resolve_rcpt() | Jacek Masiulaniec |
2009-02-15 | If MX query fails due to DNS error, do not attempt more queries; ok gilles@ | Jacek Masiulaniec |
2009-02-15 | New config.c that allows for process cloning. Done by pyr@ for | Jacek Masiulaniec |
2009-02-13 | Fix a crash in lka caused by wrong assumption that we would never | Jacek Masiulaniec |
2009-01-28 | relayhost flags were not properly copied to the relayhost array of the | Gilles Chehade |
2009-01-08 | ensure getpwnam is always followed by endpwent; ok gilles@ henning@ | Jacek Masiulaniec |
2009-01-07 | - when performing aliases expansion, do not forget to set an action to each | Gilles Chehade |
2009-01-06 | - do not perform a local user lookup, that includes alias expansion, when a | Gilles Chehade |
2009-01-04 | When matching a recipient domain to a rule, do not use strcasecmp, but use | Gilles Chehade |
2009-01-04 | cleanup; ok gilles@ | Jacek Masiulaniec |
2009-01-04 | aliases/forwards expansion was not done correctly and a race could | Gilles Chehade |
2009-01-01 | remove unnecessary includes; ok gilles@ | Jacek Masiulaniec |
2008-12-22 | typo | Jacek Masiulaniec |
2008-12-22 | Reduce IMSG_LKA_HOST to only make NI_NAMEREQD getnameinfo call. We | Jacek Masiulaniec |
2008-12-22 | delinting: salen may be used with no prior init; ok gilles@ | Jacek Masiulaniec |
2008-12-20 | - import first bricks of SMTP AUTH support. currently only AUTH PLAIN is | Gilles Chehade |
2008-12-13 | IMSG_* namespace cleanup. | Jacek Masiulaniec |
2008-12-05 | - more err/errx -> fatal/fatalx, warn/warnx -> log_warn/log_warnx | Gilles Chehade |
2008-12-05 | - last part of the new queue code: the runner process (unprivileged and | Gilles Chehade |
2008-11-25 | - recent change in parse.y caused htons() to be called twice on the port | Gilles Chehade |
2008-11-10 | rename h_errno field into getaddrinfo_error, to avoid confusion with errno. | Charles Longeau |
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 |