summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-11start documenting the builtin filtersGilles Chehade
2019-08-11Typofixes in commentskn
2019-08-11no longer document that username may be omitted if equal to label, this isGilles Chehade
2019-08-11bring HISTORY sections up to OpenBSD standardsIngo Schwarze
2019-08-11sxisyscon(4)Mark Kettenis
2019-08-11rework grammar for builtin filters so i can start documenting itGilles Chehade
2019-08-11sxisyscon(4)Mark Kettenis
2019-08-11Add sxisyscon(4) a driver for the system controller found on variousMark Kettenis
2019-08-11The "phy-names" property has been dropped from the Linux device trees soMark Kettenis
2019-08-11the mta "certificate check" log line was not in the same format as otherGilles Chehade
2019-08-11Include string.h for explicit_bzero().Joel Sing
2019-08-11Expand M_ASN1_new_of and M_ASN1_free_of macros.Joel Sing
2019-08-11properly implement the "from socket" match criteria, so it is now possibleGilles Chehade
2019-08-11Use arc4random_buf() instead of RAND_bytes().Joel Sing
2019-08-11Include string.h for memcmp()/memcpy().Joel Sing
2019-08-11Use freezero() rather than OPENSSL_clear_free().Joel Sing
2019-08-11Use explicit_bzero() instead of OPENSSL_cleanse().Joel Sing
2019-08-11Use malloc(3) and free(3), rather than OPENSSL_{malloc,free}().Joel Sing
2019-08-11Convert CMSerr() to CMSerror().Joel Sing
2019-08-11Switch ASN.1 INT32 back to LONG.Joel Sing
2019-08-11Expand a new macro that tried to get away...Joel Sing
2019-08-11Expand ASN.1 macros.Joel Sing
2019-08-11Fix an issue where output gets stuck when a machine is under load. AlsoMark Kettenis
2019-08-11We use DECLARE_STACK_OF rather than DEFINE_STACK_OF.Joel Sing
2019-08-11Unlike OpenSSL we do not have our own special ssize_t.Joel Sing
2019-08-10Re-convert and re-import the CMS manual pages from OpenSSL 1.1.1Ingo Schwarze
2019-08-10udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha
2019-08-10improve level of details when logging mda errors that happen while we're inGilles Chehade
2019-08-10explicitly point out extraordinary and inconsistent syntax requirementsIngo Schwarze
2019-08-10Fix style(9) and whitespace.Joel Sing
2019-08-10More style(9) and whitespace.Joel Sing
2019-08-10gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9)cheloha
2019-08-10More style(9), whitespace and readability fixes.Joel Sing
2019-08-10start documenting filters for next releaseGilles Chehade
2019-08-10tweaks, from miodTheo de Raadt
2019-08-10First pass at style(9).Joel Sing
2019-08-10Amend previous fix; joris@ fixed the same bug in OpenCVS's diff3.c r1.47.Stefan Sperling
2019-08-10Fix includes for non-installed headers.Joel Sing
2019-08-10Include cms.h instead of cmserr.h.Joel Sing
2019-08-10document proxy-v2 option to listenerGilles Chehade
2019-08-10Add $OpenBSD$ tag.Joel Sing
2019-08-10Restore the per-file license for cms.h.Joel Sing
2019-08-10Provide cms.h.Joel Sing
2019-08-10Fix merge(1) of files which contain lines with leading dots.Stefan Sperling
2019-08-10this introduces experimental proxy v2 support which is fairly isolated to aGilles Chehade
2019-08-10Add $OpenBSD$ tags.Joel Sing
2019-08-10Restore the original per-file licenses for CMS.Joel Sing
2019-08-10Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto.Joel Sing
2019-08-10enforce domain length check in valid_domainpart(), checking it in caller isGilles Chehade
2019-08-10let smtpd tell filters about configuration keys before they register hooks.Gilles Chehade