Age | Commit message (Expand) | Author |
2010-09-04 | move some things around to make intentions clear. not really a functional | Ted Unangst |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-08-02 | Ignore SIGPIPE, the delivery of which prevented /usr/sbin/sendmail from | Jacek Masiulaniec |
2010-07-23 | smtpd should NOT fatal when it permanently fails a bounce delivery as this | Gilles Chehade |
2010-06-29 | force the dns buffers to be aligned using a union, until the retarded | Theo de Raadt |
2010-06-10 | allow configure queue expiry | Charles Longeau |
2010-06-09 | switch `ref' data type to int, because it is tested for negative value in | zinovik |
2010-06-04 | Use correct imsg type in error reply. | Jacek Masiulaniec |
2010-06-02 | check event_dispatch() return value | Charles Longeau |
2010-06-01 | new queue, again; gcc2 compile tested by deraadt | Jacek Masiulaniec |
2010-06-01 | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ | Jacek Masiulaniec |
2010-06-01 | Schedule newly arrived mail immediately, ie. place it at the beginning | Jacek Masiulaniec |
2010-06-01 | Include birth time in smtpctl show queue raw. | Jacek Masiulaniec |
2010-06-01 | It's lasttry + 1 because I initially thought passing identical birth | Jacek Masiulaniec |
2010-06-01 | Better errors. | Jacek Masiulaniec |
2010-06-01 | Don't interpret garbage on stack; problem seemingly exposed by my | Jacek Masiulaniec |
2010-06-01 | Fix one case of not sending smtp session id on error. | Jacek Masiulaniec |
2010-05-31 | oops | Jacek Masiulaniec |
2010-05-31 | Rewrite entire queue code. | Jacek Masiulaniec |
2010-05-31 | imsg_compose_event() return value was never checked. Make it fatal() if needed. | Charles Longeau |
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 |