Age | Commit message (Expand) | Author |
2012-01-13 | Switch back to bootduid, however remember to include sys/systm.h... | Joel Sing |
2012-01-13 | According to RFC 5722 we drop all IPv6 fragments that belong to a | Alexander Bluhm |
2012-01-13 | Drop IPv6 packets built from overlapping fragments in pf reassembly. | Alexander Bluhm |
2012-01-13 | kill delivery_backend_lookup() proto as it is already in smtpd.h | Charles Longeau |
2012-01-13 | handle m_copyback errors, this code is too sensitive for such | Mike Belopuhov |
2012-01-13 | Repair hw vlan tagging and stripping on 82599. Previously receiver | Mike Belopuhov |
2012-01-12 | we should never use ramqueue_first_envelope() as a mean to determine the | Gilles Chehade |
2012-01-12 | The status field in the envelope is confusing. Its only purpose is to | Eric Faurot |
2012-01-12 | the ramqueue filling at startup was busted, it would load envelopes one by | Gilles Chehade |
2012-01-12 | now that we no longer do a stateful iteration on schedule queue, we need | Gilles Chehade |
2012-01-12 | use mbox backend for mbox delivery. | Eric Faurot |
2012-01-12 | fgets(3) returns a pointer, so compare against NULL, not integer 0. | Antoine Jacoutot |
2012-01-12 | Remove dead code for config reloading for now. It is not functionnal | Eric Faurot |
2012-01-12 | Add a fsqueue_envelope_dump_atomic() function that writes an envelope | Eric Faurot |
2012-01-12 | remove envelope_get_errormsg() and move envelope_set_errormsg() | Eric Faurot |
2012-01-12 | alter line contents before writing it, rather than after... | Eric Faurot |
2012-01-12 | use absolute path as fts may chdir() during traversal. | Eric Faurot |
2012-01-12 | Mention the information source used for the ASN lookup. | Stuart Henderson |
2012-01-12 | Zap unused var in asn_lookup; from Michael W. Bombardieri | Stuart Henderson |
2012-01-12 | add support for skinny variants. | David Gwynne |
2012-01-12 | regen | David Gwynne |
2012-01-12 | product SYMBIOS SAS2008_1 0x0073 MegaRAID SAS2008 | David Gwynne |
2012-01-12 | s/5.0/5.1/, ok deraadt@ | Stuart Henderson |
2012-01-11 | Ansify raw_... function definitions. No binary change. | Alexander Bluhm |
2012-01-11 | fix flags writing | Eric Faurot |
2012-01-11 | remove stateful iteration from ramqueue, if we ever need to reintroduce it | Gilles Chehade |
2012-01-11 | in ramqueue_schedule(), do not reorder ramqueue envelopes when forcing a | Gilles Chehade |
2012-01-11 | queue_fsqueue_ascii.c, you're not welcome anymore | Gilles Chehade |
2012-01-11 | implement an envelope_ascii API that's not tied to a specific queue_backend | Gilles Chehade |
2012-01-11 | sync | Theo de Raadt |
2012-01-11 | remove bogus call | Eric Faurot |
2012-01-11 | crank to 5.1-beta | Theo de Raadt |
2012-01-11 | Do not read dstaddr from command line, get it from addr.py. | Alexander Bluhm |
2012-01-11 | Try to parse hostnames as IP addresses before resolving. This allows | Eric Faurot |
2012-01-11 | enable back CA support, just don't verify client ... | Gilles Chehade |
2012-01-11 | Backout premature use of 'bootduid', as 'rootduid' has not yet been | Kenneth R Westerback |
2012-01-11 | Mark the ..._FOREACH_SAFE macros consistently with .FN. | Alexander Bluhm |
2012-01-11 | Simplify the #if CARP and if (IFT_CARP) dance in nd6_ns_input(). | Alexander Bluhm |
2012-01-11 | Simplify runner/queue by getting rid of Q_PURGE. Instead, let smtpd | Eric Faurot |
2012-01-11 | Put an splsoftassert(IPL_SOFTNET) into in_pcbdetach(). | Alexander Bluhm |
2012-01-11 | Finally remove the queue_message_update() function which ended up | Eric Faurot |
2012-01-11 | Improve error reporting. Most errors during hostname lookup are | Eric Faurot |
2012-01-11 | remove dead prototype | Eric Faurot |
2012-01-11 | fix typo | Eric Faurot |
2012-01-11 | ansify and de'register some prototypes | David Hill |
2012-01-11 | Teach OpenBSD/sparc64 installboot(8) about softraid volumes. This makes | Joel Sing |
2012-01-11 | Pass the DUID of the boot disk via bootduid instead of rootduid, since it | Joel Sing |
2012-01-11 | make "self" a bit more visible | Henning Brauer |
2012-01-11 | If the DUID of the boot disk has not been provided, attempt to locate it | Joel Sing |
2012-01-11 | Move softraid root mapping to later in the boot process - this will allow | Joel Sing |