summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-14KNF whitespace; no change with diff -wStuart Henderson
2012-01-14Support Huawei K4510 with DEV_UMASS5; Daniele PilengaStuart Henderson
2012-01-14syncStuart Henderson
2012-01-14add Huawei K4510; Daniele PilengaStuart Henderson
2012-01-14Add a fsqueue_message_path() function to build path to message dirEric Faurot
2012-01-13use a simpler way to get to the parent directoryEric Faurot
2012-01-13queue_message_purge() and queue_message_delete() are actually the sameEric Faurot
2012-01-13Simplify function wsfont_map_unichar.Alexandr Shadchin
2012-01-13Always set DKF_OPENED in the disk attach callback.Joel Sing
2012-01-13Crank amd64 boot(8) version for the softraid changes.Joel Sing
2012-01-13remove the status field from struct envelope, move it to the smtpEric Faurot
2012-01-13Restore previous behaviour - only print the DUID if we used it toJoel Sing
2012-01-13Stop using envelope->status to report delivery outcome to theEric Faurot
2012-01-13Replace _SELECT_DECLARED with _SELECT_DEFINED_Nigel Taylor
2012-01-13Switch back to bootduid, however remember to include sys/systm.h...Joel Sing
2012-01-13According to RFC 5722 we drop all IPv6 fragments that belong to aAlexander Bluhm
2012-01-13Drop IPv6 packets built from overlapping fragments in pf reassembly.Alexander Bluhm
2012-01-13kill delivery_backend_lookup() proto as it is already in smtpd.hCharles Longeau
2012-01-13handle m_copyback errors, this code is too sensitive for suchMike Belopuhov
2012-01-13Repair hw vlan tagging and stripping on 82599. Previously receiverMike Belopuhov
2012-01-12we should never use ramqueue_first_envelope() as a mean to determine theGilles Chehade
2012-01-12The status field in the envelope is confusing. Its only purpose is toEric Faurot
2012-01-12the ramqueue filling at startup was busted, it would load envelopes one byGilles Chehade
2012-01-12now that we no longer do a stateful iteration on schedule queue, we needGilles Chehade
2012-01-12use mbox backend for mbox delivery.Eric Faurot
2012-01-12fgets(3) returns a pointer, so compare against NULL, not integer 0.Antoine Jacoutot
2012-01-12Remove dead code for config reloading for now. It is not functionnalEric Faurot
2012-01-12Add a fsqueue_envelope_dump_atomic() function that writes an envelopeEric Faurot
2012-01-12remove envelope_get_errormsg() and move envelope_set_errormsg()Eric Faurot
2012-01-12alter line contents before writing it, rather than after...Eric Faurot
2012-01-12use absolute path as fts may chdir() during traversal.Eric Faurot
2012-01-12Mention the information source used for the ASN lookup.Stuart Henderson
2012-01-12Zap unused var in asn_lookup; from Michael W. BombardieriStuart Henderson
2012-01-12add support for skinny variants.David Gwynne
2012-01-12regenDavid Gwynne
2012-01-12product SYMBIOS SAS2008_1 0x0073 MegaRAID SAS2008David Gwynne
2012-01-12s/5.0/5.1/, ok deraadt@Stuart Henderson
2012-01-11Ansify raw_... function definitions. No binary change.Alexander Bluhm
2012-01-11fix flags writingEric Faurot
2012-01-11remove stateful iteration from ramqueue, if we ever need to reintroduce itGilles Chehade
2012-01-11in ramqueue_schedule(), do not reorder ramqueue envelopes when forcing aGilles Chehade
2012-01-11queue_fsqueue_ascii.c, you're not welcome anymoreGilles Chehade
2012-01-11implement an envelope_ascii API that's not tied to a specific queue_backendGilles Chehade
2012-01-11syncTheo de Raadt
2012-01-11remove bogus callEric Faurot
2012-01-11crank to 5.1-betaTheo de Raadt
2012-01-11Do not read dstaddr from command line, get it from addr.py.Alexander Bluhm
2012-01-11Try to parse hostnames as IP addresses before resolving. This allowsEric Faurot
2012-01-11enable back CA support, just don't verify client ...Gilles Chehade
2012-01-11Backout premature use of 'bootduid', as 'rootduid' has not yet beenKenneth R Westerback