summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-11-17remove dead codeMarc Espie
2009-11-17trim more, we already display a quick message for the missing lib elsewhere.Marc Espie
2009-11-17shorter message when we don't find library, and stash it away to avoidMarc Espie
2009-11-17revamp interactive stuff: simplify (just one always for everything, perMarc Espie
2009-11-17style nitMarc Espie
2009-11-17Fix handling of 5yz response to EHLO, ie. fallback to HELO.Jacek Masiulaniec
2009-11-16fuller meter, that goes to the end of the line - 1Marc Espie
2009-11-16-Vstat (get it from AddDelete)Marc Espie
2009-11-16typoMarc Espie
2009-11-16oopsMarc Espie
2009-11-16typoMarc Espie
2009-11-16unify hints and normal updates some moreMarc Espie
2009-11-16unify hint and location processing some more.Marc Espie
2009-11-16create a pseudo vstat object inside state, so that we can modify VstatMarc Espie
2009-11-16pull more common code in a "framework" routine.Marc Espie
2009-11-16identical end sequence, to be factorizedMarc Espie
2009-11-16start pulling all the code that's the same between pkg_add and pkg_deleteMarc Espie
2009-11-16Kill dead code.Jacek Masiulaniec
2009-11-16Minimize the delay between receiving response to "." and removing the queueJacek Masiulaniec
2009-11-15make these independent from Getopt, require ExporterMarc Espie
2009-11-15add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction().Charles Longeau
2009-11-15start categorizing stuff as error messages that should be error messagesMarc Espie
2009-11-15common code, handle SIG{CONT} in both cases.Marc Espie
2009-11-15missing return (nothing else to see)Marc Espie
2009-11-14ouch, collision handling must take destdir into accountMarc Espie
2009-11-14add missing header needed by signal()Charles Longeau
2009-11-14remove duplicate header includeCharles Longeau
2009-11-14remove stupid extraneous return...Marc Espie
2009-11-14pull the eval {} code into an anonymous sub, so that we can choose to execMarc Espie
2009-11-14fix. noticed by sthen@Marc Espie
2009-11-13add missing headers needed by time()Charles Longeau
2009-11-13Don't use [] in function arguments when dealing with arraysJonathan Gray
2009-11-13Add logging of failed local deliveries.Jacek Masiulaniec
2009-11-13Log all 4yz and 5yz replies that we send to our clients.Jacek Masiulaniec
2009-11-13Include recipient address in "Recipient rejected" reply.Jacek Masiulaniec
2009-11-13Log FQDN and IP of the server we handed mail to. As a bonus, don't delayJacek Masiulaniec
2009-11-12Add more paranoia in lsa_router_check(). There needs to be at least oneClaudio Jeker
2009-11-12get_rtr_link and get_net_link are not supposed to fail and returningClaudio Jeker
2009-11-12Make life easier for parfait. I corporation with deraadt. -mojMats O Jansson
2009-11-12for packets with unknown payloads (outside the range of our knowledge) simplyTheo de Raadt
2009-11-12accessses 1 entry too far, found by parfait, ok jsg claudioTheo de Raadt
2009-11-12simpler: the whole set failsMarc Espie
2009-11-12Fix a memleak in parse_config(). Correct return code in few error paths.Jacek Masiulaniec
2009-11-12Don't reuse a loop counter specifying the size of an array outsideJonathan Gray
2009-11-12a sprinkle of knfTheo de Raadt
2009-11-12fix read-one-beyond-of-array errors; ok sthen jsgTheo de Raadt
2009-11-11memory leak found by parfaitTheo de Raadt
2009-11-11spacingTheo de Raadt
2009-11-11fix a few memory leaks, found by parfait; ok jsgTheo de Raadt
2009-11-11correctly order the range check and use the right limits, pointed out by parfaitTheo de Raadt