Age | Commit message (Expand) | Author |
2010-05-27 | when a rule has two conditions (ie: accept for { domain foo, domain bar } ) | Gilles Chehade |
2010-05-27 | struct opt as not used anywhere else, kill it, we can reintroduce it later | Gilles Chehade |
2010-05-27 | kill struct opt from struct rule, we don't use it, we don't need it | Gilles Chehade |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-23 | When executing external mda, call dup2, closefrom, and chdir before | Jacek Masiulaniec |
2010-05-21 | Use _exit(2) in mda helper child process. | Jacek Masiulaniec |
2010-05-20 | S_ISREG() should be called on st.st_mode not st.st_flags | Gilles Chehade |
2010-05-19 | cleanup-only commit, removes unrequired includes, no functionnal change | Gilles Chehade |
2010-05-09 | in recent change, an assignation was removed which would cause a bogus | Gilles Chehade |
2010-05-06 | don't clobber CFLAGS; ok gilles@ | Christian Weisgerber |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-27 | sort the map types; | Jason McIntyre |
2010-04-27 | this commit enables "plain" as a backend for maps (that means aliases, | Gilles Chehade |
2010-04-27 | initial work at fixing aliases support: | Gilles Chehade |
2010-04-24 | fix format string | Charles Longeau |
2010-04-22 | - sort the keyword list | Jason McIntyre |
2010-04-22 | Fix a case of runner trying to send imsg directly to smtp process instead | Jacek Masiulaniec |
2010-04-22 | - kill the runner_imsg_compose wrapper to reduce indirection | Jacek Masiulaniec |
2010-04-21 | introduce first map parser for maps of kind K_SECRETS ! | Gilles Chehade |
2010-04-21 | when creating a map, make sure we do not store a key/val separator at the | Gilles Chehade |
2010-04-21 | map.c is growing big, split it into three different files: | Gilles Chehade |
2010-04-21 | my evbuffer_readln_crlf() hack can be killed now that nicm@ has brought us | Gilles Chehade |
2010-04-21 | change prototypes for map_*_get() functions, we need the get-er function | Gilles Chehade |
2010-04-21 | map_lookup() takes an additionnal parameter of type enum map_kind which | Gilles Chehade |
2010-04-21 | introduce enum map_kind, the map_parsers array and map_parser_lookup() | Gilles Chehade |
2010-04-21 | simplify map_lookup() by having the backend lookup done in new | Gilles Chehade |
2010-04-21 | Runner process is just a helper for queue, so tear down its imsg | Jacek Masiulaniec |
2010-04-21 | Fix pathetic performance when submitting large mails via /usr/sbin/sendmail, | Jacek Masiulaniec |
2010-04-21 | Remove unusable ifdef DEBUG code. | Jacek Masiulaniec |
2010-04-21 | Fix logic error just like the one in previous revision. | Jacek Masiulaniec |
2010-04-20 | Fix crash that could happen when attempting ``smtpctl remove'' while | Jacek Masiulaniec |
2010-04-20 | Correct map definition syntax. Reported by Rene Maroufi <info@maroufi.net>. | Jacek Masiulaniec |
2010-04-20 | Document the ``alias <map>'' parameter. | Jacek Masiulaniec |
2010-04-20 | Document ``size'' setting; OK gilles@ | Jacek Masiulaniec |
2010-04-20 | Support "accept from local ..." as documented in the man page. | Jacek Masiulaniec |
2010-04-20 | Use correct type for ``mda_id'', ie. match with type used in imsg header. | Jacek Masiulaniec |
2010-04-20 | Kill *2400* lines of code by abstracting common bits of the imsg handlers. | Jacek Masiulaniec |
2010-04-20 | when a size is declared with a quantifier in smtpd.conf, have parse.y use | Gilles Chehade |
2010-04-20 | setproctitle(3) the parent process to "[priv]" to match other OpenBSD | Jacek Masiulaniec |
2010-04-20 | Make smtpd -d produce verbose output, ie. restore behaviour from before | Jacek Masiulaniec |
2010-04-19 | Use larger buffer for mda output. | Jacek Masiulaniec |
2010-04-19 | - use perror(3) | Jacek Masiulaniec |
2010-04-19 | two lines were missing from previous commit | Gilles Chehade |
2010-04-19 | initial support for ENHANCEDSTATUSCODES, has been sitting in my tree for | Gilles Chehade |
2010-04-19 | basic support for SIZE extension, has been sitting in my tree for a month | Gilles Chehade |
2010-04-19 | Simplify local delivery codepath: | Jacek Masiulaniec |
2010-04-11 | Increase limit on the length of "user" in user@domain.com to a value | Jacek Masiulaniec |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |