Age | Commit message (Expand) | Author |
2009-11-14 | ouch, collision handling must take destdir into account | Marc Espie |
2009-11-14 | add missing header needed by signal() | Charles Longeau |
2009-11-14 | remove duplicate header include | Charles Longeau |
2009-11-14 | remove stupid extraneous return... | Marc Espie |
2009-11-14 | pull the eval {} code into an anonymous sub, so that we can choose to exec | Marc Espie |
2009-11-14 | fix. noticed by sthen@ | Marc Espie |
2009-11-13 | add missing headers needed by time() | Charles Longeau |
2009-11-13 | Don't use [] in function arguments when dealing with arrays | Jonathan Gray |
2009-11-13 | Add logging of failed local deliveries. | Jacek Masiulaniec |
2009-11-13 | Log all 4yz and 5yz replies that we send to our clients. | Jacek Masiulaniec |
2009-11-13 | Include recipient address in "Recipient rejected" reply. | Jacek Masiulaniec |
2009-11-13 | Log FQDN and IP of the server we handed mail to. As a bonus, don't delay | Jacek Masiulaniec |
2009-11-12 | Add more paranoia in lsa_router_check(). There needs to be at least one | Claudio Jeker |
2009-11-12 | get_rtr_link and get_net_link are not supposed to fail and returning | Claudio Jeker |
2009-11-12 | Make life easier for parfait. I corporation with deraadt. -moj | Mats O Jansson |
2009-11-12 | for packets with unknown payloads (outside the range of our knowledge) simply | Theo de Raadt |
2009-11-12 | accessses 1 entry too far, found by parfait, ok jsg claudio | Theo de Raadt |
2009-11-12 | simpler: the whole set fails | Marc Espie |
2009-11-12 | Fix a memleak in parse_config(). Correct return code in few error paths. | Jacek Masiulaniec |
2009-11-12 | Don't reuse a loop counter specifying the size of an array outside | Jonathan Gray |
2009-11-12 | a sprinkle of knf | Theo de Raadt |
2009-11-12 | fix read-one-beyond-of-array errors; ok sthen jsg | Theo de Raadt |
2009-11-11 | memory leak found by parfait | Theo de Raadt |
2009-11-11 | spacing | Theo de Raadt |
2009-11-11 | fix a few memory leaks, found by parfait; ok jsg | Theo de Raadt |
2009-11-11 | correctly order the range check and use the right limits, pointed out by parfait | Theo de Raadt |
2009-11-11 | Fix previous. When configured to relay via IP address, MX lookup would fail | Jacek Masiulaniec |
2009-11-11 | patch a whole bunch of memory leaks, parfait only spotted one of them | Theo de Raadt |
2009-11-11 | Check if the receive buffer has any unused space before reading from socket in | Jacek Masiulaniec |
2009-11-11 | Plug two memory leaks in error pathes. Found by parfait. OK henning, jsg | Claudio Jeker |
2009-11-11 | Don't leak memory in error case. | Jonathan Gray |
2009-11-11 | don't leak memory in an error case. | Jonathan Gray |
2009-11-11 | vsystem, system, unlink can mostly go through state, and do the ->clear part | Marc Espie |
2009-11-11 | remove extra warnings | Marc Espie |
2009-11-11 | remove redirector: if we want to run system AND log, just say so | Marc Espie |
2009-11-11 | fix setup_header in -vx !-r case: show we are adding a package, and don't | Marc Espie |
2009-11-11 | don't use Warn if we've got a $state, get through errprint/errsay. | Marc Espie |
2009-11-11 | also get most STDERR messages through the same way | Marc Espie |
2009-11-11 | progressmeter puts STDOUT in autoflush if -t, so that it can display to it in... | Marc Espie |
2009-11-11 | Fix crlf issue in buf_getln, similar to that in smtp_session.c r1.123. | Jacek Masiulaniec |
2009-11-11 | improve buf_getln readability, no fuctional change. | Jacek Masiulaniec |
2009-11-11 | state->progress->print => $state->print | Marc Espie |
2009-11-11 | make things so that $state->print always work, with or without progressmeter, | Marc Espie |
2009-11-11 | remove forwarders, and provide a sensible API that says what's going on | Marc Espie |
2009-11-11 | bad idea to inherit from Error, compose object instead | Marc Espie |
2009-11-11 | Ensure all replies are at least 4 chars long. If only 3 chars were | Jacek Masiulaniec |
2009-11-11 | add missing headers needed by time() | Charles Longeau |
2009-11-11 | Fix an obvious use after free. Found by parfait. Reported and OK jsg@ | Claudio Jeker |
2009-11-10 | Eliminate space after colon in "RCPT TO:" as required by RFC. | Jacek Masiulaniec |
2009-11-10 | In absence of the ehlo parameter, generate one based on locally | Jacek Masiulaniec |