Age | Commit message (Expand) | Author |
2009-11-17 | remove dead code | Marc Espie |
2009-11-17 | trim more, we already display a quick message for the missing lib elsewhere. | Marc Espie |
2009-11-17 | shorter message when we don't find library, and stash it away to avoid | Marc Espie |
2009-11-17 | revamp interactive stuff: simplify (just one always for everything, per | Marc Espie |
2009-11-17 | style nit | Marc Espie |
2009-11-17 | Fix handling of 5yz response to EHLO, ie. fallback to HELO. | Jacek Masiulaniec |
2009-11-16 | fuller meter, that goes to the end of the line - 1 | Marc Espie |
2009-11-16 | -Vstat (get it from AddDelete) | Marc Espie |
2009-11-16 | typo | Marc Espie |
2009-11-16 | oops | Marc Espie |
2009-11-16 | typo | Marc Espie |
2009-11-16 | unify hints and normal updates some more | Marc Espie |
2009-11-16 | unify hint and location processing some more. | Marc Espie |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie |
2009-11-16 | pull more common code in a "framework" routine. | Marc Espie |
2009-11-16 | identical end sequence, to be factorized | Marc Espie |
2009-11-16 | start pulling all the code that's the same between pkg_add and pkg_delete | Marc Espie |
2009-11-16 | Kill dead code. | Jacek Masiulaniec |
2009-11-16 | Minimize the delay between receiving response to "." and removing the queue | Jacek Masiulaniec |
2009-11-15 | make these independent from Getopt, require Exporter | Marc Espie |
2009-11-15 | add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction(). | Charles Longeau |
2009-11-15 | start categorizing stuff as error messages that should be error messages | Marc Espie |
2009-11-15 | common code, handle SIG{CONT} in both cases. | Marc Espie |
2009-11-15 | missing return (nothing else to see) | Marc Espie |
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 |