Age | Commit message (Expand) | Author |
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 |
2009-12-12 | tie conflict lists to packing lists and use them | Marc Espie |
2009-12-12 | do the same dance with older packages: build before list, and use it when | Marc Espie |
2009-12-11 | plug memory leak; found by parfait, ok beck | Theo de Raadt |
2009-12-11 | two memory leaks; spotted by parfait; ok beck | Theo de Raadt |
2009-12-11 | incorrect array size calculation, spotted by parfait; ok beck | Theo de Raadt |
2009-12-11 | record internal updateset dependencies for new packages, and respect them | Marc Espie |
2009-12-11 | NSIG is 1 beyond the last signal, so <= is an incorrect check. | Theo de Raadt |
2009-12-11 | Buffer overflow when padding the password buffer to a 16 byte boundary. | Owain Ainsworth |
2009-12-11 | Fix two identical buffer overruns. | Owain Ainsworth |
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat |
2009-12-10 | Now that the old SysV SHM size limits global variables are gone, remove | Mark Kettenis |
2009-12-10 | Length of the host address in the FEC TLV must be encoded in number | Michele Marchetto |
2009-12-10 | Fix a case when 2yz status would not override existing 4yz one. | Jacek Masiulaniec |
2009-12-10 | Fix few read overruns found by parfait. | Jacek Masiulaniec |
2009-12-10 | plug memory leak, spotted by parfait; ok krw | Theo de Raadt |
2009-12-09 | parsecommunity() always works on a struct filter_community. So pass a | Claudio Jeker |
2009-12-09 | Enable parsing of the optional Transport Address TLV in the hello | Michele Marchetto |
2009-12-09 | parsecommunity() does not allow to set unknown well-known communities. | Claudio Jeker |
2009-12-08 | Fix overflow bug found by Holger Mikolon, thanks. | Dale Rahn |