summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-12-17misplaced change, found it back.Marc Espie
2009-12-17be slightly more paranoid about shell stuff we run.Marc Espie
2009-12-17remove extra spaces, fix doc for Ustar (create, not extract), and documentMarc Espie
2009-12-17move the ntogo actual code in the progressmeter, so that -x shuts it off.Marc Espie
2009-12-17add a callback to file creation, so that we get progress meter for hugeMarc Espie
2009-12-17spacing, no functional change.Igor Sobrado
2009-12-17Fix formatstring in printf.Claudio Jeker
2009-12-17display progressmeter at 0% at start of install/deinstall.Marc Espie
2009-12-16knf and unused variablesTheo de Raadt
2009-12-16Don't lose a line each time a chunkful of content is read off the disk.Jacek Masiulaniec
2009-12-16enforce less restrictive limits to mailbox sizes and improve messageIgor Sobrado
2009-12-16Use log_ext_subtype() instead of the homebrew version (which actually gotClaudio Jeker
2009-12-16Implement "set ext-community [delete] subtype key:value" to set and deleteClaudio Jeker
2009-12-16Fix RCPT TO failure handling, bug introduced in r1.18.Jacek Masiulaniec
2009-12-15Simplify SSL code client-side, no functional change.Jacek Masiulaniec
2009-12-15Must aim better.Jacek Masiulaniec
2009-12-14Handle 6yz code as permanent error.Jacek Masiulaniec
2009-12-14Just like dhclient(8), we use the bpf filter drop to preventMarco Pfatschbacher
2009-12-14Tweak the logic behind setting the fd limits so that smtpd is less likelyJacek Masiulaniec
2009-12-14Set initial session limit so that IMSG_SMTP_ENQUEUE can be satisfied evenJacek Masiulaniec
2009-12-14could write one word too far, found by parfait; ok millertTheo de Raadt
2009-12-14wrote one byte too far, found by parfait; ok beck millertTheo de Raadt
2009-12-14Control maximum number of bounce sessions similarly to how the mta and mdaJacek Masiulaniec
2009-12-14Clear S_MESSAGE_PERMFAILURE when creating the bounce message. Makes theJacek Masiulaniec
2009-12-14since some packages in updatesets don't need updates, be explicit about it.Marc Espie
2009-12-14addr2sa() will return NULL for AID_UNSPEC and pfkey_send() may end up withClaudio Jeker
2009-12-14Impose sessions limit on the delivery sessions (mta and mda).Jacek Masiulaniec
2009-12-14Fix buffer overflow possibility, noticed by parfait:Bob Beck
2009-12-14when removing sets, remove cant markers as wellMarc Espie
2009-12-14Do non-blocking I/O when delivering locally over a pipe.Jacek Masiulaniec
2009-12-14combined updates show the packages that can't be updatedMarc Espie
2009-12-14fuss about install msgs: new method state->ntogo, use it to annotate moreMarc Espie
2009-12-14off by one the other way roundMarc Espie
2009-12-14temporary fix for kept packages until we move them awayMarc Espie
2009-12-13Use safe fd limits in smtp, lka, queue, and control. Removes aJacek Masiulaniec
2009-12-13typoJacek Masiulaniec
2009-12-13repair typeTheo de Raadt
2009-12-13okay, so old libs are not 'kept', keep track of updates correctly insteadMarc Espie
2009-12-13clean up code, no functional changeMarc Espie
2009-12-13simplify set printingMarc Espie
2009-12-13copy correctly sized object, found by parfait; ok jsgTheo de Raadt
2009-12-13force gzip to write package even if things don't compress.Marc Espie
2009-12-12update will ask about conflicts, so we need that in updateinfo...Marc Espie
2009-12-12autovivifiedMarc Espie
2009-12-12fix the fam->libgamin issue. Look for update candidates in self beforeMarc Espie
2009-12-12have pkg_add recheck there are no internal conflicts in an updateset.Marc Espie
2009-12-12When acting as a client do content reads from the disk progressivelyJacek Masiulaniec
2009-12-12remove *everything* from to_update, including hintsMarc Espie
2009-12-12Simplify client_* api, mainly by making fatal conditions result in immediateJacek Masiulaniec
2009-12-12Don't qualify empty sender address with the domain, eg. in sendmail -f "<>".Jacek Masiulaniec