Age | Commit message (Expand) | Author |
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 |
2009-11-10 | In relay case, avoid freeing garbage pointer by copying the required struct | Jacek Masiulaniec |
2009-11-10 | zap old API | Marc Espie |
2009-11-10 | kill more unused code | Marc Espie |
2009-11-10 | remove dead code: as far as possible, we use only | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-11-10 | proposing details when we remove one single package is ridiculous | Marc Espie |
2009-11-10 | switch to match_locations, and so we can use choose_location, yippee! | Marc Espie |
2009-11-10 | tweak doc to only reference location objects | Marc Espie |
2009-11-10 | zap match | Marc Espie |
2009-11-10 | zap match | Marc Espie |
2009-11-10 | kill one use of old-style match | Marc Espie |
2009-11-10 | zap handle method, we finally no longer use it. | Marc Espie |
2009-11-10 | document what's going on... | Marc Espie |
2009-11-10 | move format expansion to the right place, from gilles@ | Jacek Masiulaniec |
2009-11-10 | sync code with comment, from gilles@ | Jacek Masiulaniec |
2009-11-10 | lint prompted cleanup | Theo de Raadt |
2009-11-10 | - add comments to explain the logic in the aliases expansion loop | Gilles Chehade |
2009-11-10 | pfff remove a comment i pasted to help me refactor code ;-) | Gilles Chehade |
2009-11-10 | more cleanup, let lka_resolve_path() request forward files and populate | Gilles Chehade |
2009-11-10 | Check for extension keywords on final multiline reply. Skip the | Jacek Masiulaniec |
2009-11-10 | cosmethic changes, code reordering, no functionnal change | Gilles Chehade |
2009-11-10 | introduce lka_session_fail() which factors a small piece of code used in | Gilles Chehade |
2009-11-09 | now that we don't keep an expand_node in memory for each expansion result, | Gilles Chehade |
2009-11-09 | - add a reference count and flags to struct expand_node | Gilles Chehade |
2009-11-09 | support the userpart+foobar@domainpart syntax which got wiped when i wrote | Gilles Chehade |
2009-11-09 | fix, need to keep =version for "no need to update" to occur... | Marc Espie |