summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-11-15Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a workerStuart Henderson
2011-11-14when receiving an unexpected imsg, print its name.Charles Longeau
2011-11-14make sure that the offline directory has the right owner/permsEric Faurot
2011-11-14much better solver: don't try to solve every library, but just the onesMarc Espie
2011-11-14The spool and offline directories are backend-independent, so theyEric Faurot
2011-11-14use print-plist-libs-with-depends (and make sure it does not skip depends)Marc Espie
2011-11-13The pkg_subst / SUBST_CMD has caused issues for some ports whereNigel Taylor
2011-11-12fix function names in fatalx() messagesCamiel Dobbelaar
2011-11-12Zero option processing stack storage to prevent stack garbage thatKenneth R Westerback
2011-11-12sync to pcre 8.20Robert Nagy
2011-11-12update to 1.0.9Robert Nagy
2011-11-10Use STDIN_FILENO instead of magic constant 0Charles Longeau
2011-11-08lookup (n.) -> look up (v.) (i.e. to look sth up);Jason McIntyre
2011-11-08Add -A option to display AS for each hop address, using origin.asn.cymru.comStuart Henderson
2011-11-07Let the smtpd process handle the enqueueing of offline messages atEric Faurot
2011-11-06No need to save/restore the batch_id since the envelope is not dumpedEric Faurot
2011-11-06Do not dump the envelope status. It's useless and not reloaded anyway.Eric Faurot
2011-11-06Add a #include that's currently picked up via another header that'sPhilip Guenthe
2011-11-06union wait is dead, ancient history; stop using itPhilip Guenthe
2011-11-05Remove unnecessary #include's. From Michael W. Bombardieri.YASUOKA Masahiko
2011-11-03since smtpctl doesn't need to be build along with client.c,Charles Longeau
2011-11-02simpler implementation of smtpctl local enqueuer that does not need libevent.Eric Faurot
2011-10-28use existing _ppp instead of _npppd as a user/group id for npppd.YASUOKA Masahiko
2011-10-27Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i...Charles Longeau
2011-10-27Don't offer or negotiate SSLv2 and, since we don't do SSL sessionPhilip Guenthe
2011-10-26retain alphabetical order;Jason McIntyre
2011-10-26- fix smtpctl pause/resume so the ramqueue scheduling is done correctlyGilles Chehade
2011-10-25Reduce noice by fw_update on network errors, among othersAlexander Hall
2011-10-25rewrite the sender user/domain as specified in the manpage when matchingEric Faurot
2011-10-23retain alphabetical order;Jason McIntyre
2011-10-23- smtpctl schedule no longer works, instead, use 'smtpctl schedule-id <id>'Gilles Chehade
2011-10-23plug leakEric Faurot
2011-10-23a few important fixes:Eric Faurot
2011-10-23relay_as is not used anuwhereEric Faurot
2011-10-23introduce Q_CORRUPT and queue_backend operation to move a message fromGilles Chehade
2011-10-23add missing format stringCharles Longeau
2011-10-23add a missing DH_free() after ssl_set_ephemeral_key_exchange().Charles Longeau
2011-10-23fsqueue no longer stores envelopes by dumping the structure, instead use aGilles Chehade
2011-10-22correctly set relay when expanding envelopesEric Faurot
2011-10-22tweak previous;Jason McIntyre
2011-10-22Add a log_trace() call to toggle logging of specific debugging info inEric Faurot
2011-10-21small optimization: tell pkg_create to skip !libs if LIBS_ONLY (to beMarc Espie
2011-10-18delay daemon fork() until after initialisation has completed to fixDamien Miller
2011-10-15Added "provision for rewound PPP frames" that allows receivingYASUOKA Masahiko
2011-10-15Delete unused field s_first in 'struct pppoe_session' that is assignedYASUOKA Masahiko
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
2011-10-13Drop a reference to the client SSL_CTX after SSL_new(), so that it isEric Faurot
2011-10-11We don't need to break after calling err(3) because this function willYASUOKA Masahiko
2011-10-11Add a flag for nginx (-u) to be able to disable chroot and use a betterRobert Nagy
2011-10-11fix parsing of :include: aliasesGilles Chehade