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